diff options
author | rillig <rillig@pkgsrc.org> | 2009-07-26 21:27:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-07-26 21:27:49 +0000 |
commit | 80ef5379a5cfd75aaa7abe6673bc423ab38fc83f (patch) | |
tree | 230fc8b2c0efa73f00223b47185e7f718ab82f96 /shells/dash | |
parent | 9a79d06397005ae86763101fbdb12d4bc90c8a64 (diff) | |
download | pkgsrc-80ef5379a5cfd75aaa7abe6673bc423ab38fc83f.tar.gz |
Imported dash from pkgsrc-wip.
Debian Almquist shell. A small POSIX-compliant shell that is faster than bash.
Packaged by christtrekker@users.sourceforge.net.
Diffstat (limited to 'shells/dash')
-rw-r--r-- | shells/dash/DESCR | 1 | ||||
-rw-r--r-- | shells/dash/Makefile | 17 | ||||
-rw-r--r-- | shells/dash/PLIST | 3 | ||||
-rw-r--r-- | shells/dash/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/shells/dash/DESCR b/shells/dash/DESCR new file mode 100644 index 00000000000..e31981947d7 --- /dev/null +++ b/shells/dash/DESCR @@ -0,0 +1 @@ +Debian Almquist shell. A small POSIX-compliant shell that is faster than bash. diff --git a/shells/dash/Makefile b/shells/dash/Makefile new file mode 100644 index 00000000000..53c8f7ff2c9 --- /dev/null +++ b/shells/dash/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $ +# + +DISTNAME= dash-0.5.5.1 +CATEGORIES= shells +MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ + +MAINTAINER= christtrekker@users.sourceforge.net +HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/ +COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake + +.include "../../mk/bsd.pkg.mk" diff --git a/shells/dash/PLIST b/shells/dash/PLIST new file mode 100644 index 00000000000..4865c2d3c8c --- /dev/null +++ b/shells/dash/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $ +bin/dash +man/man1/dash.1 diff --git a/shells/dash/distinfo b/shells/dash/distinfo new file mode 100644 index 00000000000..b32f1e4903b --- /dev/null +++ b/shells/dash/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $ + +SHA1 (dash-0.5.5.1.tar.gz) = fd73f0a34477eaf8bacc36beee75d94551954a61 +RMD160 (dash-0.5.5.1.tar.gz) = 8831123af32ab699314edbca18350e7ec778df77 +Size (dash-0.5.5.1.tar.gz) = 208094 bytes |