pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-idn devel/ruby-idn: added idn-ruby-0.1.0 ge...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef0cf38e162d
branches: trunk
changeset: 373183:ef0cf38e162d
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Sat Dec 30 04:34:58 2017 +0000
description:
devel/ruby-idn: added idn-ruby-0.1.0 gem as ruby-idn-0.1.0.
This gem is required by forthcoming twitter-text-2.1.0 gem.
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.
diffstat:
devel/ruby-idn/DESCR | 7 +++++++
devel/ruby-idn/Makefile | 14 ++++++++++++++
devel/ruby-idn/PLIST | 21 +++++++++++++++++++++
devel/ruby-idn/distinfo | 6 ++++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r e392e2b61ade -r ef0cf38e162d devel/ruby-idn/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-idn/DESCR Sat Dec 30 04:34:58 2017 +0000
@@ -0,0 +1,7 @@
+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.
diff -r e392e2b61ade -r ef0cf38e162d devel/ruby-idn/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-idn/Makefile Sat Dec 30 04:34:58 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/12/30 04:34:58 tsutsui Exp $
+
+DISTNAME= idn-ruby-0.1.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
+CATEGORIES= devel
+
+MAINTAINER= tsutsui%NetBSD.org@localhost
+HOMEPAGE= https://github.com/deepfryed/idn-ruby
+COMMENT= Ruby Bindings for the GNU LibIDN library
+LICENSE= apache-2.0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../devel/libidn/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e392e2b61ade -r ef0cf38e162d devel/ruby-idn/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-idn/PLIST Sat Dec 30 04:34:58 2017 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/30 04:34:58 tsutsui Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/idn.${RUBY_DLEXT}
+${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/NOTICE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/extconf.rb
+${GEM_LIBDIR}/ext/idn.c
+${GEM_LIBDIR}/ext/idn.h
+${GEM_LIBDIR}/ext/idna.c
+${GEM_LIBDIR}/ext/punycode.c
+${GEM_LIBDIR}/ext/stringprep.c
+${GEM_LIBDIR}/lib/idn.${RUBY_DLEXT}
+${GEM_LIBDIR}/test/tc_Idna.rb
+${GEM_LIBDIR}/test/tc_Punycode.rb
+${GEM_LIBDIR}/test/tc_Stringprep.rb
+${GEM_LIBDIR}/test/ts_IDN.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e392e2b61ade -r ef0cf38e162d devel/ruby-idn/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-idn/distinfo Sat Dec 30 04:34:58 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/30 04:34:58 tsutsui Exp $
+
+SHA1 (idn-ruby-0.1.0.gem) = e6b1204fa62f2c96c3c62f80f5c82b0d2050002e
+RMD160 (idn-ruby-0.1.0.gem) = 26d84e817eed9fe639250bd2a687d646d8839d95
+SHA512 (idn-ruby-0.1.0.gem) = 5356266daefabfc5213f91c419ee1beb91972510bb016e7beac9719c501c643f9c35335ea8a46da1c1905a30d02d4b1cbec0f0ebb080ce2683faf8f29422295c
+Size (idn-ruby-0.1.0.gem) = 17408 bytes
Home |
Main Index |
Thread Index |
Old Index