View | Details | Raw Unified | Return to bug 198308 | Differences between
and this patch

Collapse All | Expand All

(-)devel/Makefile (+3 lines)
Lines 1452-1457 Link Here
1452
    SUBDIR += p5-Algorithm-C3
1452
    SUBDIR += p5-Algorithm-C3
1453
    SUBDIR += p5-Algorithm-ChooseSubsets
1453
    SUBDIR += p5-Algorithm-ChooseSubsets
1454
    SUBDIR += p5-Algorithm-Cluster
1454
    SUBDIR += p5-Algorithm-Cluster
1455
    SUBDIR += p5-Algorithm-Cron
1455
    SUBDIR += p5-Algorithm-Dependency
1456
    SUBDIR += p5-Algorithm-Dependency
1456
    SUBDIR += p5-Algorithm-Dependency-Objects
1457
    SUBDIR += p5-Algorithm-Dependency-Objects
1457
    SUBDIR += p5-Algorithm-Diff
1458
    SUBDIR += p5-Algorithm-Diff
Lines 1509-1514 Link Here
1509
    SUBDIR += p5-App-Trace
1510
    SUBDIR += p5-App-Trace
1510
    SUBDIR += p5-App-cpanminus
1511
    SUBDIR += p5-App-cpanminus
1511
    SUBDIR += p5-App-cpanoutdated
1512
    SUBDIR += p5-App-cpanoutdated
1513
    SUBDIR += p5-App-local-lib-helper
1512
    SUBDIR += p5-App-perlbrew
1514
    SUBDIR += p5-App-perlbrew
1513
    SUBDIR += p5-App-scan_prereqs_cpanfile
1515
    SUBDIR += p5-App-scan_prereqs_cpanfile
1514
    SUBDIR += p5-AppConfig
1516
    SUBDIR += p5-AppConfig
Lines 3143-3148 Link Here
3143
    SUBDIR += p5-Time-Stopwatch
3145
    SUBDIR += p5-Time-Stopwatch
3144
    SUBDIR += p5-Time-Warp
3146
    SUBDIR += p5-Time-Warp
3145
    SUBDIR += p5-Time-modules
3147
    SUBDIR += p5-Time-modules
3148
    SUBDIR += p5-Time-timegm
3146
    SUBDIR += p5-TimeDate
3149
    SUBDIR += p5-TimeDate
3147
    SUBDIR += p5-ToolSet
3150
    SUBDIR += p5-ToolSet
3148
    SUBDIR += p5-TraceFuncs
3151
    SUBDIR += p5-TraceFuncs
(-)devel/p5-Algorithm-Cron/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	Algorithm-Cron
5
PORTVERSION=	0.09
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	dgeo@centrale-marseille.fr
11
COMMENT=	Abstract implementation of the cron(8) scheduling algorithm
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
16
BUILD_DEPENDS:=	p5-Time-timegm>=0:${PORTSDIR}/devel/p5-Time-timegm
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
19
USES=		perl5
20
USE_PERL5=	configure
21
22
.include <bsd.port.mk>
(-)devel/p5-Algorithm-Cron/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Algorithm-Cron-0.09.tar.gz) = 16ca57e6556c0cfa51e5634a91be97d2f0ebbccc52bada568021cb2be7e0602a
2
SIZE (Algorithm-Cron-0.09.tar.gz) = 18233
(-)devel/p5-Algorithm-Cron/pkg-descr (+7 lines)
Line 0 Link Here
1
Algorithm::Cron - abstract implementation of the cron(8) scheduling algorithm
2
3
Objects in this class implement a time scheduling algorithm such as used by 
4
cron(8). Objects are stateless once constructed, and represent a single schedule
5
 as defined by a crontab(5) entry. The object implements a method next_time
6
which returns an epoch timestamp value to indicate the next time included 
7
in the crontab schedule.
(-)devel/p5-Algorithm-Cron/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Algorithm::Cron.3.gz
2
%%SITE_PERL%%/Algorithm/Cron.pm
(-)devel/p5-App-local-lib-helper/Makefile (+22 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	App-local-lib-helper
5
PORTVERSION=	0.07
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	dgeo@centrale-marseille.fr
11
COMMENT=	App::local::lib::helper - Make it easy to run code against a local-lib
12
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
15
16
BUILD_DEPENDS:=	p5-local-lib>=2.000004:${PORTSDIR}/devel/p5-local-lib
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
19
USES=		perl5
20
USE_PERL5=	configure
21
22
.include <bsd.port.mk>
(-)devel/p5-App-local-lib-helper/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (App-local-lib-helper-0.07.tar.gz) = 7f70cebc46e4ed2863bc8df48512cbeaad9b61052ff08f1be5e46c9ef74fc7d7
2
SIZE (App-local-lib-helper-0.07.tar.gz) = 79312
(-)devel/p5-App-local-lib-helper/pkg-descr (+12 lines)
Line 0 Link Here
1
Helper for 'local' libs versions
2
3
This is an object which provide the functionality to create a 
4
local::lib 'helper' script in either the currently loaded local::lib 
5
environment or in a target directory of choice. i
6
By default the script is called localenv and can be used to invoke 
7
a command under the local::lib which it was built against. 
8
For example, assume you build a local::lib like so:
9
10
  cpanm --local-lib ~/mylib App::local::lib::helper
11
12
WWW: http://search.cpan.org/dist/App-local-lib-helper/
(-)devel/p5-App-local-lib-helper/pkg-plist (+6 lines)
Line 0 Link Here
1
bin/local-lib-helper
2
%%PERL5_MAN3%%/App::local::lib::helper.3.gz
3
%%PERL5_MAN3%%/App::local::lib::helper::rationale.3.gz
4
%%SITE_PERL%%/App/local/lib/helper.pm
5
%%SITE_PERL%%/App/local/lib/helper/rationale.pod
6
man/man1/local-lib-helper.1.gz
(-)devel/p5-Time-timegm/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	Time-timegm
5
PORTVERSION=	0.01
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:PEVANS
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	perl@FreeBSD.org
12
COMMENT=	Efficiently compute time from local and GMT time
13
14
LICENSE=	ART10 GPLv1
15
LICENSE_COMB=	dual
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)devel/p5-Time-timegm/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Time-timegm-0.01.tar.gz) = e721cdfda183146b895e04cee712e10ab1bc73c8bad1bbc84c04b19ef1052c98
2
SIZE (Time-timegm-0.01.tar.gz) = 13466
(-)devel/p5-Time-timegm/pkg-descr (+5 lines)
Line 0 Link Here
1
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.
2
3
This module provides a function timegm which has this ability.
4
5
WWW: https://metacpan.org/pod/Time::timegm
(-)devel/p5-Time-timegm/pkg-plist (+3 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Time::timegm.3.gz
2
%%SITE_PERL%%/Time/timegm.pm
3
%%SITE_PERL%%/Time/timegm.xs
(-)dns/Makefile (+1 lines)
Lines 96-101 Link Here
96
    SUBDIR += opendnssec
96
    SUBDIR += opendnssec
97
    SUBDIR += opendnssec13
97
    SUBDIR += opendnssec13
98
    SUBDIR += openresolv
98
    SUBDIR += openresolv
99
    SUBDIR += p5-AnyEvent-DNS-EtcHosts
99
    SUBDIR += p5-BIND-Conf_Parser
100
    SUBDIR += p5-BIND-Conf_Parser
100
    SUBDIR += p5-BIND-Config-Parser
101
    SUBDIR += p5-BIND-Config-Parser
101
    SUBDIR += p5-DNS-Config
102
    SUBDIR += p5-DNS-Config
(-)dns/p5-AnyEvent-DNS-EtcHosts/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	AnyEvent-DNS-EtcHosts
5
PORTVERSION=	0.0103
6
CATEGORIES=	dns perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:DEXTER
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	dgeo@centrale-marseille.fr
12
COMMENT=	AnyEvent::DNS::EtcHosts - Use /etc/hosts before DNS
13
14
LICENSE=	ART10 GPLv1
15
LICENSE_COMB=	dual
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)dns/p5-AnyEvent-DNS-EtcHosts/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (AnyEvent-DNS-EtcHosts-0.0103.tar.gz) = 430a8572d811de03c2733249866cebc2045e9843f1b705ff47bb0c6d1080af5d
2
SIZE (AnyEvent-DNS-EtcHosts-0.0103.tar.gz) = 21290
(-)dns/p5-AnyEvent-DNS-EtcHosts/pkg-descr (+15 lines)
Line 0 Link Here
1
AnyEvent::DNS::EtcHosts AnyEvent::DNS behavior to use /etc/hosts
2
3
The DNS lookups are emulated. This resolver returns the standard DNS reply based
4
 on /etc/hosts file rather than real DNS.
5
You can choose different file by changing PERL_ANYEVENT_HOSTS 
6
environment variable.
7
This module also disables original AnyEvent::Socket's helper function 
8
which reads /etc/hosts file after DNS entry was not found. 
9
It prevents to read this file twice.
10
The AnyEvent::Socket resolver searches IPv4 and IPv6 addresses separately. 
11
If you don't want to check the addresses in DNS, both IPv4 and IPv6 addresses 
12
should be placed in /etc/hosts or the protocol family should be set explicitly 
13
for resolve_sockaddr function.
14
15
WWW: https://metacpan.org/pod/URL::Encode
(-)dns/p5-AnyEvent-DNS-EtcHosts/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/AnyEvent::DNS::EtcHosts.3.gz
2
%%SITE_PERL%%/AnyEvent/DNS/EtcHosts.pm
(-)net/Makefile (+1 lines)
Lines 699-704 Link Here
699
    SUBDIR += p5-Net-sFlow
699
    SUBDIR += p5-Net-sFlow
700
    SUBDIR += p5-Net-uFTP
700
    SUBDIR += p5-Net-uFTP
701
    SUBDIR += p5-NetAddr-IP-Count
701
    SUBDIR += p5-NetAddr-IP-Count
702
    SUBDIR += p5-NetAddr-MAC
702
    SUBDIR += p5-NetPacket
703
    SUBDIR += p5-NetPacket
703
    SUBDIR += p5-OAI-Harvester
704
    SUBDIR += p5-OAI-Harvester
704
    SUBDIR += p5-OurNet-BBS
705
    SUBDIR += p5-OurNet-BBS
(-)net/p5-NetAddr-MAC/Makefile (+16 lines)
Line 0 Link Here
1
# Created by: Anton Berezin <tobez@tobez.org>
2
# $FreeBSD$
3
4
PORTNAME=	NetAddr-MAC
5
PORTVERSION=	0.93
6
CATEGORIES=	net perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	dgeo@centrale-marseille.fr
11
COMMENT=	NetAddr::MAC - Handles hardware MAC Addresses (EUI-48 and EUI-64)
12
13
USES=		perl5
14
USE_PERL5=	configure
15
16
.include <bsd.port.mk>
(-)net/p5-NetAddr-MAC/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (NetAddr-MAC-0.93.tar.gz) = b9e762c1ff4b579040497b8a0089cf998fc839d3897d3597318758e84564a2f9
2
SIZE (NetAddr-MAC-0.93.tar.gz) = 22416
(-)net/p5-NetAddr-MAC/pkg-descr (+5 lines)
Line 0 Link Here
1
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.
2
3
This module supports both EUI-48 and EUI-64 addresses and implements an OO and a functional interface.
4
5
WWW: http://search.cpan.org/~djzort/NetAddr-MAC/
(-)net/p5-NetAddr-MAC/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/NetAddr::MAC.3.gz
2
%%SITE_PERL%%/NetAddr/MAC.pm
(-)textproc/Makefile (+1 lines)
Lines 754-759 Link Here
754
    SUBDIR += p5-Template-Extract
754
    SUBDIR += p5-Template-Extract
755
    SUBDIR += p5-Template-Magic
755
    SUBDIR += p5-Template-Magic
756
    SUBDIR += p5-Template-Plugin-Autoformat
756
    SUBDIR += p5-Template-Plugin-Autoformat
757
    SUBDIR += p5-Template-Plugin-CSV
757
    SUBDIR += p5-Template-Plugin-Filter-Minify-CSS
758
    SUBDIR += p5-Template-Plugin-Filter-Minify-CSS
758
    SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS
759
    SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS
759
    SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript
760
    SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript
(-)textproc/p5-Template-Plugin-CSV/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	Template-Plugin-CSV
5
PORTVERSION=	0.04
6
CATEGORIES=	textproc perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:GUGOD
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	dgeo@centrale-marseille.fr
12
COMMENT=	Template::Plugin::CSV - Plugin for generating CSV
13
14
BUILD_DEPENDS=	p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)textproc/p5-Template-Plugin-CSV/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Template-Plugin-CSV-0.04.tar.gz) = cc96af7d7ce7381d8ec12266732bd508d74eaa972192d0e09f438edea15c4887
2
SIZE (Template-Plugin-CSV-0.04.tar.gz) = 17757
(-)textproc/p5-Template-Plugin-CSV/pkg-descr (+3 lines)
Line 0 Link Here
1
This is a very simple TT2 Plugin for generating CSV. A CSV object will be instantiated via the following directive:
2
[% USE CSV %]
3
(-)textproc/p5-Template-Plugin-CSV/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Template::Plugin::CSV.3.gz
2
%%SITE_PERL%%/Template/Plugin/CSV.pm
(-)www/Makefile (+1 lines)
Lines 1216-1221 Link Here
1216
    SUBDIR += p5-URI-Sequin
1216
    SUBDIR += p5-URI-Sequin
1217
    SUBDIR += p5-URI-Title
1217
    SUBDIR += p5-URI-Title
1218
    SUBDIR += p5-URI-ToDisk
1218
    SUBDIR += p5-URI-ToDisk
1219
    SUBDIR += p5-URL-Encode
1219
    SUBDIR += p5-URL-Encode-XS
1220
    SUBDIR += p5-URL-Encode-XS
1220
    SUBDIR += p5-VUser-Google-ProvisioningAPI
1221
    SUBDIR += p5-VUser-Google-ProvisioningAPI
1221
    SUBDIR += p5-W3C-LinkChecker
1222
    SUBDIR += p5-W3C-LinkChecker
(-)www/p5-URL-Encode/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	URL-Encode
5
PORTVERSION=	0.03
6
CATEGORIES=	www perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:CHANSEN
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	dgeo@centrale-marseille.fr
12
COMMENT=	URL::Encode - Encoding and decoding of application/x-www-form-urlencoded encoding
13
14
LICENSE=	ART10 GPLv1
15
LICENSE_COMB=	dual
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
.include <bsd.port.mk>
(-)www/p5-URL-Encode/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (URL-Encode-0.03.tar.gz) = 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6
2
SIZE (URL-Encode-0.03.tar.gz) = 24012
(-)www/p5-URL-Encode/pkg-descr (+13 lines)
Line 0 Link Here
1
encode and decode strings into and from application/x-www-form-urlencoded
2
3
The application/x-www-form-urlencoded format encodes a ordered data sets of
4
pairs consisting of a name and a value, with pairs seperated by ampersand or
5
semicolon and names and values seperated by the equal sign. Space characters
6
are replaced with plus sign and any characters not in the unreserved character
7
set is encoded using the percent-encoding scheme also used for resource
8
identifiers. 
9
A percent-encoded octet is encoded as a character triplet, consisting of the 
10
percent character "%" followed by the two hexadecimal digits representing that
11
octet's numeric value.
12
13
WWW: https://metacpan.org/pod/URL::Encode
(-)www/p5-URL-Encode/pkg-plist (+4 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/URL::Encode.3.gz
2
%%SITE_PERL%%/URL/Encode.pm
3
%%SITE_PERL%%/URL/Encode.pod
4
%%SITE_PERL%%/URL/Encode/PP.pm

Return to bug 198308