summaryrefslogtreecommitdiff
path: root/archivers/star/pkg-plist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$, which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35327
* As requested by Christian WeisgerberAndreas Klemm1999-11-081-0/+1
| | | | Notes: svn path=/head/; revision=22973
* move it back to old place ${prefix}/bin.Andreas Klemm1999-07-201-1/+1
| | | | Notes: svn path=/head/; revision=20280
* link it statically...Andreas Klemm1999-07-191-1/+1
| | | | | | | | | | | | | changed installation path from ${PREFIX}/bin to ${PREFIX}/sbin noticed, that ${PREFIX}/sbin is populated by dynamically linked programs... Wasn't the intention of sbin directories, to include statically linked programs ? Or is this degenerated, because it's ports here and the only statically linked programs reside on the root filesystem in /sbin ??? Notes: svn path=/head/; revision=20277
* Committ rest of changes, Steve already fixed ALPHA partAndreas Klemm1999-07-191-1/+0
| | | | | | | | PR: closes 11717 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=20275
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12657
* Update star port from version 1.0 to 1.1Andreas Klemm1997-06-181-0/+1
| | | | Notes: svn path=/head/; revision=7000
* New port "star"Andreas Klemm1997-05-031-0/+2
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. Notes: svn path=/head/; revision=6387