From 8b413f9f9f9c1107cee9d4dc75350a4dd068eca9 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 2 Feb 2005 18:01:13 +0000 Subject: 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/ --- archivers/libarchive/DESCR | 4 ++++ archivers/libarchive/Makefile | 15 +++++++++++++++ archivers/libarchive/PLIST | 11 +++++++++++ archivers/libarchive/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 archivers/libarchive/DESCR create mode 100644 archivers/libarchive/Makefile create mode 100644 archivers/libarchive/PLIST create mode 100644 archivers/libarchive/distinfo (limited to 'archivers') 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 -- cgit v1.2.3