aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-simpleidn
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-20 00:28:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-20 00:28:57 +0000
commitd07ce734c1f664f5ff90d2bac8ac9d1b3e8a8fa5 (patch)
tree2873f5a8a1e2e722e3bb65c0c507be1b8ed9ad42 /dns/rubygem-simpleidn
parent05847c62be938e97c38838161b7e52fce4a8aa94 (diff)
downloadports-d07ce734c1f664f5ff90d2bac8ac9d1b3e8a8fa5.tar.gz
ports-d07ce734c1f664f5ff90d2bac8ac9d1b3e8a8fa5.zip
Add rubygem-simpleidn 0.0.7
SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa. WWW: https://github.com/mmriis/simpleidn PR: 217910 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
Notes
Notes: svn path=/head/; revision=436526
Diffstat (limited to 'dns/rubygem-simpleidn')
-rw-r--r--dns/rubygem-simpleidn/Makefile19
-rw-r--r--dns/rubygem-simpleidn/distinfo3
-rw-r--r--dns/rubygem-simpleidn/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/dns/rubygem-simpleidn/Makefile b/dns/rubygem-simpleidn/Makefile
new file mode 100644
index 000000000000..a3d41a5be5ac
--- /dev/null
+++ b/dns/rubygem-simpleidn/Makefile
@@ -0,0 +1,19 @@
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
+# $FreeBSD$
+
+PORTNAME= simpleidn
+PORTVERSION= 0.0.7
+CATEGORIES= dns rubygems
+MASTER_SITES= RG
+
+MAINTAINER= douglas@douglasthrift.net
+COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENCE
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/dns/rubygem-simpleidn/distinfo b/dns/rubygem-simpleidn/distinfo
new file mode 100644
index 000000000000..4889394b71b9
--- /dev/null
+++ b/dns/rubygem-simpleidn/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489895050
+SHA256 (rubygem/simpleidn-0.0.7.gem) = 8274c4a150c32cba1e35ad60462e147a3e3898f8ddcb5a0292fa2616c6273f93
+SIZE (rubygem/simpleidn-0.0.7.gem) = 8704
diff --git a/dns/rubygem-simpleidn/pkg-descr b/dns/rubygem-simpleidn/pkg-descr
new file mode 100644
index 000000000000..451a2e2e68d5
--- /dev/null
+++ b/dns/rubygem-simpleidn/pkg-descr
@@ -0,0 +1,4 @@
+SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode
+UTF-8 strings and visa versa.
+
+WWW: https://github.com/mmriis/simpleidn