Date: Mon, 20 Mar 2017 00:28:57 +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: r436526 - in head/dns: . rubygem-simpleidn Message-ID: <201703200028.v2K0Svj8013386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 20 00:28:57 2017 New Revision: 436526 URL: https://svnweb.freebsd.org/changeset/ports/436526 Log: 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> Added: head/dns/rubygem-simpleidn/ head/dns/rubygem-simpleidn/Makefile (contents, props changed) head/dns/rubygem-simpleidn/distinfo (contents, props changed) head/dns/rubygem-simpleidn/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Mon Mar 20 00:28:52 2017 (r436525) +++ head/dns/Makefile Mon Mar 20 00:28:57 2017 (r436526) @@ -194,6 +194,7 @@ SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix SUBDIR += rubygem-public_suffix_service + SUBDIR += rubygem-simpleidn SUBDIR += samba-nsupdate SUBDIR += scavenge SUBDIR += sheerdns Added: head/dns/rubygem-simpleidn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/Makefile Mon Mar 20 00:28:57 2017 (r436526) @@ -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> Added: head/dns/rubygem-simpleidn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/distinfo Mon Mar 20 00:28:57 2017 (r436526) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489895050 +SHA256 (rubygem/simpleidn-0.0.7.gem) = 8274c4a150c32cba1e35ad60462e147a3e3898f8ddcb5a0292fa2616c6273f93 +SIZE (rubygem/simpleidn-0.0.7.gem) = 8704 Added: head/dns/rubygem-simpleidn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/pkg-descr Mon Mar 20 00:28:57 2017 (r436526) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703200028.v2K0Svj8013386>