diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-02 18:02:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-02 18:02:39 +0000 |
commit | 864332d7fa7a862b3ab600d2e1699ff76cbfa6ef (patch) | |
tree | a4c05d2febe575ca97369220956a4c00d1eaf62b | |
parent | 8b413f9f9f9c1107cee9d4dc75350a4dd068eca9 (diff) | |
download | pkgsrc-864332d7fa7a862b3ab600d2e1699ff76cbfa6ef.tar.gz |
Added archivers/libarchive.
-rw-r--r-- | archivers/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ac972a77edc..3ec910c46a7 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2005/01/12 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2005/02/02 18:02:39 xtraeme Exp $ # COMMENT= Archivers @@ -33,6 +33,7 @@ SUBDIR+= jamjar SUBDIR+= lbrate SUBDIR+= lcab SUBDIR+= lha +SUBDIR+= libarchive SUBDIR+= libcomprex SUBDIR+= liblzo SUBDIR+= lzop diff --git a/doc/CHANGES b/doc/CHANGES index d675bae81ff..98e524c2686 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9007 2005/02/02 17:30:48 jlam Exp $ +$NetBSD: CHANGES,v 1.9008 2005/02/02 18:02:39 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -718,3 +718,4 @@ Changes to the packages collection and infrastructure in 2005: Updated p5-Kwiki-Revisions to 0.14 [jlam 2005-02-02] Updated p5-Kwiki-UserName to 0.14 [jlam 2005-02-02] Updated p5-Kwiki-UserPreferences to 0.13 [jlam 2005-02-02] + Added libarchive-102.002 [xtraeme 2005-02-02] |