Port details |
- p5-Sys-Virt Perl bindings for libvirt
- 1.1.1_5 devel =2 1.1.1_5Version of this port present on the latest quarterly branch.
- Maintainer: fw@moov.de
- Port Added: 2011-11-28 07:12:58
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- 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/release/Sys-Virt
- Description:
- The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine
management APIs. This allows machines running within arbitrary virtualization
containers to be managed with a consistent API.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Sys-Virt>0:devel/p5-Sys-Virt
- To install the port:
- cd /usr/ports/devel/p5-Sys-Virt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Sys-Virt
- pkg install p5-Sys-Virt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Sys-Virt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Sys-Virt-1.1.1.tar.gz) = 161f93cf18219dcbb137d4736c4485b32640813fc495d5be557f58bbf44e6f48
SIZE (Sys-Virt-1.1.1.tar.gz) = 94938
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-XML-XPath>=0 : textproc/p5-XML-XPath
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-XML-XPath>=0 : textproc/p5-XML-XPath
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libvirt.so : devel/libvirt
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-Sys-Virt-1.1.1_5:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-Sys-Virt
- USES:
- perl5 pkgconfig shebangfix
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.1_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1_5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.1.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1_5 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.1.1_5 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.1.1_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.1_5 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
1.1.1_5 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.1.1_4 04 Nov 2014 18:41:16 |
jgh |
- update libvirt to 1.2.10
- chase shared library bump |
1.1.1_3 29 Oct 2014 22:17:56 |
jgh |
- update libvirt,py-libvirt,libvirt-glib to 0.1.9
- shift var from ${PREFIX} to /var
- bump shared libs of dep. port
PR: 192441 (based on)
Submitted by: olevole@olevole.ru |
1.1.1_2 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.1.1_2 28 Aug 2014 21:21:57 |
tijl |
security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc
devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip
devel/libvirt-glib:
- Convert to USES=libtool
Approved by: portmgr (implicit, bump unstaged port) |
1.1.1_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.1.1_1 06 Feb 2014 08:33:55 |
ehaupt |
- Support staging
- Define EXAMPLES and now that this port is staged the conditional installation
of examples files can be removed as it is handled automcatically
- Strip shared objects |
1.1.1_1 18 Dec 2013 01:00:18 |
jgh |
- fix lib_depends format
Spotted by: qat@
Approved by: fw@moov.de, maintainer (implicit) |
1.1.1_1 17 Dec 2013 23:54:04 |
jgh |
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed
Changes: http://libvirt.org/news.html |
1.1.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.1 05 Sep 2013 10:39:41 |
az |
- add an explicit dependency on pkgconf
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.1.1 26 Aug 2013 08:29:39 |
culot |
- Update to 1.1.1 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by using space instead of tab in Makefile's header
Changes: http://search.cpan.org/dist/Sys-Virt/Changes
PR: ports/181434 [1]
Submitted by: Frank Wall <fw@moov.de> (maintainer) |
1.0.3_1 10 Jul 2013 16:23:40 |
bapt |
Mark job unsafe |
1.0.3_1 02 Jul 2013 20:23:00 |
jgh |
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested
by kwm@)
- restore ABI version in net-mgmt/collectd5 |
1.0.3 20 Mar 2013 06:41:52 |
jgh |
- update to 1.0.3
PR: 176679
Approved by: fw@moov.de, maintainer timeout ( 15 days ) |
1.0.0 30 Dec 2012 23:34:35 |
jgh |
- update to 1.0.0
- Add all new APIs and constants in libvirt 1.0.0
- Fix inconsistent usage of 'uri' in Sys::Virt POD docs
- Fix typos in POD docs
- Don't explicitly set VIR_TYPED_PARAM_STRING_OKAY flag
- Fix hash key field lengths
- Add tests for object list APIs
- Fix default values for flags parameters
- Fix setting of node memory parameters
PR: 174542
Submitted by: linpc@cs.nctu.edu.tw
Approved by: maintainer, fw@moov.de |
0.10.2_1 11 Dec 2012 00:48:33 |
jgh |
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt |
0.10.2 29 Oct 2012 04:56:14 |
jgh |
- update to 0.10.2, install examples and trim header
- while here, restore ABI version (unsafe to drop with libvirt)
PR: 173067
Submitted by: maintainer, fw@moov.de
Feature safe: yes |
0.9.13_1 05 Sep 2012 21:48:21 |
jgh |
- follow r303724 shlib bump of libvirt |
0.9.13 10 Jul 2012 17:39:37 |
sunpoet |
- Update to 0.9.13
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://search.cpan.org/dist/Sys-Virt/Changes
PR: ports/169738
Submitted by: sunpoet (myself)
Approved by: Frank Wall <fw@moov.de> (maintainer) |
0.9.11 18 Apr 2012 18:16:27 |
jgh |
- Update to 0.9.11
- shift dependencies for libvirt to LIB_DEPENDS
PR: ports/167040
Submitted by: jgh (me)
Approved by: maintainer, fw@moov.de |
0.9.10 15 Feb 2012 09:04:23 |
sunpoet |
- Update to 0.9.10
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Sys-Virt/CHANGES
PR: ports/165166
Submitted by: sunpoet (myself)
Approved by: Frank Wall <fw@moov.de> (maintainer) |
0.9.8 08 Jan 2012 17:43:45 |
sunpoet |
- Update to 0.9.8
Changes: http://search.cpan.org/dist/Sys-Virt/CHANGES
PR: ports/163894
Submitted by: sunpoet (myself)
Approved by: Frank Wall <fw@moov.de> (maintainer) |
0.9.7 28 Nov 2011 14:08:19 |
sunpoet |
- Fix CATEGORIES to match PKGORIGIN
Feature safe: yes |
0.9.7 28 Nov 2011 07:12:06 |
sunpoet |
- Add p5-Sys-Virt 0.9.7
The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine
management APIs. This allows machines running within arbitrary virtualization
containers to be managed with a consistent API.
WWW: http://search.cpan.org/dist/Sys-Virt/
PR: ports/162722
Submitted by: Frank Wall <fw@moov.de>
Feature safe: yes |