summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Lite
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-12-04 15:38:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-12-04 15:38:13 +0000
commitd471fac1abcd83b9750861c7c726cad4afa69304 (patch)
treec2c9760f9ad25366dd97290b6767e8065217f08b /www/p5-HTTP-Lite
parentMake PORTNAME ovverrideable by slave ports again. (diff)
Add p5-HTTP-Lite 2.1.5
Perl5 modules for Lightweight HTTP implementation. PR: 59539 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=95014
Diffstat (limited to 'www/p5-HTTP-Lite')
-rw-r--r--www/p5-HTTP-Lite/Makefile22
-rw-r--r--www/p5-HTTP-Lite/distinfo1
-rw-r--r--www/p5-HTTP-Lite/pkg-descr18
-rw-r--r--www/p5-HTTP-Lite/pkg-plist5
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