pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Parser-XS Initial import of p5-HTTP-Parser...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9e971141ebe
branches: trunk
changeset: 574070:a9e971141ebe
user: seb <seb%pkgsrc.org@localhost>
date: Sat Apr 10 19:38:40 2010 +0000
description:
Initial import of p5-HTTP-Parser-XS version 0.07 in the NetBSD
Packages Collection.
The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request
parser that can be used either for writing a synchronous HTTP server
or a event-driven server.
diffstat:
www/p5-HTTP-Parser-XS/DESCR | 3 +++
www/p5-HTTP-Parser-XS/Makefile | 19 +++++++++++++++++++
www/p5-HTTP-Parser-XS/distinfo | 5 +++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 816f2c132745 -r a9e971141ebe www/p5-HTTP-Parser-XS/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Parser-XS/DESCR Sat Apr 10 19:38:40 2010 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request
+parser that can be used either for writing a synchronous HTTP server
+or a event-driven server.
diff -r 816f2c132745 -r a9e971141ebe www/p5-HTTP-Parser-XS/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Parser-XS/Makefile Sat Apr 10 19:38:40 2010 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 19:38:40 seb Exp $
+
+DISTNAME= HTTP-Parser-XS-0.07
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/HTTP-Parser-XS/
+COMMENT= Perl 5 module providing a fast, primitive HTTP request parser
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/HTTP/Parser/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 816f2c132745 -r a9e971141ebe www/p5-HTTP-Parser-XS/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-Parser-XS/distinfo Sat Apr 10 19:38:40 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/10 19:38:40 seb Exp $
+
+SHA1 (HTTP-Parser-XS-0.07.tar.gz) = b831919a743ad593076a571464bedc6118c90f7f
+RMD160 (HTTP-Parser-XS-0.07.tar.gz) = 60c0d1dc2383171e4ed1705f095e3e01a46fc1ab
+Size (HTTP-Parser-XS-0.07.tar.gz) = 6436 bytes
Home |
Main Index |
Thread Index |
Old Index