summaryrefslogtreecommitdiff
path: root/archivers/xpk
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-13 16:29:02 +0000
committercjep <cjep@pkgsrc.org>2002-12-13 16:29:02 +0000
commit39dd16a5a02a593aa8404ec24cb6c22c86a6fe12 (patch)
tree5ad9bc8277fce3770f93ed9c09c2194e181fb8b2 /archivers/xpk
parent386c3a73d43abe4995e8cf080a9fbfea06a31387 (diff)
downloadpkgsrc-39dd16a5a02a593aa8404ec24cb6c22c86a6fe12.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 'archivers/xpk')
-rw-r--r--archivers/xpk/DESCR10
-rw-r--r--archivers/xpk/Makefile17
-rw-r--r--archivers/xpk/PLIST39
-rw-r--r--archivers/xpk/distinfo4
4 files changed, 70 insertions, 0 deletions
diff --git a/archivers/xpk/DESCR b/archivers/xpk/DESCR
new file mode 100644
index 00000000000..a05a915e69c
--- /dev/null
+++ b/archivers/xpk/DESCR
@@ -0,0 +1,10 @@
+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.
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile
new file mode 100644
index 00000000000..a347a134974
--- /dev/null
+++ b/archivers/xpk/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/13 16:29:02 cjep Exp $
+# FreeBSD Id: ports/archivers/xpk/Makefile,v 1.7 2002/10/18 07:58:00 adamw Exp
+
+DISTNAME= xpk-0.1.4
+CATEGORIES= archivers
+MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \
+ http://energyhq.homeip.net/files/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.jormas.com/~vesuri/xpk/
+COMMENT= The eXternal PacKer (XPK) library system
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/xpk/PLIST b/archivers/xpk/PLIST
new file mode 100644
index 00000000000..5061e592eae
--- /dev/null
+++ b/archivers/xpk/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/13 16:29:02 cjep Exp $
+bin/xDir
+bin/xPK
+bin/xQuery
+bin/xType
+bin/xUp
+bin/xpk-config
+include/xpk/amigalibs.h
+include/xpk/xpk.h
+include/xpk/xpkLib.h
+include/xpk/xpkprefs.h
+include/xpk/xpksub.h
+lib/libxpkGZIP.a
+lib/libxpkGZIP.la
+lib/libxpkGZIP.so
+lib/libxpkGZIP.so.1
+lib/libxpkGZIP.so.1.1
+lib/libxpkNONE.a
+lib/libxpkNONE.la
+lib/libxpkNONE.so
+lib/libxpkNONE.so.1
+lib/libxpkNONE.so.1.4
+lib/libxpkRLEN.a
+lib/libxpkRLEN.la
+lib/libxpkRLEN.so
+lib/libxpkRLEN.so.1
+lib/libxpkRLEN.so.1.0
+lib/libxpkSQSH.a
+lib/libxpkSQSH.la
+lib/libxpkSQSH.so
+lib/libxpkSQSH.so.1
+lib/libxpkSQSH.so.1.1
+lib/libxpkmaster.a
+lib/libxpkmaster.la
+lib/libxpkmaster.so
+lib/libxpkmaster.so.5
+lib/libxpkmaster.so.5.2
+share/aclocal/xpk.m4
+@dirrm include/xpk
diff --git a/archivers/xpk/distinfo b/archivers/xpk/distinfo
new file mode 100644
index 00000000000..ee7a382cd33
--- /dev/null
+++ b/archivers/xpk/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/13 16:29:02 cjep Exp $
+
+SHA1 (xpk-0.1.4.tar.gz) = 0732f964516885ddde5ba7a1b88b09a0c6b249e4
+Size (xpk-0.1.4.tar.gz) = 239341 bytes