aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
commitc62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch)
treeb32409a9ec171a85e0016501d1db9153c45fe091 /lang
parent166b4155de5509696359deb556c66dc396ff0d2c (diff)
downloadports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.tar.gz
ports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/TenDRA/Makefile2
-rw-r--r--lang/TenDRA/pkg-comment1
-rw-r--r--lang/gcc27/Makefile2
-rw-r--r--lang/gcc27/pkg-comment1
-rw-r--r--lang/glibstdc++28/Makefile2
-rw-r--r--lang/glibstdc++28/pkg-comment1
-rw-r--r--lang/guile/Makefile2
-rw-r--r--lang/guile/pkg-comment1
-rw-r--r--lang/logo/Makefile2
-rw-r--r--lang/logo/pkg-comment1
-rw-r--r--lang/mixal/Makefile2
-rw-r--r--lang/mixal/pkg-comment1
-rw-r--r--lang/nawk/Makefile2
-rw-r--r--lang/nawk/pkg-comment1
-rw-r--r--lang/ptoc/Makefile2
-rw-r--r--lang/ptoc/pkg-comment1
-rw-r--r--lang/scheme48/Makefile2
-rw-r--r--lang/scheme48/pkg-comment1
18 files changed, 9 insertions, 18 deletions
diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile
index 12a10a394a6b..894e7655936b 100644
--- a/lang/TenDRA/Makefile
+++ b/lang/TenDRA/Makefile
@@ -16,8 +16,6 @@ MASTER_SITES= ftp://alph.dera.gov.uk/pub/TenDRA/ \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A portable but mostly-unsupported C/C++ compiler
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
diff --git a/lang/TenDRA/pkg-comment b/lang/TenDRA/pkg-comment
new file mode 100644
index 000000000000..e7fa008a57a9
--- /dev/null
+++ b/lang/TenDRA/pkg-comment
@@ -0,0 +1 @@
+A portable but mostly-unsupported C/C++ compiler
diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile
index 3a207639a067..0c2612b4d83b 100644
--- a/lang/gcc27/Makefile
+++ b/lang/gcc27/Makefile
@@ -18,8 +18,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} libg++-2.7.2${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code)
-
NO_CDROM= 'old version, not worth the cost in real estate'
LATEST_LINK= gcc27
diff --git a/lang/gcc27/pkg-comment b/lang/gcc27/pkg-comment
new file mode 100644
index 000000000000..f7345586e15d
--- /dev/null
+++ b/lang/gcc27/pkg-comment
@@ -0,0 +1 @@
+Base C/C++ compiler from FreeBSD 2.2.x & 3.x (for your old code)
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index 37d93d03aaf2..6676c1506b6d 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -15,8 +15,6 @@ DISTNAME= libstdc++-2.8.1.1
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= ISO Standard C++ library (includes the STL) for G++ 2.8.0
-
BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
g++28:${PORTSDIR}/lang/gcc28
RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
diff --git a/lang/glibstdc++28/pkg-comment b/lang/glibstdc++28/pkg-comment
new file mode 100644
index 000000000000..94d8158cafb4
--- /dev/null
+++ b/lang/glibstdc++28/pkg-comment
@@ -0,0 +1 @@
+ISO Standard C++ library (includes the STL) for G++ 2.8.0
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 8ee294811fcd..b30cdb5e987f 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= guile
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= GNU\'s Ubiquitous Intelligent Language for Extension
-
LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
USE_REINPLACE= yes
diff --git a/lang/guile/pkg-comment b/lang/guile/pkg-comment
new file mode 100644
index 000000000000..85e9b0f902ee
--- /dev/null
+++ b/lang/guile/pkg-comment
@@ -0,0 +1 @@
+GNU's Ubiquitous Intelligent Language for Extension
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index 4743df99f0b4..d840a3e3d548 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -25,8 +25,6 @@ BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Brian Harvey\'s logo language interpreter
-
USE_XLIB= yes
MAKEFILE= makefile
HAS_CONFIGURE= yes
diff --git a/lang/logo/pkg-comment b/lang/logo/pkg-comment
new file mode 100644
index 000000000000..cff53b755722
--- /dev/null
+++ b/lang/logo/pkg-comment
@@ -0,0 +1 @@
+Brian Harvey's logo language interpreter
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile
index c800aac8f04e..7e5aa91aabcf 100644
--- a/lang/mixal/Makefile
+++ b/lang/mixal/Makefile
@@ -14,8 +14,6 @@ MASTER_SITES= http://www.tuxedo.org/~esr/retro/ \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Assembler and interpreter for Donald Knuth\'s mythical MIX computer
-
ALL_TARGET=
DOCDIR= ${PREFIX}/share/doc/mix
diff --git a/lang/mixal/pkg-comment b/lang/mixal/pkg-comment
new file mode 100644
index 000000000000..77a82f862f90
--- /dev/null
+++ b/lang/mixal/pkg-comment
@@ -0,0 +1 @@
+Assembler and interpreter for Donald Knuth's mythical MIX computer
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 3d5a5291d30b..02a5fbb85d30 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -14,8 +14,6 @@ DISTNAME= awk
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Brian Kernighan\'s pattern scanning and processing language
-
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= a.out
diff --git a/lang/nawk/pkg-comment b/lang/nawk/pkg-comment
new file mode 100644
index 000000000000..a4dccf779612
--- /dev/null
+++ b/lang/nawk/pkg-comment
@@ -0,0 +1 @@
+Brian Kernighan's pattern scanning and processing language
diff --git a/lang/ptoc/Makefile b/lang/ptoc/Makefile
index 4157b141046f..ac004d200377 100644
--- a/lang/ptoc/Makefile
+++ b/lang/ptoc/Makefile
@@ -12,8 +12,6 @@ MASTER_SITES= http://www.ispras.ru/~knizhnik/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= ANSI/Turbo Pascal to C/C++ converter
-
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XLIB= yes
diff --git a/lang/ptoc/pkg-comment b/lang/ptoc/pkg-comment
new file mode 100644
index 000000000000..f213122aab6d
--- /dev/null
+++ b/lang/ptoc/pkg-comment
@@ -0,0 +1 @@
+ANSI/Turbo Pascal to C/C++ converter
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index c2422822f9e8..9975e7138b5d 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -13,8 +13,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= The Scheme Underground\'s implementation of R4RS
-
GNU_CONFIGURE= yes
ALL_TARGET = enough
STRIP=
diff --git a/lang/scheme48/pkg-comment b/lang/scheme48/pkg-comment
new file mode 100644
index 000000000000..758e42de7ec3
--- /dev/null
+++ b/lang/scheme48/pkg-comment
@@ -0,0 +1 @@
+The Scheme Underground's implementation of R4RS