Add p5-Apache-Clean 0.05, a mod_perl interface into HTML::Clean.
PR: 56651 Submitted by: Martin Matuska <martin@tradex.sk>
This commit is contained in:
parent
f7fc40dd3d
commit
3bb679a33f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89964
9 changed files with 89 additions and 0 deletions
|
@ -290,6 +290,7 @@
|
|||
SUBDIR += p5-Apache-AuthenURL
|
||||
SUBDIR += p5-Apache-AutoIndex
|
||||
SUBDIR += p5-Apache-AxKit-Plugin-AddXSLParams-Request
|
||||
SUBDIR += p5-Apache-Clean
|
||||
SUBDIR += p5-Apache-ConfigFile
|
||||
SUBDIR += p5-Apache-DBI
|
||||
SUBDIR += p5-Apache-DumpHeaders
|
||||
|
|
33
www/p5-Apache-Clean/Makefile
Normal file
33
www/p5-Apache-Clean/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Apache-Clean
|
||||
# Date created: Sep 09 2003
|
||||
# Whom: Martin Matuska <martin@tradex.sk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Apache-Clean
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache/GEOFF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= martin@tradex.sk
|
||||
COMMENT= A mod_perl interface into HTML::Clean
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Apache::Clean.3
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-Apache-Clean/distinfo
Normal file
1
www/p5-Apache-Clean/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Apache-Clean-0.05.tar.gz) = f5b5bf3b6c0ba9839e8d72348388f9ca
|
3
www/p5-Apache-Clean/pkg-descr
Normal file
3
www/p5-Apache-Clean/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Apache::Clean uses HTML::Clean to tidy up large, messy HTML, saving
|
||||
bandwidth. It is particularly useful with Apache::Compress for
|
||||
ultimate savings.
|
7
www/p5-Apache-Clean/pkg-plist
Normal file
7
www/p5-Apache-Clean/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Apache/Clean.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Clean/.packlist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Clean
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
|
33
www/p5-Apache-Clean2/Makefile
Normal file
33
www/p5-Apache-Clean2/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Apache-Clean
|
||||
# Date created: Sep 09 2003
|
||||
# Whom: Martin Matuska <martin@tradex.sk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Apache-Clean
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache/GEOFF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= martin@tradex.sk
|
||||
COMMENT= A mod_perl interface into HTML::Clean
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Apache::Clean.3
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-Apache-Clean2/distinfo
Normal file
1
www/p5-Apache-Clean2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Apache-Clean-0.05.tar.gz) = f5b5bf3b6c0ba9839e8d72348388f9ca
|
3
www/p5-Apache-Clean2/pkg-descr
Normal file
3
www/p5-Apache-Clean2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Apache::Clean uses HTML::Clean to tidy up large, messy HTML, saving
|
||||
bandwidth. It is particularly useful with Apache::Compress for
|
||||
ultimate savings.
|
7
www/p5-Apache-Clean2/pkg-plist
Normal file
7
www/p5-Apache-Clean2/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Apache/Clean.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Clean/.packlist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Clean
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
|
Loading…
Reference in a new issue