From 5841028c559848484c5a29652551bfb9753ad2db Mon Sep 17 00:00:00 2001 From: lth Date: Sat, 2 Apr 2005 11:36:40 +0000 Subject: Add p5-HTTP-Server-Simple 0.07, a very simple standalone HTTP daemon. --- www/Makefile | 1 + www/p5-HTTP-Server-Simple/Makefile | 27 +++++++++++++++++++++++++++ www/p5-HTTP-Server-Simple/distinfo | 2 ++ www/p5-HTTP-Server-Simple/pkg-descr | 5 +++++ www/p5-HTTP-Server-Simple/pkg-plist | 9 +++++++++ 5 files changed, 44 insertions(+) create mode 100644 www/p5-HTTP-Server-Simple/Makefile create mode 100644 www/p5-HTTP-Server-Simple/distinfo create mode 100644 www/p5-HTTP-Server-Simple/pkg-descr create mode 100644 www/p5-HTTP-Server-Simple/pkg-plist diff --git a/www/Makefile b/www/Makefile index 2de9ad486ca1..46b11d7ccac6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -499,6 +499,7 @@ SUBDIR += p5-HTTP-MobileAgent SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-Recorder + SUBDIR += p5-HTTP-Server-Simple SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-User-Manage diff --git a/www/p5-HTTP-Server-Simple/Makefile b/www/p5-HTTP-Server-Simple/Makefile new file mode 100644 index 000000000000..2452f9c3052c --- /dev/null +++ b/www/p5-HTTP-Server-Simple/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: www/p5-HTTP-Server-Simple +# Date created: 30 March 2005 +# Whom: Lars Thegler +# +# $FreeBSD$ +# + +PORTNAME= HTTP-Server-Simple +PORTVERSION= 0.07 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= A very simple standalone HTTP daemon + +PERL_CONFIGURE= yes + +MAN3= HTTP::Server::Simple.3 \ + HTTP::Server::Simple::CGI.3 + +.include +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again +.endif +.include diff --git a/www/p5-HTTP-Server-Simple/distinfo b/www/p5-HTTP-Server-Simple/distinfo new file mode 100644 index 000000000000..e76cb9004cfc --- /dev/null +++ b/www/p5-HTTP-Server-Simple/distinfo @@ -0,0 +1,2 @@ +MD5 (HTTP-Server-Simple-0.07.tar.gz) = f793978a69578c9682e1d8b11629ebab +SIZE (HTTP-Server-Simple-0.07.tar.gz) = 16739 diff --git a/www/p5-HTTP-Server-Simple/pkg-descr b/www/p5-HTTP-Server-Simple/pkg-descr new file mode 100644 index 000000000000..790a8e0a88ea --- /dev/null +++ b/www/p5-HTTP-Server-Simple/pkg-descr @@ -0,0 +1,5 @@ +HTTP::Server::Simple is a very simple standalone HTTP daemon with +no non-core module dependencies. It's ideal for building a standalone +http-based UI to your existing tools. + +WWW: http://search.cpan.org/dist/HTTP-Server-Simple diff --git a/www/p5-HTTP-Server-Simple/pkg-plist b/www/p5-HTTP-Server-Simple/pkg-plist new file mode 100644 index 000000000000..5b6c8f3d1bff --- /dev/null +++ b/www/p5-HTTP-Server-Simple/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/HTTP/Server/Simple.pm +%%SITE_PERL%%/HTTP/Server/Simple/CGI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server/Simple 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Server 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server/Simple 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP/Server 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true -- cgit