From 9c62394ca0e1c22a5676c1481d63649ae28ef037 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 3 May 1997 10:16:32 +0000 Subject: New port "star" Main advantages over other tar implementations: fifo - keeps the tape streaming. pattern matcher - for a convenient user interface sophisticated diff - user tailorable interface for comparing tar archives against file trees no namelen limitation - Pathnames up to 1024 Bytes may be archived. deals with all 3 times - stores/restores all 3 times of a file does not clobber files - more recent copies on disk will not be clobbered from tape automatic byte swap - star automatically detects swapped archives automatic format detect - automatically detects archive formats: Old tar, gnu tar, ansi tar, star. fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible. --- archivers/star-devel/Makefile | 26 ++++++++++++++++++++++++++ archivers/star-devel/distinfo | 1 + archivers/star-devel/pkg-comment | 1 + archivers/star-devel/pkg-descr | 20 ++++++++++++++++++++ archivers/star-devel/pkg-plist | 2 ++ 5 files changed, 50 insertions(+) create mode 100644 archivers/star-devel/Makefile create mode 100644 archivers/star-devel/distinfo create mode 100644 archivers/star-devel/pkg-comment create mode 100644 archivers/star-devel/pkg-descr create mode 100644 archivers/star-devel/pkg-plist (limited to 'archivers/star-devel') diff --git a/archivers/star-devel/Makefile b/archivers/star-devel/Makefile new file mode 100644 index 000000000000..c694b5414780 --- /dev/null +++ b/archivers/star-devel/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: star +# Version required: 1,0 +# Date created: Thu May 1 20:28:44 CEST 1997 +# Whom: Andreas Klemm +# +# $Id$ +# + +DISTNAME= star-1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ + +MAINTAINER= andreas@FreeBSD.org + +USE_GMAKE= yes +MAKE_ENV+= MAKEPROG=gmake + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1 +.if !defined(NOMANCOMPRESS) + @${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}" + @${GZIP_CMD} ${PREFIX}/man/man1/star.1 +.endif + +.include diff --git a/archivers/star-devel/distinfo b/archivers/star-devel/distinfo new file mode 100644 index 000000000000..18d87c78f195 --- /dev/null +++ b/archivers/star-devel/distinfo @@ -0,0 +1 @@ +MD5 (star-1.0.tar.gz) = f1e9eeb725ca9ba336ef91e110912864 diff --git a/archivers/star-devel/pkg-comment b/archivers/star-devel/pkg-comment new file mode 100644 index 000000000000..e499d8eaa97f --- /dev/null +++ b/archivers/star-devel/pkg-comment @@ -0,0 +1 @@ +unique standard tape archiver with many enhancements diff --git a/archivers/star-devel/pkg-descr b/archivers/star-devel/pkg-descr new file mode 100644 index 000000000000..8694c6e5508a --- /dev/null +++ b/archivers/star-devel/pkg-descr @@ -0,0 +1,20 @@ +Star is the fastest known implementation of a tar archiver. Star +development started 1982, development is still in progress. The +current version is stable. + +Main advantages over other tar implementations: + fifo - keeps the tape streaming. + pattern matcher - for a convenient user interface + sophisticated diff - user tailorable interface for comparing tar + archives against file trees + no namelen limitation - Pathnames up to 1024 Bytes may be archived. + deals with all 3 times - stores/restores all 3 times of a file + does not clobber files - more recent copies on disk will not be + clobbered from tape + automatic byte swap - star automatically detects swapped archives + automatic format detect - automatically detects archive formats: + Old tar, gnu tar, ansi tar, star. + fully ansi compatible - Star is fully ANSI/Posix 1003.1 compatible. + +Author: Joerg Schilling +Please mail bugs and suggestions to him. diff --git a/archivers/star-devel/pkg-plist b/archivers/star-devel/pkg-plist new file mode 100644 index 000000000000..111096e3736e --- /dev/null +++ b/archivers/star-devel/pkg-plist @@ -0,0 +1,2 @@ +bin/star +man/man1/star.1.gz -- cgit