Updated to 1.1

Pointed by:	demon
This commit is contained in:
Sergey Skvortsov 2003-05-19 12:30:32 +00:00
parent 733c97ce0f
commit f7e34476fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81372
4 changed files with 25 additions and 24 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= libapreq PORTNAME= libapreq
PORTVERSION= 1.0 PORTVERSION= 1.1
CATEGORIES= www perl5 devel CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/J/JI/JIMW/ MASTER_SITE_SUBDIR= ../../authors/id/J/JI/JIMW/
@ -15,16 +15,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org MAINTAINER= skv@FreeBSD.org
COMMENT= Generic Apache Request Library COMMENT= Generic Apache Request Library
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Apache::Cookie.3 Apache::Request.3 Apache::libapreq.3 \ MAN3= Apache::Cookie.3 Apache::Request.3 Apache::libapreq.3 \
libapreq.3 libapreq.3
post-patch:
@${PERL} -pi~ -e '$$_="" if $$. >8 && $$. <27' ${WRKSRC}/Makefile.PL
post-install: post-install:
.ifndef(NOPORTDOCS) .ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"

View file

@ -1 +1 @@
MD5 (libapreq-1.0.tar.gz) = 26b9c4c6667ce367cd28c46805bee2dd MD5 (libapreq-1.1.tar.gz) = 99471b32f72c43dfd5d2e3078d44c1fc

View file

@ -8,7 +8,7 @@ the Apache API with Perl and C. Functionality includes:
- parsing of HTTP Cookies - parsing of HTTP Cookies
WWW: http://httpd.apache.org/apreq/ WWW: http://httpd.apache.org/apreq/
WWW: http://search.cpan.org/search?dist=libapreq WWW: http://search.cpan.org/dist/libapreq/
-- Sergey Skvortsov -- Sergey Skvortsov
skv@FreeBSD.org skv@FreeBSD.org

View file

@ -1,21 +1,21 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Cookie.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/Cookie.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Request.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/Request.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/libapreq.pm %%SITE_PERL%%/%%PERL_ARCH%%/Apache/libapreq.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Cookie/Cookie.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Cookie/Cookie.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Cookie/Cookie.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Cookie/Cookie.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Request/Request.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Request/Request.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Request/Request.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Request/Request.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/extralibs.ld %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/extralibs.ld
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/include/apache_cookie.h %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/include/apache_cookie.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/include/apache_multipart_buffer.h %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/include/apache_multipart_buffer.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/include/apache_request.h %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/include/apache_request.h
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/libapreq.a %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/libapreq.a
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/libapreq.pod %%SITE_PERL%%/%%PERL_ARCH%%/libapreq.pod
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Cookie @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Cookie
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Request @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Request
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq/include @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq/include
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libapreq @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libapreq
%%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/Makefile.apxs %%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/Makefile.apxs
%%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/Makefile.tmpl %%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/Makefile.tmpl
%%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/mod_testapreq.c %%PORTDOCS%%%%EXAMPLESDIR%%/c/testapreq/mod_testapreq.c