diff options
author | mat <mat@FreeBSD.org> | 2003-08-19 10:57:34 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-19 10:57:34 +0000 |
commit | 6ba25b7831925860c8d68db322451d49b5aaa5fe (patch) | |
tree | f3f36833a7f44c5ef587baf8ba009b72cfb4ab13 /devel | |
parent | 0978007eb3ca26947240250b31c5a6bbc9d4542a (diff) | |
download | FreeBSD-ports-6ba25b7831925860c8d68db322451d49b5aaa5fe.zip FreeBSD-ports-6ba25b7831925860c8d68db322451d49b5aaa5fe.tar.gz |
Add p5-DateTime-Format-HTTP 0.35
This module provides functions that deal the date formats used by the HTTP
protocol (and then some more).
PR: 54187
Submitted by: mat
Approved by: demon (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/Makefile | 40 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-HTTP/pkg-plist | 7 |
5 files changed, 53 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a22a957..05388df 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -563,6 +563,7 @@ SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel + SUBDIR += p5-DateTime-Format-HTTP SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-ISO8601 SUBDIR += p5-DateTime-Format-Mail diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile new file mode 100644 index 0000000..2fe071a --- /dev/null +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: p5-DateTime-Format-HTTP +# Date created: 7 july 2003 +# Whom: Mathieu Arnold <mat@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-HTTP +PORTVERSION= 0.35 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DateTime +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= HTTP date conversion routines + +BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule + +PERL_CONFIGURE= yes + +MAN3= DateTime::Format::HTTP.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500600 +RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +.endif +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ + ${WRKSRC}/lib/DateTime/Format/HTTP.pm +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-DateTime-Format-HTTP/distinfo b/devel/p5-DateTime-Format-HTTP/distinfo new file mode 100644 index 0000000..7b45a30 --- /dev/null +++ b/devel/p5-DateTime-Format-HTTP/distinfo @@ -0,0 +1 @@ +MD5 (DateTime-Format-HTTP-0.35.tar.gz) = 43e7a44bad1c6c4e0385c58caf9f36f9 diff --git a/devel/p5-DateTime-Format-HTTP/pkg-descr b/devel/p5-DateTime-Format-HTTP/pkg-descr new file mode 100644 index 0000000..d2aea756 --- /dev/null +++ b/devel/p5-DateTime-Format-HTTP/pkg-descr @@ -0,0 +1,4 @@ +This module provides functions that deal the date formats used by the HTTP +protocol (and then some more). + +WWW: http://datetime.perl.org/ diff --git a/devel/p5-DateTime-Format-HTTP/pkg-plist b/devel/p5-DateTime-Format-HTTP/pkg-plist new file mode 100644 index 0000000..f560b39 --- /dev/null +++ b/devel/p5-DateTime-Format-HTTP/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Format/HTTP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/HTTP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime/Format 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true |