summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-02-02 18:01:13 +0000
committerxtraeme <xtraeme>2005-02-02 18:01:13 +0000
commit301540d4a9b14558f8c018c648486a8ba4b5d959 (patch)
treeb567f1a09527dfb5509f9e4304f4e82161def4c1 /archivers/libarchive
parent218978c2f1003dfff6b001f43d362da1e2a84c6f (diff)
downloadpkgsrc-301540d4a9b14558f8c018c648486a8ba4b5d959.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/libarchive')
-rw-r--r--archivers/libarchive/DESCR4
-rw-r--r--archivers/libarchive/Makefile15
-rw-r--r--archivers/libarchive/PLIST11
-rw-r--r--archivers/libarchive/distinfo4
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