diff options
author | mat <mat@FreeBSD.org> | 2003-12-04 23:38:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-12-04 23:38:13 +0800 |
commit | b824ad6af5ab6ed8a495b363c657641691a5868c (patch) | |
tree | 6730322e905e80432e777181c61b99122983a5db /www/p5-HTTP-Lite | |
parent | 298342015bf227673f7cbe25ef4f191510316b77 (diff) | |
download | freebsd-ports-gnome-b824ad6af5ab6ed8a495b363c657641691a5868c.tar.gz freebsd-ports-gnome-b824ad6af5ab6ed8a495b363c657641691a5868c.tar.zst freebsd-ports-gnome-b824ad6af5ab6ed8a495b363c657641691a5868c.zip |
Add p5-HTTP-Lite 2.1.5
Perl5 modules for Lightweight HTTP implementation.
PR: 59539
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'www/p5-HTTP-Lite')
-rw-r--r-- | www/p5-HTTP-Lite/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/pkg-descr | 18 | ||||
-rw-r--r-- | www/p5-HTTP-Lite/pkg-plist | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/p5-HTTP-Lite/Makefile b/www/p5-HTTP-Lite/Makefile new file mode 100644 index 000000000000..9934557957dc --- /dev/null +++ b/www/p5-HTTP-Lite/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-HTTP-Lite +# Date created: Nov 20 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Lite +PORTVERSION= 2.1.5 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= Perl5 modules for Lightweight HTTP implementation + +PERL_CONFIGURE= yes + +MAN3= HTTP::Lite.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Lite/distinfo b/www/p5-HTTP-Lite/distinfo new file mode 100644 index 000000000000..b5384d22286c --- /dev/null +++ b/www/p5-HTTP-Lite/distinfo @@ -0,0 +1 @@ +MD5 (HTTP-Lite-2.1.5.tar.gz) = 65efe14e0be16d2e15e5837480883004 diff --git a/www/p5-HTTP-Lite/pkg-descr b/www/p5-HTTP-Lite/pkg-descr new file mode 100644 index 000000000000..a3539bf67965 --- /dev/null +++ b/www/p5-HTTP-Lite/pkg-descr @@ -0,0 +1,18 @@ +HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It +is not intended as a replacement for the fully-features LWP module. Instead, +it is intended for use in situations where it is desirable to install the +minimal number of modules to achieve HTTP support, or where LWP is not a good +candidate due to CPU overhead, such as slower processors. HTTP::Lite is also +significantly faster than LWP. + +HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for +redistribution with larger packages where only HTTP GET and POST functionality +are necessary. + +If you require more functionality, such as FTP or HTTPS, please see libwwwperl +(LWP). LWP is a significantly better and more comprehensive package than +HTTP::Lite, and should be used instead of HTTP::Lite whenever possible. + +WWW: http://search.cpan.org/dist/HTTP-Lite/ + +Author: Roy Hooper <rhooper@thetoybox.org> diff --git a/www/p5-HTTP-Lite/pkg-plist b/www/p5-HTTP-Lite/pkg-plist new file mode 100644 index 000000000000..3ee74e46cab4 --- /dev/null +++ b/www/p5-HTTP-Lite/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/HTTP/Lite.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Lite/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Lite +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true |