FreeBSD Bugzilla – Attachment 154072 Details for
Bug 198308
[NEW PORTS] p5 ports needed by netdisco v2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to the port tree with all 7 ports (v2)
netdisco2_ports.diff (text/plain), 26.88 KB, created by
geoffroy desvernay
on 2015-03-09 13:14:39 UTC
(
hide
)
Description:
patch to the port tree with all 7 ports (v2)
Filename:
MIME Type:
Creator:
geoffroy desvernay
Created:
2015-03-09 13:14:39 UTC
Size:
26.88 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 380841) >+++ devel/Makefile (working copy) >@@ -1452,6 +1452,7 @@ > SUBDIR += p5-Algorithm-C3 > SUBDIR += p5-Algorithm-ChooseSubsets > SUBDIR += p5-Algorithm-Cluster >+ SUBDIR += p5-Algorithm-Cron > SUBDIR += p5-Algorithm-Dependency > SUBDIR += p5-Algorithm-Dependency-Objects > SUBDIR += p5-Algorithm-Diff >@@ -1509,6 +1510,7 @@ > SUBDIR += p5-App-Trace > SUBDIR += p5-App-cpanminus > SUBDIR += p5-App-cpanoutdated >+ SUBDIR += p5-App-local-lib-helper > SUBDIR += p5-App-perlbrew > SUBDIR += p5-App-scan_prereqs_cpanfile > SUBDIR += p5-AppConfig >@@ -3143,6 +3145,7 @@ > SUBDIR += p5-Time-Stopwatch > SUBDIR += p5-Time-Warp > SUBDIR += p5-Time-modules >+ SUBDIR += p5-Time-timegm > SUBDIR += p5-TimeDate > SUBDIR += p5-ToolSet > SUBDIR += p5-TraceFuncs >Index: devel/p5-Algorithm-Cron/Makefile >=================================================================== >--- devel/p5-Algorithm-Cron/Makefile (revision 0) >+++ devel/p5-Algorithm-Cron/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= Algorithm-Cron >+PORTVERSION= 0.09 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= Abstract implementation of the cron(8) scheduling algorithm >+ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+BUILD_DEPENDS:= p5-Time-timegm>=0:${PORTSDIR}/devel/p5-Time-timegm >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-Algorithm-Cron/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Algorithm-Cron/distinfo >=================================================================== >--- devel/p5-Algorithm-Cron/distinfo (revision 0) >+++ devel/p5-Algorithm-Cron/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (Algorithm-Cron-0.09.tar.gz) = 16ca57e6556c0cfa51e5634a91be97d2f0ebbccc52bada568021cb2be7e0602a >+SIZE (Algorithm-Cron-0.09.tar.gz) = 18233 > >Property changes on: devel/p5-Algorithm-Cron/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Algorithm-Cron/pkg-descr >=================================================================== >--- devel/p5-Algorithm-Cron/pkg-descr (revision 0) >+++ devel/p5-Algorithm-Cron/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm >+ >+Objects in this class implement a time scheduling algorithm such as used by >+cron(8). Objects are stateless once constructed, and represent a single schedule >+ as defined by a crontab(5) entry. The object implements a method next_time >+which returns an epoch timestamp value to indicate the next time included >+in the crontab schedule. > >Property changes on: devel/p5-Algorithm-Cron/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Algorithm-Cron/pkg-plist >=================================================================== >--- devel/p5-Algorithm-Cron/pkg-plist (revision 0) >+++ devel/p5-Algorithm-Cron/pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+%%PERL5_MAN3%%/Algorithm::Cron.3.gz >+%%SITE_PERL%%/Algorithm/Cron.pm > >Property changes on: devel/p5-Algorithm-Cron/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-App-local-lib-helper/Makefile >=================================================================== >--- devel/p5-App-local-lib-helper/Makefile (revision 0) >+++ devel/p5-App-local-lib-helper/Makefile (working copy) >@@ -0,0 +1,22 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= App-local-lib-helper >+PORTVERSION= 0.07 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= App::local::lib::helper - Make it easy to run code against a local-lib >+ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+BUILD_DEPENDS:= p5-local-lib>=2.000004:${PORTSDIR}/devel/p5-local-lib >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-App-local-lib-helper/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-App-local-lib-helper/distinfo >=================================================================== >--- devel/p5-App-local-lib-helper/distinfo (revision 0) >+++ devel/p5-App-local-lib-helper/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (App-local-lib-helper-0.07.tar.gz) = 7f70cebc46e4ed2863bc8df48512cbeaad9b61052ff08f1be5e46c9ef74fc7d7 >+SIZE (App-local-lib-helper-0.07.tar.gz) = 79312 > >Property changes on: devel/p5-App-local-lib-helper/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-App-local-lib-helper/pkg-descr >=================================================================== >--- devel/p5-App-local-lib-helper/pkg-descr (revision 0) >+++ devel/p5-App-local-lib-helper/pkg-descr (working copy) >@@ -0,0 +1,12 @@ >+Helper for 'local' libs versions >+ >+This is an object which provide the functionality to create a >+local::lib 'helper' script in either the currently loaded local::lib >+environment or in a target directory of choice. i >+By default the script is called localenv and can be used to invoke >+a command under the local::lib which it was built against. >+For example, assume you build a local::lib like so: >+ >+ cpanm --local-lib ~/mylib App::local::lib::helper >+ >+WWW: http://search.cpan.org/dist/App-local-lib-helper/ > >Property changes on: devel/p5-App-local-lib-helper/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-App-local-lib-helper/pkg-plist >=================================================================== >--- devel/p5-App-local-lib-helper/pkg-plist (revision 0) >+++ devel/p5-App-local-lib-helper/pkg-plist (working copy) >@@ -0,0 +1,6 @@ >+bin/local-lib-helper >+%%PERL5_MAN3%%/App::local::lib::helper.3.gz >+%%PERL5_MAN3%%/App::local::lib::helper::rationale.3.gz >+%%SITE_PERL%%/App/local/lib/helper.pm >+%%SITE_PERL%%/App/local/lib/helper/rationale.pod >+man/man1/local-lib-helper.1.gz > >Property changes on: devel/p5-App-local-lib-helper/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Time-timegm/Makefile >=================================================================== >--- devel/p5-Time-timegm/Makefile (revision 0) >+++ devel/p5-Time-timegm/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= Time-timegm >+PORTVERSION= 0.01 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= CPAN:PEVANS >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= perl@FreeBSD.org >+COMMENT= Efficiently compute time from local and GMT time >+ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: devel/p5-Time-timegm/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Time-timegm/distinfo >=================================================================== >--- devel/p5-Time-timegm/distinfo (revision 0) >+++ devel/p5-Time-timegm/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (Time-timegm-0.01.tar.gz) = e721cdfda183146b895e04cee712e10ab1bc73c8bad1bbc84c04b19ef1052c98 >+SIZE (Time-timegm-0.01.tar.gz) = 13466 > >Property changes on: devel/p5-Time-timegm/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Time-timegm/pkg-descr >=================================================================== >--- devel/p5-Time-timegm/pkg-descr (revision 0) >+++ devel/p5-Time-timegm/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+The POSIX standard provides three functions for converting between integer epoch values and 6-component "broken-down" time representations. localtime and gmtime convert an epoch into the 6 components of seconds, minutes, hours, day of month, month and year, in either local timezone or UTC. The mktime function converts a local broken-down time into an epoch value. However, POSIX does not provide a UTC version of this. >+ >+This module provides a function timegm which has this ability. >+ >+WWW: https://metacpan.org/pod/Time::timegm > >Property changes on: devel/p5-Time-timegm/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/p5-Time-timegm/pkg-plist >=================================================================== >--- devel/p5-Time-timegm/pkg-plist (revision 0) >+++ devel/p5-Time-timegm/pkg-plist (working copy) >@@ -0,0 +1,3 @@ >+%%PERL5_MAN3%%/Time::timegm.3.gz >+%%SITE_PERL%%/Time/timegm.pm >+%%SITE_PERL%%/Time/timegm.xs > >Property changes on: devel/p5-Time-timegm/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: dns/Makefile >=================================================================== >--- dns/Makefile (revision 380841) >+++ dns/Makefile (working copy) >@@ -96,6 +96,7 @@ > SUBDIR += opendnssec > SUBDIR += opendnssec13 > SUBDIR += openresolv >+ SUBDIR += p5-AnyEvent-DNS-EtcHosts > SUBDIR += p5-BIND-Conf_Parser > SUBDIR += p5-BIND-Config-Parser > SUBDIR += p5-DNS-Config >Index: dns/p5-AnyEvent-DNS-EtcHosts/Makefile >=================================================================== >--- dns/p5-AnyEvent-DNS-EtcHosts/Makefile (revision 0) >+++ dns/p5-AnyEvent-DNS-EtcHosts/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= AnyEvent-DNS-EtcHosts >+PORTVERSION= 0.0103 >+CATEGORIES= dns perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= CPAN:DEXTER >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= AnyEvent::DNS::EtcHosts - Use /etc/hosts before DNS >+ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: dns/p5-AnyEvent-DNS-EtcHosts/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: dns/p5-AnyEvent-DNS-EtcHosts/distinfo >=================================================================== >--- dns/p5-AnyEvent-DNS-EtcHosts/distinfo (revision 0) >+++ dns/p5-AnyEvent-DNS-EtcHosts/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (AnyEvent-DNS-EtcHosts-0.0103.tar.gz) = 430a8572d811de03c2733249866cebc2045e9843f1b705ff47bb0c6d1080af5d >+SIZE (AnyEvent-DNS-EtcHosts-0.0103.tar.gz) = 21290 > >Property changes on: dns/p5-AnyEvent-DNS-EtcHosts/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: dns/p5-AnyEvent-DNS-EtcHosts/pkg-descr >=================================================================== >--- dns/p5-AnyEvent-DNS-EtcHosts/pkg-descr (revision 0) >+++ dns/p5-AnyEvent-DNS-EtcHosts/pkg-descr (working copy) >@@ -0,0 +1,15 @@ >+AnyEvent::DNS::EtcHosts AnyEvent::DNS behavior to use /etc/hosts >+ >+The DNS lookups are emulated. This resolver returns the standard DNS reply based >+ on /etc/hosts file rather than real DNS. >+You can choose different file by changing PERL_ANYEVENT_HOSTS >+environment variable. >+This module also disables original AnyEvent::Socket's helper function >+which reads /etc/hosts file after DNS entry was not found. >+It prevents to read this file twice. >+The AnyEvent::Socket resolver searches IPv4 and IPv6 addresses separately. >+If you don't want to check the addresses in DNS, both IPv4 and IPv6 addresses >+should be placed in /etc/hosts or the protocol family should be set explicitly >+for resolve_sockaddr function. >+ >+WWW: https://metacpan.org/pod/URL::Encode > >Property changes on: dns/p5-AnyEvent-DNS-EtcHosts/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: dns/p5-AnyEvent-DNS-EtcHosts/pkg-plist >=================================================================== >--- dns/p5-AnyEvent-DNS-EtcHosts/pkg-plist (revision 0) >+++ dns/p5-AnyEvent-DNS-EtcHosts/pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+%%PERL5_MAN3%%/AnyEvent::DNS::EtcHosts.3.gz >+%%SITE_PERL%%/AnyEvent/DNS/EtcHosts.pm > >Property changes on: dns/p5-AnyEvent-DNS-EtcHosts/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/Makefile >=================================================================== >--- net/Makefile (revision 380841) >+++ net/Makefile (working copy) >@@ -699,6 +699,7 @@ > SUBDIR += p5-Net-sFlow > SUBDIR += p5-Net-uFTP > SUBDIR += p5-NetAddr-IP-Count >+ SUBDIR += p5-NetAddr-MAC > SUBDIR += p5-NetPacket > SUBDIR += p5-OAI-Harvester > SUBDIR += p5-OurNet-BBS >Index: net/p5-NetAddr-MAC/Makefile >=================================================================== >--- net/p5-NetAddr-MAC/Makefile (revision 0) >+++ net/p5-NetAddr-MAC/Makefile (working copy) >@@ -0,0 +1,16 @@ >+# Created by: Anton Berezin <tobez@tobez.org> >+# $FreeBSD$ >+ >+PORTNAME= NetAddr-MAC >+PORTVERSION= 0.93 >+CATEGORIES= net perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= NetAddr::MAC - Handles hardware MAC Addresses (EUI-48 and EUI-64) >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: net/p5-NetAddr-MAC/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-NetAddr-MAC/distinfo >=================================================================== >--- net/p5-NetAddr-MAC/distinfo (revision 0) >+++ net/p5-NetAddr-MAC/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (NetAddr-MAC-0.93.tar.gz) = b9e762c1ff4b579040497b8a0089cf998fc839d3897d3597318758e84564a2f9 >+SIZE (NetAddr-MAC-0.93.tar.gz) = 22416 > >Property changes on: net/p5-NetAddr-MAC/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-NetAddr-MAC/pkg-descr >=================================================================== >--- net/p5-NetAddr-MAC/pkg-descr (revision 0) >+++ net/p5-NetAddr-MAC/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+This module provides an interface to deal with Media Access Control (or MAC) addresses. These are the addresses that uniquely identify a device on various layer 2 networks. Although the most common case is hardware addresses on Ethernet network cards, there are a variety of devices that use this system of addressing. >+ >+This module supports both EUI-48 and EUI-64 addresses and implements an OO and a functional interface. >+ >+WWW: http://search.cpan.org/~djzort/NetAddr-MAC/ > >Property changes on: net/p5-NetAddr-MAC/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-NetAddr-MAC/pkg-plist >=================================================================== >--- net/p5-NetAddr-MAC/pkg-plist (revision 0) >+++ net/p5-NetAddr-MAC/pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+%%PERL5_MAN3%%/NetAddr::MAC.3.gz >+%%SITE_PERL%%/NetAddr/MAC.pm > >Property changes on: net/p5-NetAddr-MAC/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/Makefile >=================================================================== >--- textproc/Makefile (revision 380841) >+++ textproc/Makefile (working copy) >@@ -754,6 +754,7 @@ > SUBDIR += p5-Template-Extract > SUBDIR += p5-Template-Magic > SUBDIR += p5-Template-Plugin-Autoformat >+ SUBDIR += p5-Template-Plugin-CSV > SUBDIR += p5-Template-Plugin-Filter-Minify-CSS > SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS > SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript >Index: textproc/p5-Template-Plugin-CSV/Makefile >=================================================================== >--- textproc/p5-Template-Plugin-CSV/Makefile (revision 0) >+++ textproc/p5-Template-Plugin-CSV/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= Template-Plugin-CSV >+PORTVERSION= 0.04 >+CATEGORIES= textproc perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= CPAN:GUGOD >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= Template::Plugin::CSV - Plugin for generating CSV >+ >+BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit >+RUN_DEPENDS:= ${BUILD_DEPENDS} >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: textproc/p5-Template-Plugin-CSV/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/p5-Template-Plugin-CSV/distinfo >=================================================================== >--- textproc/p5-Template-Plugin-CSV/distinfo (revision 0) >+++ textproc/p5-Template-Plugin-CSV/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (Template-Plugin-CSV-0.04.tar.gz) = cc96af7d7ce7381d8ec12266732bd508d74eaa972192d0e09f438edea15c4887 >+SIZE (Template-Plugin-CSV-0.04.tar.gz) = 17757 > >Property changes on: textproc/p5-Template-Plugin-CSV/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/p5-Template-Plugin-CSV/pkg-descr >=================================================================== >--- textproc/p5-Template-Plugin-CSV/pkg-descr (revision 0) >+++ textproc/p5-Template-Plugin-CSV/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+This is a very simple TT2 Plugin for generating CSV. A CSV object will be instantiated via the following directive: >+[% USE CSV %] >+ > >Property changes on: textproc/p5-Template-Plugin-CSV/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/p5-Template-Plugin-CSV/pkg-plist >=================================================================== >--- textproc/p5-Template-Plugin-CSV/pkg-plist (revision 0) >+++ textproc/p5-Template-Plugin-CSV/pkg-plist (working copy) >@@ -0,0 +1,2 @@ >+%%PERL5_MAN3%%/Template::Plugin::CSV.3.gz >+%%SITE_PERL%%/Template/Plugin/CSV.pm > >Property changes on: textproc/p5-Template-Plugin-CSV/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/Makefile >=================================================================== >--- www/Makefile (revision 380841) >+++ www/Makefile (working copy) >@@ -1216,6 +1216,7 @@ > SUBDIR += p5-URI-Sequin > SUBDIR += p5-URI-Title > SUBDIR += p5-URI-ToDisk >+ SUBDIR += p5-URL-Encode > SUBDIR += p5-URL-Encode-XS > SUBDIR += p5-VUser-Google-ProvisioningAPI > SUBDIR += p5-W3C-LinkChecker >Index: www/p5-URL-Encode/Makefile >=================================================================== >--- www/p5-URL-Encode/Makefile (revision 0) >+++ www/p5-URL-Encode/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> >+# $FreeBSD$ >+ >+PORTNAME= URL-Encode >+PORTVERSION= 0.03 >+CATEGORIES= www perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= CPAN:CHANSEN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= dgeo@centrale-marseille.fr >+COMMENT= URL::Encode - Encoding and decoding of application/x-www-form-urlencoded encoding >+ >+LICENSE= ART10 GPLv1 >+LICENSE_COMB= dual >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: www/p5-URL-Encode/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/p5-URL-Encode/distinfo >=================================================================== >--- www/p5-URL-Encode/distinfo (revision 0) >+++ www/p5-URL-Encode/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (URL-Encode-0.03.tar.gz) = 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6 >+SIZE (URL-Encode-0.03.tar.gz) = 24012 > >Property changes on: www/p5-URL-Encode/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/p5-URL-Encode/pkg-descr >=================================================================== >--- www/p5-URL-Encode/pkg-descr (revision 0) >+++ www/p5-URL-Encode/pkg-descr (working copy) >@@ -0,0 +1,13 @@ >+encode and decode strings into and from application/x-www-form-urlencoded >+ >+The application/x-www-form-urlencoded format encodes a ordered data sets of >+pairs consisting of a name and a value, with pairs seperated by ampersand or >+semicolon and names and values seperated by the equal sign. Space characters >+are replaced with plus sign and any characters not in the unreserved character >+set is encoded using the percent-encoding scheme also used for resource >+identifiers. >+A percent-encoded octet is encoded as a character triplet, consisting of the >+percent character "%" followed by the two hexadecimal digits representing that >+octet's numeric value. >+ >+WWW: https://metacpan.org/pod/URL::Encode > >Property changes on: www/p5-URL-Encode/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/p5-URL-Encode/pkg-plist >=================================================================== >--- www/p5-URL-Encode/pkg-plist (revision 0) >+++ www/p5-URL-Encode/pkg-plist (working copy) >@@ -0,0 +1,4 @@ >+%%PERL5_MAN3%%/URL::Encode.3.gz >+%%SITE_PERL%%/URL/Encode.pm >+%%SITE_PERL%%/URL/Encode.pod >+%%SITE_PERL%%/URL/Encode/PP.pm > >Property changes on: www/p5-URL-Encode/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198308
:
153827
|
154060
|
154061
|
154062
|
154063
|
154064
|
154065
|
154066
|
154067
|
154068
|
154069
|
154070
|
154071
|
154072
|
154078
|
154079