Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 14:17:00 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367439 - in head/devel: . p5-Connector
Message-ID:  <201409061417.s86EH0rm023611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Sep  6 14:16:59 2014
New Revision: 367439
URL: http://svnweb.freebsd.org/changeset/ports/367439
QAT: https://qat.redports.org/buildarchive/r367439/

Log:
  New port: devel/p5-Connector
  
  The Connector provides a generic connection to a data set, typically
  configuration data in a hierarchical structure. Each connector
  object accepts the get(KEY) method, which, when given a key, returns
  the associated value from the connector's data source. Typically,
  a connector acts as a proxy to a simple data source like YAML,
  Config::Std, Config::Versioned, or to a more complex data source
  like an LDAP server or Proc::SafeExec. The standard calling convention
  via get(KEY) makes the connectors interchangeable.
  
  WWW: http://search.cpan.org/dist/Connector/
  
  PR:		192735
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>

Added:
  head/devel/p5-Connector/
  head/devel/p5-Connector/Makefile   (contents, props changed)
  head/devel/p5-Connector/distinfo   (contents, props changed)
  head/devel/p5-Connector/pkg-descr   (contents, props changed)
  head/devel/p5-Connector/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  6 14:00:00 2014	(r367438)
+++ head/devel/Makefile	Sat Sep  6 14:16:59 2014	(r367439)
@@ -1691,6 +1691,7 @@
     SUBDIR += p5-Config-YAML
     SUBDIR += p5-ConfigReader
     SUBDIR += p5-ConfigReader-Simple
+    SUBDIR += p5-Connector
     SUBDIR += p5-Const-Fast
     SUBDIR += p5-Context-Preserve
     SUBDIR += p5-Contextual-Return

Added: head/devel/p5-Connector/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Connector/Makefile	Sat Sep  6 14:16:59 2014	(r367439)
@@ -0,0 +1,26 @@
+# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Connector
+PORTVERSION=	1.10
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd@gmail.com
+COMMENT=	A generic connection to a hierarchical-structured data set
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
+		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
+		p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
+		p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \
+		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Connector/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Connector/distinfo	Sat Sep  6 14:16:59 2014	(r367439)
@@ -0,0 +1,2 @@
+SHA256 (Connector-1.10.tar.gz) = 5e07f214234e28913ab77ebc7a1f41865b3d665fa8f73f6b231172896dfcfac5
+SIZE (Connector-1.10.tar.gz) = 66141

Added: head/devel/p5-Connector/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Connector/pkg-descr	Sat Sep  6 14:16:59 2014	(r367439)
@@ -0,0 +1,10 @@
+The Connector provides a generic connection to a data set, typically
+configuration data in a hierarchical structure. Each connector
+object accepts the get(KEY) method, which, when given a key, returns
+the associated value from the connector's data source. Typically,
+a connector acts as a proxy to a simple data source like YAML,
+Config::Std, Config::Versioned, or to a more complex data source
+like an LDAP server or Proc::SafeExec. The standard calling convention
+via get(KEY) makes the connectors interchangeable.
+
+WWW: http://search.cpan.org/dist/Connector/

Added: head/devel/p5-Connector/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Connector/pkg-plist	Sat Sep  6 14:16:59 2014	(r367439)
@@ -0,0 +1,50 @@
+%%PERL5_MAN3%%/Connector.3.gz
+%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz
+%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz
+%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz
+%%PERL5_MAN3%%/Connector::Builtin::File::Path.3.gz
+%%PERL5_MAN3%%/Connector::Multi.3.gz
+%%PERL5_MAN3%%/Connector::Proxy.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Simple.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz
+%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz
+%%PERL5_MAN3%%/Connector::Wrapper.3.gz
+%%SITE_PERL%%/Connector.pm
+%%SITE_PERL%%/Connector/Builtin.pm
+%%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm
+%%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm
+%%SITE_PERL%%/Connector/Builtin/Env.pm
+%%SITE_PERL%%/Connector/Builtin/File/Path.pm
+%%SITE_PERL%%/Connector/Builtin/File/Simple.pm
+%%SITE_PERL%%/Connector/Builtin/Memory.pm
+%%SITE_PERL%%/Connector/Builtin/Static.pm
+%%SITE_PERL%%/Connector/Multi.pm
+%%SITE_PERL%%/Connector/Proxy.pm
+%%SITE_PERL%%/Connector/Proxy/Config/Std.pm
+%%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm
+%%SITE_PERL%%/Connector/Proxy/DBI.pm
+%%SITE_PERL%%/Connector/Proxy/Net/LDAP.pm
+%%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm
+%%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm
+%%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm
+%%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm
+%%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm
+%%SITE_PERL%%/Connector/Proxy/YAML.pm
+%%SITE_PERL%%/Connector/Types.pm
+%%SITE_PERL%%/Connector/Wrapper.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector/.packlist
+@dirrmtry %%SITE_PERL%%/Connector/Builtin/Authentication
+@dirrmtry %%SITE_PERL%%/Connector/Builtin/File
+@dirrmtry %%SITE_PERL%%/Connector/Builtin
+@dirrmtry %%SITE_PERL%%/Connector/Proxy/Config
+@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net/LDAP
+@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net
+@dirrmtry %%SITE_PERL%%/Connector/Proxy/Proc
+@dirrmtry %%SITE_PERL%%/Connector/Proxy/SOAP
+@dirrmtry %%SITE_PERL%%/Connector/Proxy
+@dirrmtry %%SITE_PERL%%/Connector
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061417.s86EH0rm023611>