aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-11-03 15:02:12 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-11-03 15:02:12 +0000
commit04e8b6fd67eb34dee1049b63c88fb42ec679d6fd (patch)
treef071b558b0e49b87985464005d9576af7ead2ec2 /dns
parent58c4daa03bb4ac29b5b23f94fae26aa3840704c7 (diff)
downloadports-04e8b6fd67eb34dee1049b63c88fb42ec679d6fd.tar.gz
ports-04e8b6fd67eb34dee1049b63c88fb42ec679d6fd.zip
MFH: r515442
New port required for gitlab-ce 12.4 upgrade. Approved by: ports-secteam (miwi)
Notes
Notes: svn path=/branches/2019Q4/; revision=516424
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/rubygem-gitlab-net-dns/Makefile20
-rw-r--r--dns/rubygem-gitlab-net-dns/distinfo3
-rw-r--r--dns/rubygem-gitlab-net-dns/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index d38564a844ce..c964044fdc34 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -213,6 +213,7 @@
SUBDIR += renewck
SUBDIR += rpsl2acl
SUBDIR += rubygem-dnsruby
+ SUBDIR += rubygem-gitlab-net-dns
SUBDIR += rubygem-idn-ruby
SUBDIR += rubygem-net-dns
SUBDIR += rubygem-public_suffix
diff --git a/dns/rubygem-gitlab-net-dns/Makefile b/dns/rubygem-gitlab-net-dns/Makefile
new file mode 100644
index 000000000000..24c353837ba0
--- /dev/null
+++ b/dns/rubygem-gitlab-net-dns/Makefile
@@ -0,0 +1,20 @@
+# Created by: rpsfa@rit.edu
+# $FreeBSD$
+
+PORTNAME= gitlab-net-dns
+PORTVERSION= 0.9.1
+CATEGORIES= dns rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Pure Ruby DNS library
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/dns/rubygem-gitlab-net-dns/distinfo b/dns/rubygem-gitlab-net-dns/distinfo
new file mode 100644
index 000000000000..4d4402f45687
--- /dev/null
+++ b/dns/rubygem-gitlab-net-dns/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1571855547
+SHA256 (rubygem/gitlab-net-dns-0.9.1.gem) = bcd1a08dcb31b731e8ff602d828de619d2d9f53f5812f6abacf11c720873d4cb
+SIZE (rubygem/gitlab-net-dns-0.9.1.gem) = 54272
diff --git a/dns/rubygem-gitlab-net-dns/pkg-descr b/dns/rubygem-gitlab-net-dns/pkg-descr
new file mode 100644
index 000000000000..468bb33ffe0e
--- /dev/null
+++ b/dns/rubygem-gitlab-net-dns/pkg-descr
@@ -0,0 +1,4 @@
+Net::DNS is a pure Ruby DNS library, with a clean
+OO interface and an extensible API
+
+WWW: https://gitlab.com/gitlab-org/gitlab-net-dns