initial import of perl Archive::Tar module.
A perl module for handling tar archives. Allows user to read a tar archive manipulate it in memory by adding or removing files and write it out to disk. Also supports gzip/zlib compressed archives.
This commit is contained in:
parent
8ecaf4937d
commit
14b29e15d2
24
archivers/p5-Archive-Tar/Makefile
Normal file
24
archivers/p5-Archive-Tar/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/22 10:52:22 peter Exp $
|
||||
|
||||
COMMENT= "perl interface to tar archives"
|
||||
VERSION= 0.22
|
||||
DISTNAME= Archive-Tar-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= archivers perl5
|
||||
NEED_VERSION= 1.502
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Archive
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::archivers/p5-Compress-Zlib
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-Archive-Tar/distinfo
Normal file
3
archivers/p5-Archive-Tar/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Archive-Tar-0.22.tar.gz) = d77f1de1241c4eb7879916a853910285
|
||||
RMD160 (Archive-Tar-0.22.tar.gz) = 56d5aeffc6de3d86ffdbdda687b414af5ec03a03
|
||||
SHA1 (Archive-Tar-0.22.tar.gz) = e0e3925938d4bd3dd49eeb1a2cf0cfb8bcf2580b
|
5
archivers/p5-Archive-Tar/pkg/DESCR
Normal file
5
archivers/p5-Archive-Tar/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
A perl module for handling tar archives. Allows user to read a tar
|
||||
archive manipulate it in memory by adding or removing files and
|
||||
write it out to disk.
|
||||
|
||||
Also supports gzip/zlib compressed archives.
|
5
archivers/p5-Archive-Tar/pkg/PLIST
Normal file
5
archivers/p5-Archive-Tar/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/22 10:52:22 peter Exp $
|
||||
bin/ptar
|
||||
libdata/perl5/site_perl/Archive/Tar.pm
|
||||
man/man3/Archive::Tar.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Archive/Tar
|
Loading…
x
Reference in New Issue
Block a user