FreeBSD Bugzilla – Attachment 146263 Details for
Bug 192735
[New port] devel/p5-Connector 1.09
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar with new port
p5-Connector.shar (text/plain), 4.64 KB, created by
Sergei Vyshenski
on 2014-08-25 19:29:16 UTC
(
hide
)
Description:
shar with new port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2014-08-25 19:29:16 UTC
Size:
4.64 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># p5-Connector ># p5-Connector/Makefile ># p5-Connector/distinfo ># p5-Connector/pkg-descr ># p5-Connector/pkg-plist ># >echo c - p5-Connector >mkdir -p p5-Connector > /dev/null 2>&1 >echo x - p5-Connector/Makefile >sed 's/^X//' >p5-Connector/Makefile << 'a029245c4591c8ad020c24b132181bca' >X# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= Connector >XPORTVERSION= 1.09 >XCATEGORIES= devel perl5 >XMASTER_SITES= CPAN >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= svysh.fbsd@gmail.com >XCOMMENT= A generic connection to a hierarchical-structured data set >X >XLICENSE= ART10 GPLv1 >XLICENSE_COMB= dual >X >XBUILD_DEPENDS= p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \ >X p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ >X p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ >X p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \ >X p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl >XRUN_DEPENDS:= ${BUILD_DEPENDS} >X >XUSES= perl5 >XUSE_PERL5= configure >X >X.include <bsd.port.mk> >a029245c4591c8ad020c24b132181bca >echo x - p5-Connector/distinfo >sed 's/^X//' >p5-Connector/distinfo << '49e6a4938792242f8beb217dad88be85' >XSHA256 (Connector-1.09.tar.gz) = 57a48941bce351dd88ee62bc24af3762987a89e86ca095c35df77a3e639e82be >XSIZE (Connector-1.09.tar.gz) = 66085 >49e6a4938792242f8beb217dad88be85 >echo x - p5-Connector/pkg-descr >sed 's/^X//' >p5-Connector/pkg-descr << 'b4b4a593ede8497c7104c4b974debc8f' >XThe Connector is generic connection to a data set, typically configuration >Xdata in a hierarchical structure. Each connector object accepts the get(KEY) >Xmethod, which, when given a key, returns the associated value from the >Xconnector's data source. Typically, a connector acts as a proxy to a simple >Xdata source like YAML, Config::Std, Config::Versioned, or to a more complex >Xdata source like an LDAP server or Proc::SafeExec. The standard calling >Xconvention via get(KEY) makes the connectors interchangeable. >X >XWWW: http://search.cpan.org/dist/Connector/ >b4b4a593ede8497c7104c4b974debc8f >echo x - p5-Connector/pkg-plist >sed 's/^X//' >p5-Connector/pkg-plist << '81410b5b3942bc81ded848eb8931f1a4' >X%%PERL5_MAN3%%/Connector.3.gz >X%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz >X%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz >X%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz >X%%PERL5_MAN3%%/Connector::Builtin::File::Path.3.gz >X%%PERL5_MAN3%%/Connector::Multi.3.gz >X%%PERL5_MAN3%%/Connector::Proxy.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Simple.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz >X%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz >X%%PERL5_MAN3%%/Connector::Wrapper.3.gz >X%%SITE_PERL%%/Connector.pm >X%%SITE_PERL%%/Connector/Builtin.pm >X%%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm >X%%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm >X%%SITE_PERL%%/Connector/Builtin/Env.pm >X%%SITE_PERL%%/Connector/Builtin/File/Path.pm >X%%SITE_PERL%%/Connector/Builtin/File/Simple.pm >X%%SITE_PERL%%/Connector/Builtin/Memory.pm >X%%SITE_PERL%%/Connector/Builtin/Static.pm >X%%SITE_PERL%%/Connector/Multi.pm >X%%SITE_PERL%%/Connector/Proxy.pm >X%%SITE_PERL%%/Connector/Proxy/Config/Std.pm >X%%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm >X%%SITE_PERL%%/Connector/Proxy/DBI.pm >X%%SITE_PERL%%/Connector/Proxy/Net/LDAP.pm >X%%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm >X%%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm >X%%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm >X%%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm >X%%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm >X%%SITE_PERL%%/Connector/Proxy/YAML.pm >X%%SITE_PERL%%/Connector/Types.pm >X%%SITE_PERL%%/Connector/Wrapper.pm >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector/.packlist >X@dirrmtry %%SITE_PERL%%/Connector/Builtin/Authentication >X@dirrmtry %%SITE_PERL%%/Connector/Builtin/File >X@dirrmtry %%SITE_PERL%%/Connector/Builtin >X@dirrmtry %%SITE_PERL%%/Connector/Proxy/Config >X@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net/LDAP >X@dirrmtry %%SITE_PERL%%/Connector/Proxy/Net >X@dirrmtry %%SITE_PERL%%/Connector/Proxy/Proc >X@dirrmtry %%SITE_PERL%%/Connector/Proxy/SOAP >X@dirrmtry %%SITE_PERL%%/Connector/Proxy >X@dirrmtry %%SITE_PERL%%/Connector >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Connector >81410b5b3942bc81ded848eb8931f1a4 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192735
:
145904
|
145905
|
146007
| 146263 |
146264