| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
I can handle.
Sorry, the rest has to go to ports@FreeBSD.ORG.
|
| |
|
| |
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 ???
|
| |
|
|
|
|
|
| |
PR: closes 11717
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
| |
|
|
|
|
|
|
| |
- add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES}
Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR:
approved by: Satoshi
Submitted by:
Obtained from:
|
|
|
|
|
| |
Also, replace the four lines starting with .if !defined(NOMANCOMPRESS)...
with a single line MAN1=star.1. I think that's much easier. :)
|
|
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.
|