aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-honcho
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2015-07-11 08:34:54 +0000
committerFukang Chen <loader@FreeBSD.org>2015-07-11 08:34:54 +0000
commit7dc7b56b8c3410b800e4c437ca3981950d9e1c83 (patch)
tree35d8abcc0abdd75fe94e00f1af246a16f6a83f12 /sysutils/py-honcho
parent2403ddd8460849ee64bd344f3274088459f79418 (diff)
downloadports-7dc7b56b8c3410b800e4c437ca3981950d9e1c83.tar.gz
ports-7dc7b56b8c3410b800e4c437ca3981950d9e1c83.zip
[NEW] sysutils/py-honcho:
Managing Procfile-based applications tool Honcho is a Python port of Foreman, a tool for managing Procfile-based applications. WWW: https://github.com/nickstenning/honcho Approved by: koobs Differential Revision: https://reviews.freebsd.org/D3047
Notes
Notes: svn path=/head/; revision=391729
Diffstat (limited to 'sysutils/py-honcho')
-rw-r--r--sysutils/py-honcho/Makefile27
-rw-r--r--sysutils/py-honcho/distinfo2
-rw-r--r--sysutils/py-honcho/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/py-honcho/Makefile b/sysutils/py-honcho/Makefile
new file mode 100644
index 000000000000..ff4268f4b9ca
--- /dev/null
+++ b/sysutils/py-honcho/Makefile
@@ -0,0 +1,27 @@
+# Created by: loader <loader@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= honcho
+PORTVERSION= 0.6.6
+DISTVERSIONPREFIX= v
+CATEGORIES= sysutils python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= loader@FreeBSD.org
+COMMENT= Managing Procfile-based applications tool
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:${PORTSDIR}/devel/py-Jinja2
+
+USE_GITHUB= yes
+GH_ACCOUNT= nickstenning
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+regression-test:
+ @cd ${WRKSRC} && py.test
+
+.include <bsd.port.mk>
diff --git a/sysutils/py-honcho/distinfo b/sysutils/py-honcho/distinfo
new file mode 100644
index 000000000000..9efe3ce77ee5
--- /dev/null
+++ b/sysutils/py-honcho/distinfo
@@ -0,0 +1,2 @@
+SHA256 (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 02703190e9775c899045e25e7f5b5b1a3b3ec1a4720d6b85a50da680f7f750c7
+SIZE (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 34868
diff --git a/sysutils/py-honcho/pkg-descr b/sysutils/py-honcho/pkg-descr
new file mode 100644
index 000000000000..d4f625e32a68
--- /dev/null
+++ b/sysutils/py-honcho/pkg-descr
@@ -0,0 +1,4 @@
+Honcho is a Python port of Foreman, a tool for managing
+Procfile-based applications.
+
+WWW: https://github.com/nickstenning/honcho