From owner-svn-ports-all@FreeBSD.ORG Mon Sep 9 18:19:47 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64075CB5; Mon, 9 Sep 2013 18:19:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 507832A76; Mon, 9 Sep 2013 18:19:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89IJl40019516; Mon, 9 Sep 2013 18:19:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89IJkeY019512; Mon, 9 Sep 2013 18:19:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309091819.r89IJkeY019512@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Sep 2013 18:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326832 - in head/net-mgmt: . p5-GRNOC-Config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 18:19:47 -0000 Author: sunpoet Date: Mon Sep 9 18:19:46 2013 New Revision: 326832 URL: http://svnweb.freebsd.org/changeset/ports/326832 Log: - Add p5-GRNOC-Config 1.0.9 A module to allow everyone to access config files in a fairly standard way. Uses XML::XPath and XML::Simple to parse our XML files, and stores all configs it has access to in this module. WWW: http://www.sourceforge.net/projects/routerproxy PR: ports/178516 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/net-mgmt/p5-GRNOC-Config/ head/net-mgmt/p5-GRNOC-Config/Makefile (contents, props changed) head/net-mgmt/p5-GRNOC-Config/distinfo (contents, props changed) head/net-mgmt/p5-GRNOC-Config/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Sep 9 18:19:41 2013 (r326831) +++ head/net-mgmt/Makefile Mon Sep 9 18:19:46 2013 (r326832) @@ -202,6 +202,7 @@ SUBDIR += p5-FusionInventory-Agent SUBDIR += p5-FusionInventory-Agent-Task-NetDiscovery SUBDIR += p5-FusionInventory-Agent-Task-SNMPQuery + SUBDIR += p5-GRNOC-Config SUBDIR += p5-GRNOC-TL1 SUBDIR += p5-MRTG-Parse SUBDIR += p5-Mon Added: head/net-mgmt/p5-GRNOC-Config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-GRNOC-Config/Makefile Mon Sep 9 18:19:46 2013 (r326832) @@ -0,0 +1,28 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= GRNOC-Config +PORTVERSION= 1.0.9 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= SF/routerproxy/${PORTNAME} +PKGNAMEPREFIX= p5- + +MAINTAINER= 5u623l20@gmail.com +COMMENT= Module to allow everyone to access config files + +BUILD_DEPENDS= p5-XML-LibXML>=2:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-XML-XPath>=1:${PORTSDIR}/textproc/p5-XML-XPath \ + p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +MAN3= GRNOC::Config.3 +PLIST_FILES= %%SITE_PERL%%/GRNOC/Config.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config/.packlist +PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC/Config \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/GRNOC \ + %%SITE_PERL%%/GRNOC + +.include Added: head/net-mgmt/p5-GRNOC-Config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-GRNOC-Config/distinfo Mon Sep 9 18:19:46 2013 (r326832) @@ -0,0 +1,2 @@ +SHA256 (GRNOC-Config-1.0.9.tar.gz) = b49942acc317d578b81208f615a27f84abc29fe6da0b1e63b6220d1c6642b927 +SIZE (GRNOC-Config-1.0.9.tar.gz) = 7746 Added: head/net-mgmt/p5-GRNOC-Config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-GRNOC-Config/pkg-descr Mon Sep 9 18:19:46 2013 (r326832) @@ -0,0 +1,5 @@ +A module to allow everyone to access config files in a fairly standard +way. Uses XML::XPath and XML::Simple to parse our XML files, and +stores all configs it has access to in this module. + +WWW: http://www.sourceforge.net/projects/routerproxy