Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 19:30:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550298 - in head/dns: . rubygem-zonefile
Message-ID:  <202009271930.08RJUCx1034372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 27 19:30:12 2020
New Revision: 550298
URL: https://svnweb.freebsd.org/changeset/ports/550298

Log:
  Add rubygem-zonefile 1.06
  
  Ruby Zonefile - Parse and manipulate DNS Zone Files
  
  This class can read, manipulate and create DNS zone files. It supports A, AAAA,
  MX, NS, SOA, TXT, CNAME, PTR and SRV records. The data can be accessed by the
  instance method of the same name. All except SOA return an array of hashes
  containing the named data. SOA directly returns the hash since there can only be
  one SOA information.
  
  WWW: https://github.com/boesemar/zonefile

Added:
  head/dns/rubygem-zonefile/
  head/dns/rubygem-zonefile/Makefile   (contents, props changed)
  head/dns/rubygem-zonefile/distinfo   (contents, props changed)
  head/dns/rubygem-zonefile/pkg-descr   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Sun Sep 27 19:30:02 2020	(r550297)
+++ head/dns/Makefile	Sun Sep 27 19:30:12 2020	(r550298)
@@ -214,6 +214,7 @@
     SUBDIR += rubygem-public_suffix_service
     SUBDIR += rubygem-simpleidn
     SUBDIR += rubygem-validates_hostname
+    SUBDIR += rubygem-zonefile
     SUBDIR += samba-nsupdate
     SUBDIR += scavenge
     SUBDIR += sheerdns

Added: head/dns/rubygem-zonefile/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-zonefile/Makefile	Sun Sep 27 19:30:12 2020	(r550298)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	zonefile
+PORTVERSION=	1.06
+CATEGORIES=	dns rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Library to manipulate BIND compatible Zonefiles (RFC1035)
+
+LICENSE=	MIT
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/dns/rubygem-zonefile/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-zonefile/distinfo	Sun Sep 27 19:30:12 2020	(r550298)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601021622
+SHA256 (rubygem/zonefile-1.06.gem) = 86e69db76af9d9e2a54229919681960ba0307f6b45eab29898affb24bbcd4631
+SIZE (rubygem/zonefile-1.06.gem) = 12800

Added: head/dns/rubygem-zonefile/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/rubygem-zonefile/pkg-descr	Sun Sep 27 19:30:12 2020	(r550298)
@@ -0,0 +1,9 @@
+Ruby Zonefile - Parse and manipulate DNS Zone Files
+
+This class can read, manipulate and create DNS zone files. It supports A, AAAA,
+MX, NS, SOA, TXT, CNAME, PTR and SRV records. The data can be accessed by the
+instance method of the same name. All except SOA return an array of hashes
+containing the named data. SOA directly returns the hash since there can only be
+one SOA information.
+
+WWW: https://github.com/boesemar/zonefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271930.08RJUCx1034372>