diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-11 06:31:17 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-11 06:31:17 +0800 |
commit | 5bf92783473ae4fd64cc667082aa02e20ed01bc1 (patch) | |
tree | 56e35fb03d29bab17530761ebc7930f284930fca /dns/py-easyzone/pkg-descr | |
parent | f0c9f3a6e024031a8c7ff4d00357aae1533f8ff5 (diff) | |
download | freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.tar.gz freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.tar.zst freebsd-ports-gnome-5bf92783473ae4fd64cc667082aa02e20ed01bc1.zip |
- 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>
Diffstat (limited to 'dns/py-easyzone/pkg-descr')
-rw-r--r-- | dns/py-easyzone/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns/py-easyzone/pkg-descr b/dns/py-easyzone/pkg-descr new file mode 100644 index 000000000000..f98edf28bc73 --- /dev/null +++ b/dns/py-easyzone/pkg-descr @@ -0,0 +1,6 @@ +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/ |