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.
This commit is contained in:
cjep 2002-12-13 16:29:02 +00:00
parent 386c3a73d4
commit 39dd16a5a0
4 changed files with 70 additions and 0 deletions

10
archivers/xpk/DESCR Normal file
View file

@ -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.

17
archivers/xpk/Makefile Normal file
View file

@ -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"

39
archivers/xpk/PLIST Normal file
View file

@ -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

4
archivers/xpk/distinfo Normal file
View file

@ -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