Port details |
- py-pop-config Tool for creating configuration options for pop projects
- 8.0.2 devel
=0 8.0.2Version of this port present on the latest quarterly branch. - Maintainer: krion@FreeBSD.org
 - Port Added: 2020-10-12 13:15:39
- Last Update: 2021-12-17 08:19:27
- Commit Hash: ba2296e
- Also Listed In: python
- License: APACHE20
- Description:
- Pop-config is the official tool to allow for creating and app-merging
configuration options for pop projects. Plugin Oriented Programming
presents a means to merge multiple applications together dynamically.
This capabilities requires that the startup of these applications needs
to be managed from within the programming paradigm. Since this is the case
pop-config becomes a critical and hard requirement of pop.
Pop-config is not just about being able to work with pop projects
to facilitate app-merging, it has also been designed to make the startup
of an application much simpler, and to make the expensive boiler plate
of startup and configuration as transparent as possible. When making
pop projects the idea is that projects are developed in very small
chunks and are then dynamically merged together. So the creation of
these mergeable apps needs to be quick and easy!
Pop-config also solves a problem with configuration of applications,
when making a new application, if you want robust configuration
loading, you need to be able to take options from the command line,
environment variables, and configuration files. Pop-config does all
of this for you, and loads them in the correct order, all behind the
scenes, making your life easier.
WWW: https://gitlab.com/saltstack/pop/pop-config
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pop-config>0:devel/py-pop-config@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pop-config/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pop-config
- pkg install py38-pop-config
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-pop-config listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pop-config
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1639729086
SHA256 (saltstack/pop-pop-config-1eff06ef08c51355dd27165abeacaeb7d03f2f8f_GL0.tar.gz) = 60d40ca84b9aaed13810b738fea748d3d6d1932b52477626844e88ebf9fa578e
SIZE (saltstack/pop-pop-config-1eff06ef08c51355dd27165abeacaeb7d03f2f8f_GL0.tar.gz) = 48554
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-pop
- Configuration Options:
- No options to configure
- Options name:
- devel_py-pop-config
- USES:
- python:3.6+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Dec 2021 08:19:27 8.0.2
|
Kirill Ponomarev (krion)  |
devel/py-pop-config: Update to 8.0.2 |
09 Apr 2021 18:44:23 6.11
|
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
06 Apr 2021 14:31:07 6.11
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Dec 2020 18:56:59
6.11
|
krion  |
Update to 6.11 |
12 Oct 2020 10:44:14
6.10
|
krion  |
Add devel/py-pop-config
Tool for creating configuration options for pop projects
https://gitlab.com/saltstack/pop/pop-config |