From owner-svn-ports-head@FreeBSD.ORG Tue Nov 27 15:37:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD0178AC; Tue, 27 Nov 2012 15:37:13 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 109068FC13; Tue, 27 Nov 2012 15:37:12 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id k19so11333437qcs.13 for ; Tue, 27 Nov 2012 07:37:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=khASB6OFwtzB/3OoeJSxZs0pQHw8jrxHKzvRJW2AAXU=; b=N9jIhXyVlJxZMA8VE2enYjIjPFL4hsrXClT4u3cRQH78X4inDmfwsCW1pYx4YiA7UW xfmk5zEoM7MPadW/ymfVojLYy1EIwzKmNu+nqGhDQB7r0WKPmyggiGP+JuELmQD/RNzJ 4MuoN4EDUI+k8EEw5H6CB4PEuD+VTdSyxk+hGCfF7mzddggDpC99857Cr1KZRqkn9SuT b/B/nTmxsrBxvXZzY5hyswTnKpzx586i/8VKsFJL4VH2QFYY/hRfafLcHYmSVwsNN1SG NrJEV1SzH4o+GkLNdprsCzzsH/m19Khkxn1bw/IpKAOCJb57qBq6FYhqCYLB39nx8a9/ oNvg== Received: by 10.224.72.206 with SMTP id n14mr16578983qaj.38.1354030629728; Tue, 27 Nov 2012 07:37:09 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id s17sm10706230qaa.5.2012.11.27.07.37.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 07:37:09 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Philippe Audeoud Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl Date: Tue, 27 Nov 2012 10:37:07 -0500 Message-ID: <4501883.lPumvzqanH@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201211270903.qAR93QpW027051@svn.freebsd.org> References: <201211270903.qAR93QpW027051@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 15:37:13 -0000 On Tuesday, November 27, 2012 09:03:26 Philippe Audeoud wrote: > 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@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 > +# $FreeBSD$ > + > +PORTNAME= BigIP-iControl > +PORTVERSION= 0.095 > +CATEGORIES= net-mgmt perl5 > +MASTER_SITES= CPAN > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= snowfly@yuntech.edu.tw > +COMMENT= A Perl interface to the F5 iControl API COMMENT should not begin with an indefinite article > + > +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ > + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 > +BUILD_DEPENDS= ${RUN_DEPENDS} It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} to avoid duplicate perl build dependency. > + > +PERL_CONFIGURE= yes > + > +MAN3= BigIP::iControl.3 > + > +.include > > > 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/ > Use only one space after WWW please. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team