pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-simpleidn



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Aug 25 14:53:03 UTC 2019

Added Files:
        pkgsrc/devel/ruby-simpleidn: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-simpleidn/DESCR \
    pkgsrc/devel/ruby-simpleidn/Makefile pkgsrc/devel/ruby-simpleidn/PLIST \
    pkgsrc/devel/ruby-simpleidn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-simpleidn/DESCR
diff -u /dev/null pkgsrc/devel/ruby-simpleidn/DESCR:1.1
--- /dev/null   Sun Aug 25 14:53:03 2019
+++ pkgsrc/devel/ruby-simpleidn/DESCR   Sun Aug 25 14:53:03 2019
@@ -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.
Index: pkgsrc/devel/ruby-simpleidn/Makefile
diff -u /dev/null pkgsrc/devel/ruby-simpleidn/Makefile:1.1
--- /dev/null   Sun Aug 25 14:53:03 2019
+++ pkgsrc/devel/ruby-simpleidn/Makefile        Sun Aug 25 14:53:03 2019
@@ -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"
Index: pkgsrc/devel/ruby-simpleidn/PLIST
diff -u /dev/null pkgsrc/devel/ruby-simpleidn/PLIST:1.1
--- /dev/null   Sun Aug 25 14:53:03 2019
+++ pkgsrc/devel/ruby-simpleidn/PLIST   Sun Aug 25 14:53:03 2019
@@ -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
Index: pkgsrc/devel/ruby-simpleidn/distinfo
diff -u /dev/null pkgsrc/devel/ruby-simpleidn/distinfo:1.1
--- /dev/null   Sun Aug 25 14:53:03 2019
+++ pkgsrc/devel/ruby-simpleidn/distinfo        Sun Aug 25 14:53:03 2019
@@ -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