pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/ruby-unf
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 14:39:36 UTC 2024
Modified Files:
pkgsrc/converters/ruby-unf: Makefile PLIST distinfo
Log Message:
converters/ruby-unf: update to 0.2.0
0.2.0 (2024-08-18)
Features:
* Use String#unicode_normalize on Ruby >=2.2 unless unf_ext is already
loaded.
* Reduce the gem size by removing unnecessary files. (GH #22)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/ruby-unf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/ruby-unf/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/ruby-unf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/ruby-unf/Makefile
diff -u pkgsrc/converters/ruby-unf/Makefile:1.7 pkgsrc/converters/ruby-unf/Makefile:1.8
--- pkgsrc/converters/ruby-unf/Makefile:1.7 Sun Jul 30 22:32:10 2017
+++ pkgsrc/converters/ruby-unf/Makefile Wed Sep 18 14:39:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/09/18 14:39:35 taca Exp $
-DISTNAME= unf-0.1.4
+DISTNAME= unf-0.2.0
CATEGORIES= converters
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,5 @@ HOMEPAGE= https://github.com/knu/ruby-un
COMMENT= Wrapper library to bring Unicode Normalization Form support
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-unf_ext>=0.0.3:../../converters/ruby-unf_ext
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/ruby-unf/PLIST
diff -u pkgsrc/converters/ruby-unf/PLIST:1.4 pkgsrc/converters/ruby-unf/PLIST:1.5
--- pkgsrc/converters/ruby-unf/PLIST:1.4 Fri Sep 13 12:37:21 2013
+++ pkgsrc/converters/ruby-unf/PLIST Wed Sep 18 14:39:35 2024
@@ -1,19 +1,16 @@
-@comment $NetBSD: PLIST,v 1.4 2013/09/13 12:37:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/09/18 14:39:35 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.travis.yml
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/.github/workflows/test.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/ext/mkrf_conf.rb
${GEM_LIBDIR}/lib/unf.rb
${GEM_LIBDIR}/lib/unf/normalizer.rb
${GEM_LIBDIR}/lib/unf/normalizer_cruby.rb
${GEM_LIBDIR}/lib/unf/normalizer_jruby.rb
${GEM_LIBDIR}/lib/unf/version.rb
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/normalization-test.txt
-${GEM_LIBDIR}/test/test_unf.rb
${GEM_LIBDIR}/unf.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/converters/ruby-unf/distinfo
diff -u pkgsrc/converters/ruby-unf/distinfo:1.9 pkgsrc/converters/ruby-unf/distinfo:1.10
--- pkgsrc/converters/ruby-unf/distinfo:1.9 Tue Oct 26 10:06:52 2021
+++ pkgsrc/converters/ruby-unf/distinfo Wed Sep 18 14:39:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:06:52 nia Exp $
+$NetBSD: distinfo,v 1.10 2024/09/18 14:39:35 taca Exp $
-BLAKE2s (unf-0.1.4.gem) = 1de6f2b0b3b44ca8d230911552956eabf076a44c03beeb420554be50451a962e
-SHA512 (unf-0.1.4.gem) = a4784afa8b852497f758d1b6cdcf095eb9e5397a36c97b1f22b53cf8077cfedbf83fdcda36f359acf59ba61f1ab8b706ddd31d097afbc98a40d2dbd0f934292b
-Size (unf-0.1.4.gem) = 120320 bytes
+BLAKE2s (unf-0.2.0.gem) = 33f747ec2e36c506c3ae9711839479d175d82a9b2288fbacf9d434599efcc270
+SHA512 (unf-0.2.0.gem) = 916863d31313ef6d87c9b4d3d14dec51d764132589c838347e08a57a09ca97419fe4e9a00cced1ffb6083f106a7736217c72029dd3946c756c09b4f3b5355b48
+Size (unf-0.2.0.gem) = 8192 bytes
Home |
Main Index |
Thread Index |
Old Index