Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103819645
D2672.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D2672.diff
View Options
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -1671,6 +1671,7 @@
SUBDIR += py-postmarkup
SUBDIR += py-praw
SUBDIR += py-prewikka
+ SUBDIR += py-puppetboard
SUBDIR += py-py-restclient
SUBDIR += py-pyjwt
SUBDIR += py-pylons
Index: www/py-puppetboard/Makefile
===================================================================
--- /dev/null
+++ www/py-puppetboard/Makefile
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= puppetboard
+PORTVERSION= 0.0.4
+DISTVERSIONPREFIX= v
+CATEGORIES= www python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= allanjude@FreeBSD.org
+COMMENT= Web interface to PuppetDB
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:${PORTSDIR}/www/py-flask \
+ ${PYTHON_PKGNAMEPREFIX}Flask-WTF>=0.9.4:${PORTSDIR}/www/py-flask-wtf \
+ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.19:${PORTSDIR}/textproc/py-MarkupSafe \
+ ${PYTHON_PKGNAMEPREFIX}pypuppetdb>=0.1.1:${PORTSDIR}/databases/py-pypuppetdb \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:${PORTSDIR}/www/py-requests
+
+USE_GITHUB= yes
+GH_ACCOUNT= puppet-community
+
+USES= python:2.7
+USE_PYTHON= autoplist distutils
+
+PLIST_FILES= "@sample etc/puppetboard/default_settings.py.sample"
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppetboard
+ ${CP} ${WRKSRC}/puppetboard/default_settings.py ${STAGEDIR}${PREFIX}/etc/puppetboard/default_settings.py.sample
+
+.include <bsd.port.mk>
Index: www/py-puppetboard/distinfo
===================================================================
--- /dev/null
+++ www/py-puppetboard/distinfo
@@ -0,0 +1,2 @@
+SHA256 (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817
+SIZE (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 2851486
Index: www/py-puppetboard/pkg-descr
===================================================================
--- /dev/null
+++ www/py-puppetboard/pkg-descr
@@ -0,0 +1,4 @@
+Puppetboard is a web interface to PuppetDB aiming to replace the reporting
+functionality of Puppet Dashboard.
+
+WWW: https://github.com/puppet-community/puppetboard
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 9:00 PM (21 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14950340
Default Alt Text
D2672.diff (2 KB)
Attached To
Mode
D2672: Create the puppetboard port
Attached
Detach File
Event Timeline
Log In to Comment