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/pkg-descr | |
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/pkg-descr')
-rw-r--r-- | archivers/xpk/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
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 |