Revision: 133238 https://trac.macports.org/changeset/133238 Author: devans@macports.org Date: 2015-02-23 12:36:26 -0800 (Mon, 23 Feb 2015) Log Message: ----------- p5-http-parser-xs: new port, a fast, primitive HTTP request parser. Added Paths: ----------- trunk/dports/perl/p5-http-parser-xs/ trunk/dports/perl/p5-http-parser-xs/Portfile Added: trunk/dports/perl/p5-http-parser-xs/Portfile =================================================================== --- trunk/dports/perl/p5-http-parser-xs/Portfile (rev 0) +++ trunk/dports/perl/p5-http-parser-xs/Portfile 2015-02-23 20:36:26 UTC (rev 133238) @@ -0,0 +1,17 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.branches 5.16 5.18 5.20 +perl5.setup HTTP-Parser-XS 0.17 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description HTTP::Parser::XS - a fast, primitive HTTP request parser +long_description ${description} + +platforms darwin + +checksums rmd160 3a7b81044e3c779986b015cb8dc73b9c42aadf10 \ + sha256 794e6833e326b10d24369f9cdbfc1667105ef6591e8f41e561a3d41a7027a809 Property changes on: trunk/dports/perl/p5-http-parser-xs/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native