Add www/p5-CGI-Compress-Gzip, a Perl module to extend CGI.pm with
an ability to produce automatically compressed output when appropriate.
This commit is contained in:
parent
c76a693254
commit
35a2674ff8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220657
5 changed files with 45 additions and 0 deletions
|
@ -642,6 +642,7 @@
|
|||
SUBDIR += p5-CGI-Builder
|
||||
SUBDIR += p5-CGI-Builder-TT2
|
||||
SUBDIR += p5-CGI-Cache
|
||||
SUBDIR += p5-CGI-Compress-Gzip
|
||||
SUBDIR += p5-CGI-Cookie-Splitter
|
||||
SUBDIR += p5-CGI-Deurl-XS
|
||||
SUBDIR += p5-CGI-Ex
|
||||
|
|
27
www/p5-CGI-Compress-Gzip/Makefile
Normal file
27
www/p5-CGI-Compress-Gzip/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: www/p5-CGI-Compress-Gzip
|
||||
# Date created: 11 September 2008
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI-Compress-Gzip
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CGI
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= CGI::Compress::Gzip - CGI with automatically compressed output
|
||||
|
||||
BUILD_DEPENDS= p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= CGI::Compress::Gzip.3 \
|
||||
CGI::Compress::Gzip::FileHandle.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-CGI-Compress-Gzip/distinfo
Normal file
3
www/p5-CGI-Compress-Gzip/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (CGI-Compress-Gzip-0.22.tgz) = f82809411065c9636b81f8e021c99723
|
||||
SHA256 (CGI-Compress-Gzip-0.22.tgz) = 9c540866a80f615af6bf07a7a940209d2085020d9ef4a0c609bf7d106648606e
|
||||
SIZE (CGI-Compress-Gzip-0.22.tgz) = 23481
|
6
www/p5-CGI-Compress-Gzip/pkg-descr
Normal file
6
www/p5-CGI-Compress-Gzip/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
CGI::Compress::Gzip extends the CGI class to auto-detect whether the
|
||||
client browser wants compressed output and apply gzip compression on any
|
||||
content printed on the default filehandle. This module is intended to
|
||||
be a drop-in replacement for CGI.pm in a typical scripting environment.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CGI-Compress-Gzip/
|
8
www/p5-CGI-Compress-Gzip/pkg-plist
Normal file
8
www/p5-CGI-Compress-Gzip/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/CGI/Compress/Gzip.pm
|
||||
%%SITE_PERL%%/CGI/Compress/Gzip/FileHandle.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compress/Gzip
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compress
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Compress/Gzip
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Compress
|
||||
@dirrmtry %%SITE_PERL%%/CGI
|
Loading…
Reference in a new issue