pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libarchive Initial import of libarchive-102....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc4f6a3de137
branches:  trunk
changeset: 488513:fc4f6a3de137
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 02 18:01:13 2005 +0000

description:
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:

 archivers/libarchive/DESCR    |   4 ++++
 archivers/libarchive/Makefile |  15 +++++++++++++++
 archivers/libarchive/PLIST    |  11 +++++++++++
 archivers/libarchive/distinfo |   4 ++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 5def950fe7be -r fc4f6a3de137 archivers/libarchive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libarchive/DESCR        Wed Feb 02 18:01:13 2005 +0000
@@ -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 -r 5def950fe7be -r fc4f6a3de137 archivers/libarchive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libarchive/Makefile     Wed Feb 02 18:01:13 2005 +0000
@@ -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@localhost
+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 -r 5def950fe7be -r fc4f6a3de137 archivers/libarchive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libarchive/PLIST        Wed Feb 02 18:01:13 2005 +0000
@@ -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 -r 5def950fe7be -r fc4f6a3de137 archivers/libarchive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libarchive/distinfo     Wed Feb 02 18:01:13 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index