summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-13 16:30:07 +0000
committercjep <cjep@pkgsrc.org>2002-12-13 16:30:07 +0000
commit61c0b7cf7cc88c274dab8b8e8ab2e564a1997070 (patch)
tree4cb7341c38eba9a6eb018a0d46e87f1ec7f7a4f5 /doc
parenta70a407f142c6dfb8ac7a80798493f0edebbb2aa (diff)
downloadpkgsrc-61c0b7cf7cc88c274dab8b8e8ab2e564a1997070.tar.gz
Initial import of XPK 0.1.4 into the NetBSD packages collection as
archivers/xpk. This package is a UNIX port of the Amiga XPK library. The XPK system consists of a master library (libxpkmaster.so) and several (un)packer sub-libraries (libxpkXXXX.so). Application programs only use the master library directly: the master library takes care of loading and using the sub-libraries. Each sub-library implements one type of compression. There are different libraries for different types of data. When unpacking the applications do not need to know which library was used to pack the data - the appropriate library needs to be installed. From the FreeBSD ports collection.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 27422fe44ea..43c402c5591 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.769 2002/12/13 15:40:44 cjep Exp $
+$NetBSD: CHANGES,v 1.770 2002/12/13 16:30:07 cjep Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3937,3 +3937,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated mysql-server to 3.23.49nb1 [tron 2002-12-13]
Updated fetchmail to 6.2.0 [tron 2002-12-13]
Added arj-3.10b [cjep 2002-12-13]
+ Added xpk-0.1.4 [cjep 2002-12-13]