svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl
Philippe Audeoud
jadawin at FreeBSD.org
Tue Nov 27 09:03:27 UTC 2012
Author: jadawin
Date: Tue Nov 27 09:03:26 2012
New Revision: 307827
URL: http://svnweb.freebsd.org/changeset/ports/307827
Log:
This package provides a Perl interface to the F5 BigIP iControl API.
The F5 BigIP iControl API is an open SOAP/XML for communicating with supported
F5 BigIP products.
WWW: http://search.cpan.org/dist/BigIP-iControl/
PR: ports/173395
Submitted by: snowfly at yuntech.edu.tw
Feature safe: yes
Added:
head/net-mgmt/p5-BigIP-iControl/
head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed)
head/net-mgmt/p5-BigIP-iControl/distinfo (contents, props changed)
head/net-mgmt/p5-BigIP-iControl/pkg-descr (contents, props changed)
head/net-mgmt/p5-BigIP-iControl/pkg-plist (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Tue Nov 27 08:40:07 2012 (r307826)
+++ head/net-mgmt/Makefile Tue Nov 27 09:03:26 2012 (r307827)
@@ -199,6 +199,7 @@
SUBDIR += p0f
SUBDIR += p0f2
SUBDIR += p5-AnyEvent-SNMP
+ SUBDIR += p5-BigIP-iControl
SUBDIR += p5-Cflow
SUBDIR += p5-Cisco-Reconfig
SUBDIR += p5-Data-Validate-IP
Added: head/net-mgmt/p5-BigIP-iControl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 09:03:26 2012 (r307827)
@@ -0,0 +1,21 @@
+# Created by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
+# $FreeBSD$
+
+PORTNAME= BigIP-iControl
+PORTVERSION= 0.095
+CATEGORIES= net-mgmt perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= snowfly at yuntech.edu.tw
+COMMENT= A Perl interface to the F5 iControl API
+
+RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
+ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= BigIP::iControl.3
+
+.include <bsd.port.mk>
Added: head/net-mgmt/p5-BigIP-iControl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/p5-BigIP-iControl/distinfo Tue Nov 27 09:03:26 2012 (r307827)
@@ -0,0 +1,2 @@
+SHA256 (BigIP-iControl-0.095.tar.gz) = a8e08c50f785bbae4f87e3e90047cc8fb6bd2f1dce354ffcabdbd8753dd8ea0a
+SIZE (BigIP-iControl-0.095.tar.gz) = 16760
Added: head/net-mgmt/p5-BigIP-iControl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 09:03:26 2012 (r307827)
@@ -0,0 +1,6 @@
+This package provides a Perl interface to the F5 BigIP iControl API.
+
+The F5 BigIP iControl API is an open SOAP/XML for communicating with supported
+F5 BigIP products.
+
+WWW: http://search.cpan.org/dist/BigIP-iControl/
Added: head/net-mgmt/p5-BigIP-iControl/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/p5-BigIP-iControl/pkg-plist Tue Nov 27 09:03:26 2012 (r307827)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/BigIP/iControl.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP
+ at dirrmtry %%SITE_PERL%%/BigIP
More information about the svn-ports-all
mailing list