diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 02:07:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 02:07:50 +0000 |
commit | 340624ba4b0e42f2af824ba973cc70ff2dbbe21e (patch) | |
tree | 9861222851418e519533e3472d11ce8d68b5b3a8 | |
parent | f11cde6d8d9b15c18099ffc9e9d1a736a357eda6 (diff) | |
download | pkgsrc-340624ba4b0e42f2af824ba973cc70ff2dbbe21e.tar.gz |
Added xsh-1.8.2.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | shells/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 1734c1b0384..5640ff03244 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6058 2004/05/29 02:01:22 xtraeme Exp $ +$NetBSD: CHANGES,v 1.6059 2004/05/29 02:07:50 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2683,3 +2683,4 @@ Changes to the packages collection and infrastructure in 2004: Added p5-XML-NodeFilter-0.01 [xtraeme 2004-05-29] Added p5-XML-LibXML-XPathContext-0.06 [xtraeme 2004-05-29] Added p5-XML-XUpdate-LibXML-0.2.3 [xtraeme 2004-05-29] + Added xsh-1.8.2 [xtraeme 2004-05-29] diff --git a/shells/Makefile b/shells/Makefile index c2f587252ed..8315bb1f0a7 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/05/07 10:11:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/05/29 02:07:50 xtraeme Exp $ # COMMENT= Shells @@ -21,6 +21,7 @@ SUBDIR+= static-ast-ksh SUBDIR+= static-bash2 SUBDIR+= static-tcsh SUBDIR+= tcsh +SUBDIR+= xsh SUBDIR+= zsh SUBDIR+= zsh3 |