svn commit: r361330 - in head/www: . py-requestbuilder
Kubilay Kocak
koobs at FreeBSD.org
Wed Jul 9 04:41:41 UTC 2014
Author: koobs
Date: Wed Jul 9 04:41:40 2014
New Revision: 361330
URL: http://svnweb.freebsd.org/changeset/ports/361330
QAT: https://qat.redports.org/buildarchive/r361330/
Log:
[NEW] www/py-requestbuilder: Command line-driven HTTP request builder
Command line-driven HTTP request builder.
WWW: https://github.com/boto/requestbuilder
Added:
head/www/py-requestbuilder/
head/www/py-requestbuilder/Makefile (contents, props changed)
head/www/py-requestbuilder/distinfo (contents, props changed)
head/www/py-requestbuilder/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Jul 9 03:33:37 2014 (r361329)
+++ head/www/Makefile Wed Jul 9 04:41:40 2014 (r361330)
@@ -1668,6 +1668,7 @@
SUBDIR += py-qt4-webkit
SUBDIR += py-rackspace-monitoring
SUBDIR += py-recaptcha
+ SUBDIR += py-requestbuilder
SUBDIR += py-requests
SUBDIR += py-requests-oauth-hook
SUBDIR += py-requests-oauthlib
Added: head/www/py-requestbuilder/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requestbuilder/Makefile Wed Jul 9 04:41:40 2014 (r361330)
@@ -0,0 +1,22 @@
+# Created by: Kubilay Kocak <koobs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= requestbuilder
+PORTVERSION= 0.2.1
+CATEGORIES= www devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= koobs at FreeBSD.org
+COMMENT= Command line-driven HTTP request builder
+
+LICENSE= ISCL
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+
+USE_PYTHON= -2.7
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/www/py-requestbuilder/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requestbuilder/distinfo Wed Jul 9 04:41:40 2014 (r361330)
@@ -0,0 +1,2 @@
+SHA256 (requestbuilder-0.2.1.tar.gz) = 70db750f6e0f4fb5d565c423f1adf07116a39c781389ca66e35f4ba68f9c148a
+SIZE (requestbuilder-0.2.1.tar.gz) = 27968
Added: head/www/py-requestbuilder/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-requestbuilder/pkg-descr Wed Jul 9 04:41:40 2014 (r361330)
@@ -0,0 +1,3 @@
+Command line-driven HTTP request builder.
+
+WWW: https://github.com/boto/requestbuilder
More information about the svn-ports-all
mailing list