A generic archive extracting mechanism (using libarchive) Maintained by:sunpoet@FreeBSD.org Port Added: 23 Oct 2011 07:01:05 Also Listed In:perl5 License: not specified in port
Archive::Extract::Libarchive has a similar interface to Archive::Extract, but
instead of using Perl modules and external commands, it uses the libarchive C
libary. It supports many different archive formats and compression algorithms
and is fast.
WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/
To install the port:cd /usr/ports/archivers/p5-Archive-Extract-Libarchive/ && make install clean To add the package:pkg_add -r p5-Archive-Extract-Libarchive
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
- Add p5-Archive-Extract-Libarchive 0.35
Archive::Extract::Libarchive has a similar interface to Archive::Extract, but
instead of using Perl modules and external commands, it uses the libarchive C
libary. It supports many different archive formats and compression algorithms
and is fast.
WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/