Port details |
- py-puppetboard02 Web interface to PuppetDB
- 0.2.2 www
=0 0.2.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Use www/py-puppetboard instead
This port expired on: 2020-04-01
- Maintainer: puppet@FreeBSD.org
- Port Added: 2016-10-15 07:28:50
- Last Update: 2020-04-01 17:11:30
- SVN Revision: 530227
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/voxpupuli/puppetboard
- Description:
- Puppetboard is a web interface to PuppetDB aiming to replace the reporting
functionality of Puppet Dashboard.
WWW: https://github.com/voxpupuli/puppetboard
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}puppetboard02>0:www/py-puppetboard02@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- puppetboard-*
- puppetboard03-*
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-puppetboard02
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1490099959
SHA256 (voxpupuli-puppetboard-v0.2.2_GH0.tar.gz) = be747c91cf3dda344f13c09d68a0e7892940c993e1def5d492e85f34a8bf113f
SIZE (voxpupuli-puppetboard-v0.2.2_GH0.tar.gz) = 2058658
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-Flask>=0.10.1 : www/py-flask@py27
- py27-Flask-WTF>=0.9.4 : www/py-flask-wtf@py27
- py27-MarkupSafe>=0.19 : textproc/py-MarkupSafe@py27
- py27-pypuppetdb03>=0.2.0 : databases/py-pypuppetdb03@py27
- py27-requests>=2.2.1 : www/py-requests@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.2 01 Apr 2020 17:11:30 |
rene |
Remove expired ports:
2020-04-01 databases/py-pypuppetdb03: Use databases/py-pypuppetdb instead
2020-04-01 www/py-puppetboard02: Use www/py-puppetboard instead
2020-04-01 www/py-puppetboard03: Use www/py-puppetboard instead |
0.2.2 03 Jan 2020 19:47:57 |
romain |
Unify and update www/py-puppetboard to 1.1.0
PR: 243028
Reported by: romain
Approved by: allanjude
With hat: puppet |
0.2.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.2.2 22 Feb 2018 10:30:58 |
romain |
Add www/py-puppetboard03
Copy www/py-puppetboard02 to www/py-puppetboard03 and update it accordingly.
While here:
- Pass maintainership of www/py-puppetboard02 to puppet@;
- Update CONFLICTS_INSTALL for www/py-puppetboard, www/py-puppetboard02 and
www/py-puppetboard03;
- Mark www/py-puppetboard02 as deprectaed, without expiration date for now.
With hat: puppet |
0.2.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.2.2 15 May 2017 15:38:56 |
mat |
Remove svn keywords from patches.
Sponsored by: Absolight |
0.2.2 22 Mar 2017 11:45:49 |
romain |
Update to 0.2.2
While here, add two patches:
1. Fix application startup which was broken by a dependency update (fixed in
master);
2. Fix boolean facts graph (#356). |
0.2.1 03 Feb 2017 23:32:47 |
romain |
Update to 0.2.1 |
0.2.0 15 Oct 2016 07:28:38 |
romain |
New port for Puppetboard 0.2
Puppetboard depends on pypuppetdb>=0.3, so:
- copy databases/py-pypuppetdb to databases/py-pypuppetdb03;
- update databases/py-pypuppetdb03 to 0.3.1;
- copy www/py-puppetboard to www/py-puppetboard02;
- update www/py-puppetboard02 to 0.2.0;
- register conflicts between these ports;
- take maintainership of new ports.
While here:
- Update projects account.
PR: 211604 [1], 211918 [2]
Submitted by: neel@neelc.org [1], romain [2] |