aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/star
Commit message (Collapse)AuthorAgeFilesLines
* These manpages removed by Tim Vanderhoek.hoek1998-08-201-1/+0
|
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGandreas1997-10-101-2/+2
|
* cosmetic changes using portlint, a really nice tool ;-)andreas1997-10-041-4/+1
|
* Update star port from version 1.0 to 1.1andreas1997-06-193-7/+7
|
* important fix for sparse file handling from the author of starandreas1997-05-202-1/+6
| | | | | | | PR: approved by: Satoshi Submitted by: Obtained from:
* No need to use "+=" to define MAKE_ENV.asami1997-05-071-6/+3
| | | | | Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)... with a single line MAN1=star.1. I think that's much easier. :)
* New port "star"andreas1997-05-035-0/+50
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.