pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Initial import of p5-HTTP-Request-StreamingUpload 0.01



Module Name:	pkgsrc-wip
Committed By:	Sergey Svishchev <shattered%NetBSD.org@localhost>
Pushed By:	shattered
Date:		Sat Feb 20 01:45:25 2016 +0300
Changeset:	bf5f8ed8c7e656d69008df94ab0999c452590a45

Added Files:
	p5-HTTP-Request-StreamingUpload/DESCR
	p5-HTTP-Request-StreamingUpload/Makefile
	p5-HTTP-Request-StreamingUpload/distinfo

Log Message:
Initial import of p5-HTTP-Request-StreamingUpload 0.01

HTTP::Request::StreamingUpload is streaming upload wrapper for
HTTP::Request. It could be alike when $DYNAMIC_FILE_UPLOAD of
HTTP::Request::Common was used. However, it is works only for POST
method with form-data. HTTP::Request::StreamingUpload works on the
all HTTP methods.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf5f8ed8c7e656d69008df94ab0999c452590a45

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-HTTP-Request-StreamingUpload/DESCR    |  5 +++++
 p5-HTTP-Request-StreamingUpload/Makefile | 20 ++++++++++++++++++++
 p5-HTTP-Request-StreamingUpload/distinfo |  6 ++++++
 3 files changed, 31 insertions(+)

diffs:
diff --git a/p5-HTTP-Request-StreamingUpload/DESCR b/p5-HTTP-Request-StreamingUpload/DESCR
new file mode 100644
index 0000000..31fcd9d
--- /dev/null
+++ b/p5-HTTP-Request-StreamingUpload/DESCR
@@ -0,0 +1,5 @@
+HTTP::Request::StreamingUpload is streaming upload wrapper for
+HTTP::Request. It could be alike when $DYNAMIC_FILE_UPLOAD of
+HTTP::Request::Common was used. However, it is works only for POST
+method with form-data. HTTP::Request::StreamingUpload works on the
+all HTTP methods.
diff --git a/p5-HTTP-Request-StreamingUpload/Makefile b/p5-HTTP-Request-StreamingUpload/Makefile
new file mode 100644
index 0000000..6749c68
--- /dev/null
+++ b/p5-HTTP-Request-StreamingUpload/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.29 2015/06/12 10:52:04 wiz Exp $
+#
+
+DISTNAME=	HTTP-Request-StreamingUpload-0.01
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	www perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/dist/HTTP-Request-StreamingUpload/
+COMMENT=	Streaming upload wrapper for HTTP::Request
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
+
+PERL5_PACKLIST=		auto/HTTP/Request/StreamingUpload/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-HTTP-Request-StreamingUpload/distinfo b/p5-HTTP-Request-StreamingUpload/distinfo
new file mode 100644
index 0000000..fc94803
--- /dev/null
+++ b/p5-HTTP-Request-StreamingUpload/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (HTTP-Request-StreamingUpload-0.01.tar.gz) = dc4bd9b722d02645c9a4bc31337cfaa6150470ba
+RMD160 (HTTP-Request-StreamingUpload-0.01.tar.gz) = 76c6cb3a7572f52d538ae932ba467eef095562e7
+SHA512 (HTTP-Request-StreamingUpload-0.01.tar.gz) = e11f96861c668a106b05bb541a0c4e8b8b564c077753838f7ba07025992460f29cffd6f32277337f30cf940ea0c048f93427de2c277b6c6b69cb22f55b1f3c42
+Size (HTTP-Request-StreamingUpload-0.01.tar.gz) = 42150 bytes


Home | Main Index | Thread Index | Old Index