diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /shells | |
parent | 6129da62580b8a50ce5de047ae21c11f45e93b0b (diff) | |
download | pkgsrc-2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/es/Makefile | 3 | ||||
-rw-r--r-- | shells/es/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/esh/Makefile | 3 | ||||
-rw-r--r-- | shells/esh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/rc/Makefile | 3 | ||||
-rw-r--r-- | shells/rc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/scsh/Makefile | 3 | ||||
-rw-r--r-- | shells/scsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | shells/zsh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/pkg/COMMENT | 1 |
14 files changed, 14 insertions, 14 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index b2ff6e9e783..69d2d3b866f 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/12/11 22:55:46 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/17 17:40:18 wiz Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -12,6 +12,7 @@ DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html +COMMENT= The GNU Bourne Again Shell GNU_CONFIGURE= yes USE_GTEXINFO= yes diff --git a/shells/bash2/pkg/COMMENT b/shells/bash2/pkg/COMMENT deleted file mode 100644 index 0f4244ddda4..00000000000 --- a/shells/bash2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The GNU Bourne Again Shell diff --git a/shells/es/Makefile b/shells/es/Makefile index fad5988cd40..ee42658d3e1 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:25 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 17:40:19 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html +COMMENT= Extensible shell, derived from plan9's rc MANCOMPRESSED= yes diff --git a/shells/es/pkg/COMMENT b/shells/es/pkg/COMMENT deleted file mode 100644 index c6762583185..00000000000 --- a/shells/es/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extensible shell, derived from plan9's rc diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 18b13139eeb..5d0f8cecaee 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/08 21:22:14 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:40:19 wiz Exp $ # DISTNAME= esh-0.8 @@ -7,6 +7,7 @@ MASTER_SITES= http://esh.netpedia.net/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://esh.netpedia.net +COMMENT= Unix shell with Lisp-like syntax WRKSRC= ${WRKDIR}/esh INFO_FILES= esh.info diff --git a/shells/esh/pkg/COMMENT b/shells/esh/pkg/COMMENT deleted file mode 100644 index 245124e2eac..00000000000 --- a/shells/esh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Unix shell with Lisp-like syntax diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 183b546ee8a..f377ee40c04 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/05/12 09:50:02 agc Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/17 17:40:20 wiz Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp # @@ -8,6 +8,7 @@ MASTER_SITES= http://www.star.le.ac.uk/%7Etjg/rc/release/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.star.le.ac.uk/%7Etjg/rc/ +COMMENT= Unix incarnation of the plan9 shell GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history diff --git a/shells/rc/pkg/COMMENT b/shells/rc/pkg/COMMENT deleted file mode 100644 index 9732b1160ea..00000000000 --- a/shells/rc/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Unix incarnation of the plan9 shell diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 5cae2bbcdeb..78976794f42 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/01/11 20:07:46 dent Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/17 17:40:20 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.swiss.ai.mit.edu/ftpdir/scsh/ +COMMENT= Unix shell embedded into Scheme, with access to all Posix calls NOT_FOR_PLATFORM= *-*-alpha # Needs scheme diff --git a/shells/scsh/pkg/COMMENT b/shells/scsh/pkg/COMMENT deleted file mode 100644 index 071583b552e..00000000000 --- a/shells/scsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Unix shell embedded into Scheme, with access to all Posix calls diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index d70994dbee0..3305e1334d0 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/11/20 15:06:36 christos Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/17 17:40:21 wiz Exp $ # DISTNAME= tcsh-6.10 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ MAINTAINER= kim@tac.nyc.ny.us +COMMENT= Extended C-shell with many useful features WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/shells/tcsh/pkg/COMMENT b/shells/tcsh/pkg/COMMENT deleted file mode 100644 index 3d581594a65..00000000000 --- a/shells/tcsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extended C-shell with many useful features diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 7eaddc58338..8d5037f2a2b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/01/08 16:33:39 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/17 17:40:21 wiz Exp $ # DISTNAME= zsh-3.0.7 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://uiarchive.uiuc.edu/pub/packages/shells/zsh/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://sunsite.auc.dk/zsh/ +COMMENT= The Z shell GNU_CONFIGURE= yes INFO_FILES= zsh.info diff --git a/shells/zsh/pkg/COMMENT b/shells/zsh/pkg/COMMENT deleted file mode 100644 index bc3b23dde4a..00000000000 --- a/shells/zsh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The Z shell |