aboutsummaryrefslogtreecommitdiff
path: root/archivers/star
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/star')
-rw-r--r--archivers/star/Makefile26
-rw-r--r--archivers/star/distinfo1
-rw-r--r--archivers/star/pkg-comment1
-rw-r--r--archivers/star/pkg-descr20
-rw-r--r--archivers/star/pkg-plist2
5 files changed, 0 insertions, 50 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
deleted file mode 100644
index 896727c4cca7..000000000000
--- a/archivers/star/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: star
-# Version required: 1,0
-# Date created: Thu May 1 20:28:44 CEST 1997
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $
-#
-
-DISTNAME= star-1.2
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/star/ \
- ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= utils/compress
-
-MAINTAINER= andreas@FreeBSD.ORG
-
-USE_GMAKE= yes
-MAKE_ENV= MAKEPROG=gmake
-MAN1= star.1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin
- ${LN} -sf ${PREFIX}/bin/star ${PREFIX}/bin/ustar
- ${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/archivers/star/distinfo b/archivers/star/distinfo
deleted file mode 100644
index 90b0c216da4a..000000000000
--- a/archivers/star/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (star-1.2.tar.gz) = a49261837f2aa99355db3fae57d617ac
diff --git a/archivers/star/pkg-comment b/archivers/star/pkg-comment
deleted file mode 100644
index e499d8eaa97f..000000000000
--- a/archivers/star/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-unique standard tape archiver with many enhancements
diff --git a/archivers/star/pkg-descr b/archivers/star/pkg-descr
deleted file mode 100644
index 8694c6e5508a..000000000000
--- a/archivers/star/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-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 <js@cs.tu-berlin.de>
-Please mail bugs and suggestions to him.
diff --git a/archivers/star/pkg-plist b/archivers/star/pkg-plist
deleted file mode 100644
index 5fd0d4fe5351..000000000000
--- a/archivers/star/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/star
-bin/ustar