summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-06 14:41:45 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-06 14:41:45 +0000
commite01692b1ea2102d6eec25e2a7601b445936b8045 (patch)
treee7baf667598d7b7bb3b0c60dbd4c1edd56e35363
parent0728638b9b6c12c37e7281ef13c9dc281859dcc9 (diff)
downloadpkgsrc-e01692b1ea2102d6eec25e2a7601b445936b8045.tar.gz
Added gzrecover-0.2.
-rw-r--r--archivers/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index dd39d937359..8d275ca0935 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/06/25 13:56:56 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2004/07/06 14:41:45 xtraeme Exp $
#
COMMENT= Archivers
@@ -26,6 +26,7 @@ SUBDIR+= gtar-info
SUBDIR+= gzip
SUBDIR+= gzip-base
SUBDIR+= gzip-info
+SUBDIR+= gzrecover
SUBDIR+= ha
SUBDIR+= hpack
SUBDIR+= jamjar
diff --git a/doc/CHANGES b/doc/CHANGES
index 93536f846ef..71bb848d2d2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6467 2004/07/06 14:30:38 xtraeme Exp $
+$NetBSD: CHANGES,v 1.6468 2004/07/06 14:41:45 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3275,3 +3275,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated libxml2 to 2.6.11 [xtraeme 2004-07-06]
Updated libxslt to 1.1.8 [xtraeme 2004-07-06]
Added elmo-1.2.0 [xtraeme 2004-07-06]
+ Added gzrecover-0.2 [xtraeme 2004-07-06]