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:   taca
Date:           Tue Aug  8 00:35:12 UTC 2023

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

Log Message:
ruby-simpleidn: restore removed package

ruby-simpleidn is still required by net/ruby-dnsruby package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/ruby-simpleidn/DESCR
cvs rdiff -u -r0 -r1.6 pkgsrc/devel/ruby-simpleidn/Makefile
cvs rdiff -u -r0 -r1.4 pkgsrc/devel/ruby-simpleidn/PLIST
cvs rdiff -u -r0 -r1.7 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.3
--- /dev/null   Tue Aug  8 00:35:12 2023
+++ pkgsrc/devel/ruby-simpleidn/DESCR   Tue Aug  8 00:35:11 2023
@@ -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.6
--- /dev/null   Tue Aug  8 00:35:12 2023
+++ pkgsrc/devel/ruby-simpleidn/Makefile        Tue Aug  8 00:35:11 2023
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.6 2023/08/08 00:35:11 taca Exp $
+
+DISTNAME=      simpleidn-0.2.1
+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
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-unf>=0.1.4<0.2:../../converters/ruby-unf
+
+USE_LANGUAGES= # none
+
+.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.4
--- /dev/null   Tue Aug  8 00:35:12 2023
+++ pkgsrc/devel/ruby-simpleidn/PLIST   Tue Aug  8 00:35:11 2023
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.4 2023/08/08 00:35:11 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENCE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/simpleidn.rb
+${GEM_LIBDIR}/lib/simpleidn/uts46mapping.rb
+${GEM_LIBDIR}/lib/simpleidn/version.rb
+${GEM_LIBDIR}/simpleidn.gemspec
+${GEM_LIBDIR}/tables/IdnaMappingTable.txt
+${GEM_LIBDIR}/tables/generate_mapping_table.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-simpleidn/distinfo
diff -u /dev/null pkgsrc/devel/ruby-simpleidn/distinfo:1.7
--- /dev/null   Tue Aug  8 00:35:12 2023
+++ pkgsrc/devel/ruby-simpleidn/distinfo        Tue Aug  8 00:35:11 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.7 2023/08/08 00:35:11 taca Exp $
+
+BLAKE2s (simpleidn-0.2.1.gem) = 894acbf4aaee175b32ae024997887ae420b2abb0bd7a7dc3525fec5344481d77
+SHA512 (simpleidn-0.2.1.gem) = 98a45bbce6c2f41f2efffc495ae4885904fdf9e16970a82089bbe692df15da08c35f752a8745d6cd84494b4541f5597541a5f4f1d54bb057462eeef5aad79b73
+Size (simpleidn-0.2.1.gem) = 140800 bytes



Home | Main Index | Thread Index | Old Index