Port details |
- p5-Archive-Libarchive Modern Perl bindings to libarchive
- 0.09 archivers =2 0.09Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-10-03 17:15:08
- Last Update: 2024-08-15 15:30:59
- Commit Hash: 352d161
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Archive-Libarchive
- Description:
- Archive::Libarchive provides a Perl object-oriented interface to the libarchive
library. The libarchive library is the API used to implemnt bsdtar, the default
tar implementation on a number of operating systems, including FreeBSD, macOS
and Windows. It can also be installed on most Linux distributions. But wait,
there is more, libarchive supports a number of formats, compressors and filters
transparently, so it can be a useful when used as a universal
archiver/extractor.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Archive-Libarchive>0:archivers/p5-Archive-Libarchive
- To install the port:
- cd /usr/ports/archivers/p5-Archive-Libarchive/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/p5-Archive-Libarchive
- pkg install p5-Archive-Libarchive
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Archive-Libarchive
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716142066
SHA256 (Archive-Libarchive-0.09.tar.gz) = 6af746ecff7f1a3530ce6b5a58d0ad47431a6998d459dbb0f1562a1223e7deff
SIZE (Archive-Libarchive-0.09.tar.gz) = 81769
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-FFI-C-Stat>=0 : devel/p5-FFI-C-Stat
- p5-FFI-CheckLib>=0.30 : devel/p5-FFI-CheckLib
- p5-FFI-Platypus>=1.38 : devel/p5-FFI-Platypus
- p5-FFI-Platypus-Type-Enum>=0.05 : devel/p5-FFI-Platypus-Type-Enum
- p5-FFI-Platypus-Type-PtrObject>=0 : devel/p5-FFI-Platypus-Type-PtrObject
- p5-Ref-Util>=0 : devel/p5-Ref-Util
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-FFI-C>=0 : devel/p5-FFI-C
- p5-File-chdir>=0 : devel/p5-File-chdir
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- p5-Sub-Identify>=0 : devel/p5-Sub-Identify
- p5-Term-Table>=0 : devel/p5-Term-Table
- p5-Test-Archive-Libarchive>=0 : devel/p5-Test-Archive-Libarchive
- p5-Test-Script>=1.09 : devel/p5-Test-Script
- p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
- p5-Test2-Tools-MemoryCycle>=0 : devel/p5-Test2-Tools-MemoryCycle
- Runtime dependencies:
-
- p5-FFI-C-Stat>=0 : devel/p5-FFI-C-Stat
- p5-FFI-CheckLib>=0.30 : devel/p5-FFI-CheckLib
- p5-FFI-Platypus>=1.38 : devel/p5-FFI-Platypus
- p5-FFI-Platypus-Type-Enum>=0.05 : devel/p5-FFI-Platypus-Type-Enum
- p5-FFI-Platypus-Type-PtrObject>=0 : devel/p5-FFI-Platypus-Type-PtrObject
- p5-Ref-Util>=0 : devel/p5-Ref-Util
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_p5-Archive-Libarchive
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.09 15 Aug 2024 15:30:59 |
Po-Chuan Hsieh (sunpoet) |
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes |
0.09 19 May 2024 22:10:42 |
Po-Chuan Hsieh (sunpoet) |
archivers/p5-Archive-Libarchive: Update to 0.09
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/Archive-Libarchive/changes |
0.08 03 Oct 2022 17:10:12 |
Po-Chuan Hsieh (sunpoet) |
archivers/p5-Archive-Libarchive: Add p5-Archive-Libarchive 0.08
Archive::Libarchive provides a Perl object-oriented interface to the libarchive
library. The libarchive library is the API used to implemnt bsdtar, the default
tar implementation on a number of operating systems, including FreeBSD, macOS
and Windows. It can also be installed on most Linux distributions. But wait,
there is more, libarchive supports a number of formats, compressors and filters
transparently, so it can be a useful when used as a universal
archiver/extractor. |