summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authormartti <martti>2001-10-22 05:45:58 +0000
committermartti <martti>2001-10-22 05:45:58 +0000
commitbf333727634ab896ec176d7cce77ddbfeb952450 (patch)
tree0c9cf2a8e1862536d375a4d3b556d8c7987a9275 /archivers
parent4999b9c6998daa75fd09a358710efb9467f5e655 (diff)
downloadpkgsrc-bf333727634ab896ec176d7cce77ddbfeb952450.tar.gz
Perl module for creation and manipulation of tar files.
This module uses no C-coded parts in itself, but it will try to use the Compress::Zlib module to read and write gzipped tarfiles. Archive::Tar will still work without Zlib, it will just complain a little bit (and, of course, not be able to use compression). The complaining will be removed when the module leaves the alpha stage, and can be trivially removed by commenting out the offending print near the top of Tar.pm.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar/Makefile20
-rw-r--r--archivers/p5-Archive-Tar/distinfo4
-rw-r--r--archivers/p5-Archive-Tar/pkg/DESCR9
-rw-r--r--archivers/p5-Archive-Tar/pkg/PLIST1
4 files changed, 34 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
new file mode 100644
index 00000000000..f35503a5ae7
--- /dev/null
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $
+
+DISTNAME= Archive-Tar-0.22
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tar
+CATEGORIES= archivers perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module interface to manipulate tar files
+
+DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Tar/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo
new file mode 100644
index 00000000000..dd41a5bbab8
--- /dev/null
+++ b/archivers/p5-Archive-Tar/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $
+
+SHA1 (Archive-Tar-0.22.tar.gz) = e0e3925938d4bd3dd49eeb1a2cf0cfb8bcf2580b
+Size (Archive-Tar-0.22.tar.gz) = 14766 bytes
diff --git a/archivers/p5-Archive-Tar/pkg/DESCR b/archivers/p5-Archive-Tar/pkg/DESCR
new file mode 100644
index 00000000000..f6b47107ad5
--- /dev/null
+++ b/archivers/p5-Archive-Tar/pkg/DESCR
@@ -0,0 +1,9 @@
+Perl module for creation and manipulation of tar files.
+
+This module uses no C-coded parts in itself, but it will try to use
+the Compress::Zlib module to read and write gzipped tarfiles.
+Archive::Tar will still work without Zlib, it will just complain a
+little bit (and, of course, not be able to use compression). The
+complaining will be removed when the module leaves the alpha stage,
+and can be trivially removed by commenting out the offending print
+near the top of Tar.pm.
diff --git a/archivers/p5-Archive-Tar/pkg/PLIST b/archivers/p5-Archive-Tar/pkg/PLIST
new file mode 100644
index 00000000000..226807ae3f6
--- /dev/null
+++ b/archivers/p5-Archive-Tar/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/22 05:45:58 martti Exp $