summaryrefslogtreecommitdiff
path: root/archivers/star (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* move it back to old place ${prefix}/bin.Andreas Klemm1999-07-202-3/+3
| | | | Notes: svn path=/head/; revision=20280
* link it statically...Andreas Klemm1999-07-193-5/+5
| | | | | | | | | | | | | 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
* forgot to remove no package entirelyAndreas Klemm1999-07-191-2/+1
| | | | Notes: svn path=/head/; revision=20276
* Committ rest of changes, Steve already fixed ALPHA partAndreas Klemm1999-07-197-31/+318
| | | | | | | | PR: closes 11717 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=20275
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* added NO_PACKAGE=ignores cflagsAndreas Klemm1999-06-051-1/+2
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=19216
* Fix build for Alpha.Steve Price1999-05-312-2/+18
| | | | Notes: svn path=/head/; revision=19143
* - Upgrade to 1.2Dirk Froemberg1998-12-242-6/+8
| | | | | | | | | - add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES} Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15584
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12657
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-091-2/+2
| | | | Notes: svn path=/head/; revision=8192
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-4/+1
| | | | Notes: svn path=/head/; revision=8102
* Update star port from version 1.0 to 1.1Andreas Klemm1997-06-183-7/+7
| | | | Notes: svn path=/head/; revision=7000
* important fix for sparse file handling from the author of starAndreas Klemm1997-05-192-1/+6
| | | | | | | | | | PR: approved by: Satoshi Submitted by: Obtained from: Notes: svn path=/head/; revision=6490
* No need to use "+=" to define MAKE_ENV.Satoshi 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. :) Notes: svn path=/head/; revision=6424
* New port "star"Andreas Klemm1997-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. Notes: svn path=/head/; revision=6387