From owner-svn-ports-all@FreeBSD.ORG Sun Dec 1 17:44:57 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 ESMTPS id 45F95DEC; Sun, 1 Dec 2013 17:44:57 +0000 (UTC) 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 31D4511EA; Sun, 1 Dec 2013 17:44:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1HivpA036704; Sun, 1 Dec 2013 17:44:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1Hiuxu036691; Sun, 1 Dec 2013 17:44:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312011744.rB1Hiuxu036691@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Dec 2013 17:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335409 - in head/devel: . p5-MooX-File-ConfigDir 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.16 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: Sun, 01 Dec 2013 17:44:57 -0000 Author: sunpoet Date: Sun Dec 1 17:44:55 2013 New Revision: 335409 URL: http://svnweb.freebsd.org/changeset/ports/335409 Log: - Add p5-MooX-File-ConfigDir 0.002 MooX::File::ConfigDir is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements. WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/ Added: head/devel/p5-MooX-File-ConfigDir/ head/devel/p5-MooX-File-ConfigDir/Makefile (contents, props changed) head/devel/p5-MooX-File-ConfigDir/distinfo (contents, props changed) head/devel/p5-MooX-File-ConfigDir/pkg-descr (contents, props changed) head/devel/p5-MooX-File-ConfigDir/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 1 17:44:38 2013 (r335408) +++ head/devel/Makefile Sun Dec 1 17:44:55 2013 (r335409) @@ -2323,6 +2323,7 @@ SUBDIR += p5-Module-Versions SUBDIR += p5-Module-Versions-Report SUBDIR += p5-Moo + SUBDIR += p5-MooX-File-ConfigDir SUBDIR += p5-MooX-Options SUBDIR += p5-MooX-Types-MooseLike SUBDIR += p5-MooX-Types-MooseLike-Numeric Added: head/devel/p5-MooX-File-ConfigDir/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-File-ConfigDir/Makefile Sun Dec 1 17:44:55 2013 (r335409) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= MooX-File-ConfigDir +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Moo eXtension for File::ConfigDir + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-File-ConfigDir>=0.006:${PORTSDIR}/devel/p5-File-ConfigDir \ + p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include Added: head/devel/p5-MooX-File-ConfigDir/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-File-ConfigDir/distinfo Sun Dec 1 17:44:55 2013 (r335409) @@ -0,0 +1,2 @@ +SHA256 (MooX-File-ConfigDir-0.002.tar.gz) = cf97da19dfd143bb09ce31ae8ef054a4b28aeca4e9fbc4d15ec72193e93c7aa8 +SIZE (MooX-File-ConfigDir-0.002.tar.gz) = 5064 Added: head/devel/p5-MooX-File-ConfigDir/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-File-ConfigDir/pkg-descr Sun Dec 1 17:44:55 2013 (r335409) @@ -0,0 +1,6 @@ +MooX::File::ConfigDir is a helper for easily find configuration file locations. +Whether to use this information for find a suitable place for installing them or +looking around for finding any piece of settings, heavily depends on the +requirements. + +WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/ Added: head/devel/p5-MooX-File-ConfigDir/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-MooX-File-ConfigDir/pkg-plist Sun Dec 1 17:44:55 2013 (r335409) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/MooX/File/ConfigDir.pm +%%PERL5_MAN3%%/MooX::File::ConfigDir.3.gz +@dirrmtry %%SITE_PERL%%/MooX/File +@dirrmtry %%SITE_PERL%%/MooX