pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/posh Initial import of posh, version 0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c5d433a4285
branches:  trunk
changeset: 474901:5c5d433a4285
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri May 07 10:11:13 2004 +0000

description:
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.

diffstat:

 shells/posh/DESCR    |   2 ++
 shells/posh/Makefile |  27 +++++++++++++++++++++++++++
 shells/posh/PLIST    |   7 +++++++
 shells/posh/distinfo |   4 ++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 190016fbafe6 -r 5c5d433a4285 shells/posh/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/posh/DESCR Fri May 07 10:11:13 2004 +0000
@@ -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 -r 190016fbafe6 -r 5c5d433a4285 shells/posh/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/posh/Makefile      Fri May 07 10:11:13 2004 +0000
@@ -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@localhost
+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 -r 190016fbafe6 -r 5c5d433a4285 shells/posh/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/posh/PLIST Fri May 07 10:11:13 2004 +0000
@@ -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 -r 190016fbafe6 -r 5c5d433a4285 shells/posh/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/posh/distinfo      Fri May 07 10:11:13 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index