svn commit: r470752 - in head/www: . p5-HTTP-MultiPartParser

Wen Heping wen at FreeBSD.org
Thu May 24 01:25:12 UTC 2018


Author: wen
Date: Thu May 24 01:25:11 2018
New Revision: 470752
URL: https://svnweb.freebsd.org/changeset/ports/470752

Log:
  This class provides a low-level API for processing MultiPart MIME data
  streams conforming to MultiPart types as defined in RFC 2616.
  
  WWW: http://search.mcpan.org/dist/HTTP-MultiPartParser/

Added:
  head/www/p5-HTTP-MultiPartParser/
  head/www/p5-HTTP-MultiPartParser/Makefile   (contents, props changed)
  head/www/p5-HTTP-MultiPartParser/distinfo   (contents, props changed)
  head/www/p5-HTTP-MultiPartParser/pkg-descr   (contents, props changed)
  head/www/p5-HTTP-MultiPartParser/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu May 24 00:58:44 2018	(r470751)
+++ head/www/Makefile	Thu May 24 01:25:11 2018	(r470752)
@@ -997,6 +997,7 @@
     SUBDIR += p5-HTTP-MobileAgent
     SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset
     SUBDIR += p5-HTTP-MobileAgent-Plugin-Locator
+    SUBDIR += p5-HTTP-MultiPartParser
     SUBDIR += p5-HTTP-Negotiate
     SUBDIR += p5-HTTP-Parser
     SUBDIR += p5-HTTP-Parser-XS

Added: head/www/p5-HTTP-MultiPartParser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-MultiPartParser/Makefile	Thu May 24 01:25:11 2018	(r470752)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=		HTTP-MultiPartParser
+PORTVERSION=	0.02
+CATEGORIES=		www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=		wen at FreeBSD.org
+COMMENT=		HTTP MultiPart Parser
+
+LICENSE=		ART10 GPLv1+
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep
+
+NO_ARCH=		yes
+USES=			perl5
+USE_PERL5=		configure
+
+.include <bsd.port.mk>

Added: head/www/p5-HTTP-MultiPartParser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-MultiPartParser/distinfo	Thu May 24 01:25:11 2018	(r470752)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527153297
+SHA256 (HTTP-MultiPartParser-0.02.tar.gz) = 5eddda159f54d16f868e032440ac2b024e55aac48931871b62627f1a16d00b12
+SIZE (HTTP-MultiPartParser-0.02.tar.gz) = 30258

Added: head/www/p5-HTTP-MultiPartParser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-MultiPartParser/pkg-descr	Thu May 24 01:25:11 2018	(r470752)
@@ -0,0 +1,4 @@
+This class provides a low-level API for processing MultiPart MIME data
+streams conforming to MultiPart types as defined in RFC 2616.
+
+WWW: http://search.mcpan.org/dist/HTTP-MultiPartParser/

Added: head/www/p5-HTTP-MultiPartParser/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-MultiPartParser/pkg-plist	Thu May 24 01:25:11 2018	(r470752)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/HTTP/MultiPartParser.pm
+%%SITE_PERL%%/HTTP/MultiPartParser.pod
+%%PERL5_MAN3%%/HTTP::MultiPartParser.3.gz


More information about the svn-ports-all mailing list