From owner-svn-ports-all@FreeBSD.ORG Thu May 15 12:55:28 2014 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 BF071CEF; Thu, 15 May 2014 12:55:28 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC2AC2531; Thu, 15 May 2014 12:55:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FCtS55077337; Thu, 15 May 2014 12:55:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FCtRIW077332; Thu, 15 May 2014 12:55:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405151255.s4FCtRIW077332@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 May 2014 12:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354118 - in head/devel: . p5-Config-Identity 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.18 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: Thu, 15 May 2014 12:55:28 -0000 Author: sunpoet Date: Thu May 15 12:55:27 2014 New Revision: 354118 URL: http://svnweb.freebsd.org/changeset/ports/354118 QAT: https://qat.redports.org/buildarchive/r354118/ Log: - Add p5-Config-Identity 0.0018 Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG) user/pass identity information For GitHub API access, an identity is a "login"/"token" pair. For PAUSE access, an identity is a "user"/"password" pair. WWW: http://search.cpan.org/dist/Config-Identity/ Added: head/devel/p5-Config-Identity/ head/devel/p5-Config-Identity/Makefile (contents, props changed) head/devel/p5-Config-Identity/distinfo (contents, props changed) head/devel/p5-Config-Identity/pkg-descr (contents, props changed) head/devel/p5-Config-Identity/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 15 12:55:09 2014 (r354117) +++ head/devel/Makefile Thu May 15 12:55:27 2014 (r354118) @@ -1636,6 +1636,7 @@ SUBDIR += p5-Config-Grammar SUBDIR += p5-Config-INI SUBDIR += p5-Config-INI-Simple + SUBDIR += p5-Config-Identity SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-IniHash SUBDIR += p5-Config-IniRegEx Added: head/devel/p5-Config-Identity/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Config-Identity/Makefile Thu May 15 12:55:27 2014 (r354118) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Config-Identity +PORTVERSION= 0.0018 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Load (and optionally decrypt via GnuPG) user/pass identity information + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Config-Identity/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Config-Identity/distinfo Thu May 15 12:55:27 2014 (r354118) @@ -0,0 +1,2 @@ +SHA256 (Config-Identity-0.0018.tar.gz) = ddf4496c61544981662f388891f6ad2601d4fb4675020c165e85934858381f11 +SIZE (Config-Identity-0.0018.tar.gz) = 12329 Added: head/devel/p5-Config-Identity/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Config-Identity/pkg-descr Thu May 15 12:55:27 2014 (r354118) @@ -0,0 +1,7 @@ +Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG) +user/pass identity information + +For GitHub API access, an identity is a "login"/"token" pair. +For PAUSE access, an identity is a "user"/"password" pair. + +WWW: http://search.cpan.org/dist/Config-Identity/ Added: head/devel/p5-Config-Identity/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Config-Identity/pkg-plist Thu May 15 12:55:27 2014 (r354118) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Config/Identity.pm +%%SITE_PERL%%/Config/Identity/GitHub.pm +%%SITE_PERL%%/Config/Identity/PAUSE.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Identity/.packlist +%%PERL5_MAN3%%/Config::Identity.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Identity +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config +@dirrm %%SITE_PERL%%/Config/Identity +@dirrmtry %%SITE_PERL%%/Config