diff options
author | will <will@FreeBSD.org> | 2001-06-11 11:48:12 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 11:48:12 +0800 |
commit | 791a1cbed22d621cad9cfedbe88f6de05f390d92 (patch) | |
tree | e30145c11d3bf3f6bb3d49bc7ebe2e851488254f /archivers/xpk | |
parent | 9ed008f4ad5127057d95e8397c71e85ef25bee75 (diff) | |
download | freebsd-ports-gnome-791a1cbed22d621cad9cfedbe88f6de05f390d92.tar.gz freebsd-ports-gnome-791a1cbed22d621cad9cfedbe88f6de05f390d92.tar.zst freebsd-ports-gnome-791a1cbed22d621cad9cfedbe88f6de05f390d92.zip |
Add xpk 0.1.4, the eXternal PacKer (XPK) library system.
PR: 27500
Submitted by: Miguel Mendez <flynn@energyhq.org>
Diffstat (limited to 'archivers/xpk')
-rw-r--r-- | archivers/xpk/Makefile | 19 | ||||
-rw-r--r-- | archivers/xpk/distinfo | 1 | ||||
-rw-r--r-- | archivers/xpk/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/xpk/pkg-descr | 15 | ||||
-rw-r--r-- | archivers/xpk/pkg-plist | 28 |
5 files changed, 64 insertions, 0 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile new file mode 100644 index 000000000000..badba3038330 --- /dev/null +++ b/archivers/xpk/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xpk +# Date created: 21 May 2001 +# Whom: Miguel Mendez <flynn@energyhq.org> +# +# $FreeBSD$ +# + +PORTNAME= xpk +PORTVERSION= 0.1.4 +CATEGORIES= archivers +MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \ + http://www.energyhq.org/files/ + +MAINTAINER= ache@FreeBSD.org + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/archivers/xpk/distinfo b/archivers/xpk/distinfo new file mode 100644 index 000000000000..bef0dd306bb9 --- /dev/null +++ b/archivers/xpk/distinfo @@ -0,0 +1 @@ +MD5 (xpk-0.1.4.tar.gz) = 02b3992f43854a7e50a93005f9fbb84d diff --git a/archivers/xpk/pkg-comment b/archivers/xpk/pkg-comment new file mode 100644 index 000000000000..8452e0436a1c --- /dev/null +++ b/archivers/xpk/pkg-comment @@ -0,0 +1 @@ +The eXternal PacKer (XPK) library system diff --git a/archivers/xpk/pkg-descr b/archivers/xpk/pkg-descr new file mode 100644 index 000000000000..c29f77ad7926 --- /dev/null +++ b/archivers/xpk/pkg-descr @@ -0,0 +1,15 @@ +This the unix port of the Amiga XPK library. + +The XPK system consists of a master library (libxpkmaster.so) and several +(un)packer sublibraries (libxpkXXXX.so). Application programs only use the +master library directly: the master library takes care of loading and using +the sublibraries. Each sublibrary 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. + +WWW: http://www.jormas.com/~vesuri/xpk/ + +- Miguel Mendez +flynn@energyhq.org diff --git a/archivers/xpk/pkg-plist b/archivers/xpk/pkg-plist new file mode 100644 index 000000000000..3f01d7e579bb --- /dev/null +++ b/archivers/xpk/pkg-plist @@ -0,0 +1,28 @@ +bin/xType +bin/xPK +bin/xQuery +bin/xUp +bin/xDir +bin/xpk-config +include/xpk/amigalibs.h +include/xpk/xpk.h +include/xpk/xpkLib.h +include/xpk/xpkprefs.h +include/xpk/xpksub.h +lib/libxpkmaster.so.5 +lib/libxpkmaster.so +lib/libxpkmaster.a +lib/libxpkNONE.so.1 +lib/libxpkNONE.so +lib/libxpkNONE.a +lib/libxpkRLEN.so.1 +lib/libxpkRLEN.so +lib/libxpkRLEN.a +lib/libxpkSQSH.so.1 +lib/libxpkSQSH.so +lib/libxpkSQSH.a +lib/libxpkGZIP.so.1 +lib/libxpkGZIP.so +lib/libxpkGZIP.a +share/aclocal/xpk.m4 +@dirrm include/xpk |