Port details |
- py-easyzone DNS Zone abstraction module for Python
- 1.2.2_2 dns
=0 1.2.2_2Version of this port present on the latest quarterly branch. - Maintainer: bra@fsn.hu
 - Port Added: 2012-02-10 22:31:37
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: MIT
- Description:
- Easyzone is a package to manage the common record types of a zone file,
including SOA records. This module sits on top of the dnspython package
and provides a higher level abstraction for common zone file manipulation
use cases.
WWW: http://www.psychofx.com/easyzone/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}easyzone>0:dns/py-easyzone@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/dns/py-easyzone/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/py-easyzone
- pkg install py38-easyzone
NOTE: This is a Python port. Instead of py38-easyzone listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-easyzone
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (easyzone-1.2.2.tar.gz) = 34c7b9bad73745e332e69908a4a57abbb7ae3f6e75b37644ecf5745ee15fed98
SIZE (easyzone-1.2.2.tar.gz) = 6765
- 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-dnspython>=1.9.4 : dns/py-dnspython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-dnspython>=1.9.4 : dns/py-dnspython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- dns_py-easyzone
- USES:
- python:3.6+
- 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 |
06 Apr 2021 14:31:07 1.2.2_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.2.2_2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
1.2.2_2
|
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 |
30 Nov 2017 15:50:34
1.2.2_2 
|
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 ) |
01 Apr 2016 14:00:57
1.2.2_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
19 Oct 2014 15:43:33
1.2.2_2
|
mva  |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit) |
06 Mar 2014 15:04:35
1.2.2_2
|
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
20 Sep 2013 16:31:58
1.2.2_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
12 Oct 2012 07:08:52
1.2.2_1
|
rm  |
- convert Makefile header to new two-line format
- add dns/py-dnspython to RUN_DEPENDS too, because easyzone will not
work w/o it
- remove some redundant python specific knobs: PYDISTUTILS_NOEGGINFO,
PYDISTUTILS_PKGNAME
- use PYEASYINSTALL_EGG in pkg-plist instead of redundant passing
PORTVERSION and PYTHON_VER there
- bump PORTREVISION because of dependencies change
PR: 172446
Submitted by: rm (myself)
Approved by: Attila Nagy <bra at fsn dot hu> (maintainer, by mail)
Feature safe: yes |
10 Feb 2012 22:31:17
1.2.2
|
jgh  |
- Add new port (dns/py-easyzone)
Easyzone is a package to manage the common record types of a zone file,
including SOA records. This module sits on top of the dnspython package
and provides a higher level abstraction for common zone file manipulation
use cases.
WWW: http://www.psychofx.com/easyzone/
PR: ports/164961
Submitted by: Attila Nagy <bra at fsn.hu> |