diff options
author | tv <tv@pkgsrc.org> | 1998-03-04 14:51:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-04 14:51:38 +0000 |
commit | ecad564d0868ec50a82cea049cbc4787dc9d7ccd (patch) | |
tree | c74eed20bc5766ada281ce4d32525aa88b86e2b5 /archivers/gcpio/pkg | |
parent | b99fc5075b2c7fa5bbdad2875f91b6b91b88ef3a (diff) | |
download | pkgsrc-ecad564d0868ec50a82cea049cbc4787dc9d7ccd.tar.gz |
Import of `gcpio' pkg (GNU cpio); not yet enabled in archivers/Makefile
until pax-cpio work is complete
Diffstat (limited to 'archivers/gcpio/pkg')
-rw-r--r-- | archivers/gcpio/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/gcpio/pkg/DESCR | 3 | ||||
-rw-r--r-- | archivers/gcpio/pkg/PLIST | 6 |
3 files changed, 10 insertions, 0 deletions
diff --git a/archivers/gcpio/pkg/COMMENT b/archivers/gcpio/pkg/COMMENT new file mode 100644 index 00000000000..4b3f88c71a4 --- /dev/null +++ b/archivers/gcpio/pkg/COMMENT @@ -0,0 +1 @@ +GNU copy-in/out (cpio) with remote magnetic tape (rmt) support. diff --git a/archivers/gcpio/pkg/DESCR b/archivers/gcpio/pkg/DESCR new file mode 100644 index 00000000000..692b862ebe3 --- /dev/null +++ b/archivers/gcpio/pkg/DESCR @@ -0,0 +1,3 @@ +GNU cpio, originally shipped as NetBSD's "cpio" up to version 1.3, is a +full-featured cpio command that can access remote and local magnetic tapes, +and both tar and cpio format archives in files or on tapes. diff --git a/archivers/gcpio/pkg/PLIST b/archivers/gcpio/pkg/PLIST new file mode 100644 index 00000000000..906e0b4b705 --- /dev/null +++ b/archivers/gcpio/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/03/04 14:51:38 tv Exp $ +bin/gcpio +@unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/cpio.info +info/cpio.info +@exec %D/bin/install-info --info-dir=%D/info %D/info/cpio.info +man/man1/gcpio.1.gz |