diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-07 10:11:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-07 10:11:13 +0000 |
commit | 6f532435cc91da9cbc70e469909c8fcef5acedfe (patch) | |
tree | cedbcfc5f49fa9da949ab7cac71802a81d54ef83 | |
parent | f09c5c4586a2a15ad33c5e4ae35bf0b3851c5dde (diff) | |
download | pkgsrc-6f532435cc91da9cbc70e469909c8fcef5acedfe.tar.gz |
Initial import of posh, version 0.3:
posh is a stripped-down version of pdksh that aims for compliance with
Debian's policy, and also has a few extra features.
-rw-r--r-- | shells/posh/DESCR | 2 | ||||
-rw-r--r-- | shells/posh/Makefile | 27 | ||||
-rw-r--r-- | shells/posh/PLIST | 7 | ||||
-rw-r--r-- | shells/posh/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/shells/posh/DESCR b/shells/posh/DESCR new file mode 100644 index 00000000000..169e321df13 --- /dev/null +++ b/shells/posh/DESCR @@ -0,0 +1,2 @@ +posh is a stripped-down version of pdksh that aims for compliance with +Debian's policy, and also has a few extra features. diff --git a/shells/posh/Makefile b/shells/posh/Makefile new file mode 100644 index 00000000000..2a1a579053a --- /dev/null +++ b/shells/posh/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $ +# + +DISTNAME= posh_0.3 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= shells +MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://packages.debian.org/posh +COMMENT= Debian Policy-compliant Ordinary SHell + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +GNU_CONFIGURE= YES +PKG_SHELL= ${PREFIX}/bin/posh +USE_BUILDLINK3= YES +USE_PKGINSTALL= YES +WRKSRC= ${WRKDIR}/${PKGNAME} + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/posh + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/posh + ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/posh + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/posh + +.include "../../mk/bsd.pkg.mk" diff --git a/shells/posh/PLIST b/shells/posh/PLIST new file mode 100644 index 00000000000..36071f3ab6f --- /dev/null +++ b/shells/posh/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $ +bin/posh +man/man1/posh.1 +share/doc/posh/ChangeLog +share/doc/posh/NEWS +share/doc/posh/README +@dirrm share/doc/posh diff --git a/shells/posh/distinfo b/shells/posh/distinfo new file mode 100644 index 00000000000..21a0af5e8df --- /dev/null +++ b/shells/posh/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/07 10:11:13 jmmv Exp $ + +SHA1 (posh_0.3.tar.gz) = 2cfebc249b5e7286a3f25a3aff88ca864fad2be3 +Size (posh_0.3.tar.gz) = 426124 bytes |