svn commit: r354118 - in head/devel: . p5-Config-Identity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 15 12:55:28 UTC 2014


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Config-Identity
+PORTVERSION=	0.0018
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Identity
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
+ at dirrm %%SITE_PERL%%/Config/Identity
+ at dirrmtry %%SITE_PERL%%/Config


More information about the svn-ports-all mailing list