From 0d0680372b6d2d56f3fe3f543e868447b4d530fa Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 18 Sep 2024 14:39:35 +0000 Subject: [PATCH] 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) --- converters/ruby-unf/Makefile | 6 ++---- converters/ruby-unf/PLIST | 11 ++++------- converters/ruby-unf/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/converters/ruby-unf/Makefile b/converters/ruby-unf/Makefile index 52e06c0b5654..5e93090dd305 100644 --- a/converters/ruby-unf/Makefile +++ b/converters/ruby-unf/Makefile @@ -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 @@ -8,7 +8,5 @@ HOMEPAGE= /~https://github.com/knu/ruby-unf 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" diff --git a/converters/ruby-unf/PLIST b/converters/ruby-unf/PLIST index 964957baddff..b2bd45e83909 100644 --- a/converters/ruby-unf/PLIST +++ b/converters/ruby-unf/PLIST @@ -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 diff --git a/converters/ruby-unf/distinfo b/converters/ruby-unf/distinfo index 65e7a8ed70e0..dcbe5694d333 100644 --- a/converters/ruby-unf/distinfo +++ b/converters/ruby-unf/distinfo @@ -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