summaryrefslogtreecommitdiff
path: root/archivers/star/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-06-26 13:37:01 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-06-26 13:37:01 +0000
commit2f04af93ae9be945f4bca10979c47502a2db0e2d (patch)
tree60708bf2b65f449779a2d9eb8e1c160bafb9724a /archivers/star/Makefile
parentc8b3b9a791ec6d450e7947e395bdf8b5664f3840 (diff)
downloadpkgsrc-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/star/Makefile')
-rw-r--r--archivers/star/Makefile15
1 files changed, 15 insertions, 0 deletions
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"