Date: Tue, 25 Jul 2017 19:46:46 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446619 - in head/dns: . rubygem-idn-ruby Message-ID: <201707251946.v6PJkkO0056357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Jul 25 19:46:46 2017 New Revision: 446619 URL: https://svnweb.freebsd.org/changeset/ports/446619 Log: dns/rubygem-idn-ruby: Ruby Bindings for the GNU LibIDN library WWW: https://github.com/deepfryed/idn-ruby Added: head/dns/rubygem-idn-ruby/ head/dns/rubygem-idn-ruby/Makefile (contents, props changed) head/dns/rubygem-idn-ruby/distinfo (contents, props changed) head/dns/rubygem-idn-ruby/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Jul 25 18:17:55 2017 (r446618) +++ head/dns/Makefile Tue Jul 25 19:46:46 2017 (r446619) @@ -192,6 +192,7 @@ SUBDIR += renewck SUBDIR += rpsl2acl SUBDIR += rubygem-dnsruby + SUBDIR += rubygem-idn-ruby SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix SUBDIR += rubygem-public_suffix_service Added: head/dns/rubygem-idn-ruby/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-idn-ruby/Makefile Tue Jul 25 19:46:46 2017 (r446619) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= idn-ruby +PORTVERSION= 0.1.0 +CATEGORIES= dns rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@FreeBSD.org +COMMENT= LibIDN Ruby Bindings + +LICENSE= APACHE20 + +LIB_DEPENDS= libunwind.so:devel/libunwind \ + libidn.so:dns/libidn + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/dns/rubygem-idn-ruby/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-idn-ruby/distinfo Tue Jul 25 19:46:46 2017 (r446619) @@ -0,0 +1,3 @@ +TIMESTAMP = 1501011358 +SHA256 (rubygem/idn-ruby-0.1.0.gem) = 99abba21c66e61fa16f2ddb2a507b4fd5a8d84ece77711f0d2e2bc313da36b1f +SIZE (rubygem/idn-ruby-0.1.0.gem) = 17408 Added: head/dns/rubygem-idn-ruby/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-idn-ruby/pkg-descr Tue Jul 25 19:46:46 2017 (r446619) @@ -0,0 +1,10 @@ +Ruby Bindings for the GNU LibIDN library, an implementation of the +Stringprep, Punycode and IDNA specifications defined by the IETF +Internationalized Domain Names (IDN) working group. + +Included are the most important parts of the Stringprep, Punycode and +IDNA APIs like performing Stringprep processings, encoding to and +decoding from Punycode strings and converting entire domain names to and +from the ACE encoded form. + +WWW: https://github.com/deepfryed/idn-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707251946.v6PJkkO0056357>