diff options
author | naddy <naddy@FreeBSD.org> | 2010-03-26 05:54:41 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2010-03-26 05:54:41 +0800 |
commit | ca3ea07672a21020b556ab746e9abca1dd9dcce0 (patch) | |
tree | e4cd1cf8ef1267439e5eb611b3ed1a32ac7a99aa /archivers/gcpio/pkg-descr | |
parent | 0bdd1a8dfd4181aa704b99542f9e0acc84d1af10 (diff) | |
download | freebsd-ports-gnome-ca3ea07672a21020b556ab746e9abca1dd9dcce0.tar.gz freebsd-ports-gnome-ca3ea07672a21020b556ab746e9abca1dd9dcce0.tar.zst freebsd-ports-gnome-ca3ea07672a21020b556ab746e9abca1dd9dcce0.zip |
Initial import for GNU cpio 2.11.
GNU cpio copies files into or out of a cpio or tar archive. The
archive can be another file on the disk, a magnetic tape, or a pipe.
Diffstat (limited to 'archivers/gcpio/pkg-descr')
-rw-r--r-- | archivers/gcpio/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archivers/gcpio/pkg-descr b/archivers/gcpio/pkg-descr new file mode 100644 index 000000000000..62575ed173ff --- /dev/null +++ b/archivers/gcpio/pkg-descr @@ -0,0 +1,17 @@ +GNU cpio copies files into or out of a cpio or tar archive. The +archive can be another file on the disk, a magnetic tape, or a pipe. + +GNU cpio supports the following archive formats: binary, old ASCII, +new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 +tar. The tar format is provided for compatibility with the tar +program. By default, cpio creates binary format archives, for +compatibility with older cpio programs. When extracting from +archives, cpio automatically recognizes which kind of archive it +is reading and can read archives created on machines with a different +byte-order. + +Note that this port will install these utilities with a 'g' prefix, +e.g. gcpio, but the texinfo documentation will refer to them without +the 'g' prefix. + +WWW: http://www.gnu.org/software/cpio/ |