pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-simpleidn devel/ruby-simpleidn: added simpl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f3f9a896cb5
branches: trunk
changeset: 400233:1f3f9a896cb5
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Sun Aug 25 14:53:03 2019 +0000
description:
devel/ruby-simpleidn: added simpleidn-0.0.9 gem as ruby-simpleidn-0.0.9.
This gem is required by forthcoming twitter-text-simpleidn-3.0.0.0 gem,
a forked version of twitter-text without libIDN dependency.
Simpleidn gem allows easy conversion from punycode ACE strings to
unicode UTF-8 strings and visa versa.
The implementation is heavily based on the RFC3492 C example
implementation but simplified since it does not preserve case.
diffstat:
devel/ruby-simpleidn/DESCR | 4 ++++
devel/ruby-simpleidn/Makefile | 13 +++++++++++++
devel/ruby-simpleidn/PLIST | 10 ++++++++++
devel/ruby-simpleidn/distinfo | 6 ++++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r ea02614436be -r 1f3f9a896cb5 devel/ruby-simpleidn/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simpleidn/DESCR Sun Aug 25 14:53:03 2019 +0000
@@ -0,0 +1,4 @@
+Simpleidn gem allows easy conversion from punycode ACE strings to
+unicode UTF-8 strings and visa versa.
+The implementation is heavily based on the RFC3492 C example
+implementation but simplified since it does not preserve case.
diff -r ea02614436be -r 1f3f9a896cb5 devel/ruby-simpleidn/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simpleidn/Makefile Sun Aug 25 14:53:03 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2019/08/25 14:53:03 tsutsui Exp $
+
+DISTNAME= simpleidn-0.0.9
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= tsutsui%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mmriis/simpleidn
+COMMENT= Punycode ACE to unicode UTF-8 (and vice-verse) string conversion
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea02614436be -r 1f3f9a896cb5 devel/ruby-simpleidn/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simpleidn/PLIST Sun Aug 25 14:53:03 2019 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/25 14:53:03 tsutsui Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENCE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/simpleidn.rb
+${GEM_LIBDIR}/simpleidn.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r ea02614436be -r 1f3f9a896cb5 devel/ruby-simpleidn/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-simpleidn/distinfo Sun Aug 25 14:53:03 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/25 14:53:03 tsutsui Exp $
+
+SHA1 (simpleidn-0.0.9.gem) = 8f39433e9825783c95866461f8318f206b5d9852
+RMD160 (simpleidn-0.0.9.gem) = dddd6969274279736c5ab77d16a18143db3b6954
+SHA512 (simpleidn-0.0.9.gem) = 176b7ec19c6402ae980e00cb0af5fa53dc8fdae98a9ee2a6cad7fc94e7a4f9c32ec0a20b8e4c1a8a60b6f0e67f1a060b08c64be8ee6b9914bb04350e51bef750
+Size (simpleidn-0.0.9.gem) = 8704 bytes
Home |
Main Index |
Thread Index |
Old Index