Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2003 11:12:35 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/59539: New port: www/p5-HTTP-Lite
Message-ID:  <20031121031235.00D91155CA@mail.dragon2.net>
Resent-Message-ID: <200311210320.hAL3KGik046780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59539
>Category:       ports
>Synopsis:       New port: www/p5-HTTP-Lite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 19:20:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- new port: Lightweight HTTP implementation
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-HTTP-Lite/
#	p5-HTTP-Lite/Makefile
#	p5-HTTP-Lite/distinfo
#	p5-HTTP-Lite/pkg-descr
#	p5-HTTP-Lite/pkg-plist
#
echo c - p5-HTTP-Lite/
mkdir -p p5-HTTP-Lite/ > /dev/null 2>&1
echo x - p5-HTTP-Lite/Makefile
sed 's/^X//' >p5-HTTP-Lite/Makefile << 'END-of-p5-HTTP-Lite/Makefile'
X# New ports collection makefile for:	p5-HTTP-Lite
X# Date created:				Nov 20 2003
X# Whom:					Cheng-Lung Sung <clsung@dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTTP-Lite
XPORTVERSION=	2.1.5
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTTP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	Perl5 modules for Lightweight HTTP implementation
X
XPERL_CONFIGURE=	yes
X
XMAN3=		HTTP::Lite.3
X
X.include <bsd.port.mk>
END-of-p5-HTTP-Lite/Makefile
echo x - p5-HTTP-Lite/distinfo
sed 's/^X//' >p5-HTTP-Lite/distinfo << 'END-of-p5-HTTP-Lite/distinfo'
XMD5 (HTTP-Lite-2.1.5.tar.gz) = 65efe14e0be16d2e15e5837480883004
END-of-p5-HTTP-Lite/distinfo
echo x - p5-HTTP-Lite/pkg-descr
sed 's/^X//' >p5-HTTP-Lite/pkg-descr << 'END-of-p5-HTTP-Lite/pkg-descr'
XHTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
Xfor perl.  It is not intended as a replacement for the
Xfully-features LWP module.  Instead, it is intended for use in
Xsituations where it is desirable to install the minimal number of
Xmodules to achieve HTTP support, or where LWP is not a good
Xcandidate due to CPU overhead, such as slower processors.
XHTTP::Lite is also significantly faster than LWP.
X
XHTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
Xfor redistribution with larger packages where only HTTP GET and
XPOST functionality are necessary.
X
XIf you require more functionality, such as FTP or HTTPS, please
Xsee libwwwperl (LWP).  LWP is a significantly better and more
Xcomprehensive package than HTTP::Lite, and should be used instead
Xof HTTP::Lite whenever possible.
X
XWWW: http://search.cpan.org/dist/HTTP-Lite
X
XAuthor: Roy Hooper <rhooper@thetoybox.org>
END-of-p5-HTTP-Lite/pkg-descr
echo x - p5-HTTP-Lite/pkg-plist
sed 's/^X//' >p5-HTTP-Lite/pkg-plist << 'END-of-p5-HTTP-Lite/pkg-plist'
X%%SITE_PERL%%/HTTP/Lite.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Lite/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Lite
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true
END-of-p5-HTTP-Lite/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031121031235.00D91155CA>