mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
723 B
Plaintext
16 lines
723 B
Plaintext
The tardy program is a tar post-processor. It may be used to manipulate the
|
|
file headers in tar archive files in various ways.
|
|
|
|
The reason the tardy program was written was because the author wanted to
|
|
"spruce up" tar files before posting them to the net, mostly to remove
|
|
artifacts of the development environment, without introducing more.
|
|
|
|
The tardy program was designed to allow you to alter certain characteristics
|
|
of files after they have been included in the tar file. Among them are:
|
|
* change file owner (by number or name)
|
|
* change file group (by number or name)
|
|
* add directory prefix (e.g. dot)
|
|
* change file protections (e.g. from 600 to 644)
|
|
|
|
Note that all of these affect ALL files in the archive.
|