Page MenuHomeFreeBSD

D3047.id6853.diff
No OneTemporary

D3047.id6853.diff

Index: sysutils/Makefile
===================================================================
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -752,6 +752,7 @@
SUBDIR += py-filelike
SUBDIR += py-glances
SUBDIR += py-halite
+ SUBDIR += py-honcho
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-ploy
Index: sysutils/py-honcho/Makefile
===================================================================
--- /dev/null
+++ 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>
Index: sysutils/py-honcho/distinfo
===================================================================
--- /dev/null
+++ 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
Index: sysutils/py-honcho/pkg-descr
===================================================================
--- /dev/null
+++ 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

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 7, 11:19 PM (18 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38491794
Default Alt Text
D3047.id6853.diff (1 KB)

Event Timeline