summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-08-28 00:09:58 +0000
committeredwin <edwin@FreeBSD.org>2003-08-28 00:09:58 +0000
commitd5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (patch)
tree5f35abf9798717e1cb750faf98ca236e01b7df17 /lang
parent44c066930f8fea595766106b5316b75a5776be39 (diff)
downloadFreeBSD-ports-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.zip
FreeBSD-ports-d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f.tar.gz
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'lang')
-rw-r--r--lang/STk/Makefile2
-rw-r--r--lang/STk/pkg-plist6
-rw-r--r--lang/chicken/Makefile3
-rw-r--r--lang/elk/Makefile2
-rw-r--r--lang/rscheme/Makefile2
-rw-r--r--lang/scheme48/Makefile6
-rw-r--r--lang/schemetoc/Makefile2
-rw-r--r--lang/scm/Makefile2
-rw-r--r--lang/scsh/Makefile2
-rw-r--r--lang/sisc/Makefile2
10 files changed, 15 insertions, 14 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 5503dc4..15703c4 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= STk
PORTVERSION= 4.0.1
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://kaolin.unice.fr/pub/STk/
MASTER_SITE_SUBDIR= devel/lang/lisp
diff --git a/lang/STk/pkg-plist b/lang/STk/pkg-plist
index 826e609..7590bff 100644
--- a/lang/STk/pkg-plist
+++ b/lang/STk/pkg-plist
@@ -2,15 +2,15 @@ bin/snow
bin/snow-%%STK_VERSION%%
bin/stk
bin/stk-%%STK_VERSION%%
-lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/base64.so
+lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/base64.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/hash.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/html.so
-lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/jpeg.so
+lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/jpeg.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/locale.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/pixmap.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/posix.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/process.so
-lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/snow
+lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/snow
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/socket.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/sregexp.so
lib/stk/%%STK_VERSION%%/%%STK_ARCH%%/stk
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index b1da798..f6cfa9a 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chicken
PORTVERSION= 1.14
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://www.call-with-current-continuation.org/
MAINTAINER= ports@FreeBSD.org
@@ -22,6 +22,7 @@ MAN1= chicken-config.1 chicken.1 csc.1 csi.1
post-patch:
${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \
${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e 's|"/usr/local/include" ||' ${WRKSRC}/csc.in
post-install:
.if !defined(NOPORTDOCS)
diff --git a/lang/elk/Makefile b/lang/elk/Makefile
index 38c114c..f5a112c 100644
--- a/lang/elk/Makefile
+++ b/lang/elk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= elk
PORTVERSION= 3.0.3
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/elk/dist/
DISTNAME= elk-3.0
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index a74a6e0..0c401a5 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= rscheme
PORTVERSION= 0.7.3.2
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= rs-${PORTVERSION}
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index a72357b..5e85187 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -7,15 +7,15 @@
PORTNAME= scheme48
PORTVERSION= 0.57
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://s48.org/0.57/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The Scheme Underground's implementation of R4RS
-GNU_CONFIGURE= yes
-ALL_TARGET = enough
+GNU_CONFIGURE= yes
+ALL_TARGET= enough
STRIP=
MAN1= scheme48.1
diff --git a/lang/schemetoc/Makefile b/lang/schemetoc/Makefile
index a39e2c6..56813e3 100644
--- a/lang/schemetoc/Makefile
+++ b/lang/schemetoc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= schemetoc
PORTVERSION= 93.3.15
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://www.cs.indiana.edu/pub/scheme-repository/imp/Scheme-to-C/
DISTNAME= 15mar93
EXTRACT_SUFX= .tar.Z
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 5378c71..d47d8dd 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scm
PORTVERSION= 5d8
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
DISTFILES= scm5d8.zip slib2d6.zip slib-psd1-3.tar.gz
EXTRACT_ONLY= scm5d8.zip slib2d6.zip
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index 4485a65..a786b5e 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scsh
PORTVERSION= 0.6.4
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/
MAINTAINER= ports@FreeBSD.org
diff --git a/lang/sisc/Makefile b/lang/sisc/Makefile
index 4ded491..a76b1df 100644
--- a/lang/sisc/Makefile
+++ b/lang/sisc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sisc
PORTVERSION= 1.7.9
-CATEGORIES= lang
+CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .jar
OpenPOWER on IntegriCloud