summaryrefslogtreecommitdiffstats
path: root/archive/star/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/star/DETAILS')
-rwxr-xr-xarchive/star/DETAILS28
1 files changed, 28 insertions, 0 deletions
diff --git a/archive/star/DETAILS b/archive/star/DETAILS
new file mode 100755
index 0000000000..8aacfc19d1
--- /dev/null
+++ b/archive/star/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=star
+ VERSION=1.5a63
+ MD5[0]='6f8e420ea7da4d394f59c54dad0ff0ee'
+ ALPHA=$([ "${VERSION//a/}" != "$VERSION" ] && echo 1)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%a*}
+ SOURCE_URL[0]=ftp://ftp.berlios.de/pub/$SPELL/${ALPHA:+alpha/}$SOURCE
+ WEB_SITE=http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
+ ENTERED=20040718
+ UPDATED=20040718
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT='Unique standard tape archiver'
+cat << EOF
+Star is a very fast tar-like tape archiver with improved functionality.
+Star archives and extracts multiple files to and from a single file
+called a tarfile. A tarfile is usually a magnetic tape, but it can be
+any file. In all cases, appearance of a directory name refers to the
+files and (recursively) sub-directories of that directory.
+
+Star was first created in 1982 to extract tapes on a UNIX clone that
+had no tar command. In 1985 the first fully functional version has been
+released as mtar.
+
+When the old star format extensions have been introduced in 1985, it
+was renamed to star (Schily tar). In 1994, Posix 1003.1-1988 extensions
+were added and star was renamed to star (Standard tar).
+EOF