diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-02 18:01:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-02 18:01:13 +0000 |
commit | 3045f600e673df2e7a742e18063c824fc24b71cf (patch) | |
tree | b567f1a09527dfb5509f9e4304f4e82161def4c1 /archivers | |
parent | 3225fa9da4a0455faf17caf75ee1866ddf148764 (diff) | |
download | pkgsrc-3045f600e673df2e7a742e18063c824fc24b71cf.tar.gz |
Initial import of libarchive-102.002.
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants and several cpio formats. It can also write shar archives
and read ISO9660 CDROM images.
See http://people.freebsd.org/~kientzle/libarchive/
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/DESCR | 4 | ||||
-rw-r--r-- | archivers/libarchive/Makefile | 15 | ||||
-rw-r--r-- | archivers/libarchive/PLIST | 11 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/archivers/libarchive/DESCR b/archivers/libarchive/DESCR new file mode 100644 index 00000000000..2dd6e78a70a --- /dev/null +++ b/archivers/libarchive/DESCR @@ -0,0 +1,4 @@ +Libarchive is a programming library that can create and read several +different streaming archive formats, including most popular tar +variants and several cpio formats. It can also write shar archives +and read ISO9660 CDROM images. diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile new file mode 100644 index 00000000000..897aec12c55 --- /dev/null +++ b/archivers/libarchive/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/02 18:01:13 xtraeme Exp $ +# + +DISTNAME= libarchive-1.02.002 +CATEGORIES= archivers +MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/src/ +COMMENT= Library to read/create different archive formats + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/libarchive/PLIST b/archivers/libarchive/PLIST new file mode 100644 index 00000000000..ba9609fb763 --- /dev/null +++ b/archivers/libarchive/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 18:01:13 xtraeme Exp $ +include/archive.h +include/archive_entry.h +lib/libarchive.a +man/man3/archive_entry.3 +man/man3/archive_read.3 +man/man3/archive_util.3 +man/man3/archive_write.3 +man/man3/libarchive.3 +man/man5/libarchive-formats.5 +man/man5/tar.5 diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo new file mode 100644 index 00000000000..d73f631a76e --- /dev/null +++ b/archivers/libarchive/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/02 18:01:13 xtraeme Exp $ + +SHA1 (libarchive-1.02.002.tar.gz) = 02b4df5ab519e7cadc63fef7ede9a42ebc46e9f2 +Size (libarchive-1.02.002.tar.gz) = 195839 bytes |