diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-06-26 13:37:01 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-06-26 13:37:01 +0000 |
commit | 2f04af93ae9be945f4bca10979c47502a2db0e2d (patch) | |
tree | 60708bf2b65f449779a2d9eb8e1c160bafb9724a /archivers | |
parent | c8b3b9a791ec6d450e7947e395bdf8b5664f3840 (diff) | |
download | pkgsrc-2f04af93ae9be945f4bca10979c47502a2db0e2d.tar.gz |
Initial import of Star 1.4.1. DESCR is written by the author, Joerg Schilling
<schilling@fokus.gmd.de>.
Star is a full-featured tar command that can access local and remote
tar archives (files and tapes). It reads and writes POSIX compliant
tar archives as well as non-POSIX GNU tar archives.
Star is the first POSIX.1-2001 compliant tar implementation. It includes
a FIFO for speed, a pattern matcher, multi-volume support, the ability to
archive sparse files and ACLs and the ability to archive extended file flags.
It supports utomatic archive format detection, automatic byte order
recognition, automatic archivecompression/decompression. It includes the
only known platform independent "rmt" server program that implements all
Sun/GNU/Schily/BSD enhancements and allows any "rmt" client from any OS to
contact any OS as server.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/DESCR | 11 | ||||
-rw-r--r-- | archivers/star/Makefile | 15 | ||||
-rw-r--r-- | archivers/star/PLIST | 14 | ||||
-rw-r--r-- | archivers/star/distinfo | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/archivers/star/DESCR b/archivers/star/DESCR new file mode 100644 index 00000000000..99dd7cac05e --- /dev/null +++ b/archivers/star/DESCR @@ -0,0 +1,11 @@ +Star is a full-featured tar command that can access local and remote +tar archives (files and tapes). It reads and writes POSIX compliant +tar archives as well as non-POSIX GNU tar archives. +Star is the first POSIX.1-2001 compliant tar implementation. It includes +a FIFO for speed, a pattern matcher, multi-volume support, the ability to +archive sparse files and ACLs and the ability to archive extended file flags. +It supports utomatic archive format detection, automatic byte order +recognition, automatic archivecompression/decompression. It includes the +only known platform independent "rmt" server program that implements all +Sun/GNU/Schily/BSD enhancements and allows any "rmt" client from any OS to +contact any OS as server. diff --git a/archivers/star/Makefile b/archivers/star/Makefile new file mode 100644 index 00000000000..1a60dde0c04 --- /dev/null +++ b/archivers/star/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 13:37:01 uebayasi Exp $ +# + +DISTNAME= star-1.4.1 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ + +MAINTAINER= uebayasi@netbsd.org +HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html +COMMENT= the fastest tar like archiver for UNIX + +USE_GMAKE= # defined +MAKE_FLAGS+= INS_BASE=${LOCALBASE} + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/star/PLIST b/archivers/star/PLIST new file mode 100644 index 00000000000..6f39155456c --- /dev/null +++ b/archivers/star/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 13:37:01 uebayasi Exp $ +bin/mt +bin/smt +bin/star +bin/ustar +include/align.h +include/avoffset.h +lib/libdeflt.a +lib/libschily.a +man/man1/rmt.1 +man/man1/star.1 +man/man5/makefiles.5 +man/man5/makerules.5 +sbin/rmt diff --git a/archivers/star/distinfo b/archivers/star/distinfo new file mode 100644 index 00000000000..6be4420de60 --- /dev/null +++ b/archivers/star/distinfo @@ -0,0 +1,4 @@ + + +SHA1 (star-1.4.1.tar.gz) = 8f8b0ee1c7c83040de9607db0ae63da221957f69 +Size (star-1.4.1.tar.gz) = 496283 bytes |