Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 359A97A167 for ; Tue, 18 Apr 2017 00:44:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A089084CEE; Tue, 18 Apr 2017 00:44:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F2BD84D80 for ; Tue, 18 Apr 2017 00:44:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id klivVwjRmcn4 for ; Tue, 18 Apr 2017 00:44:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 769E984CEE for ; Tue, 18 Apr 2017 00:44:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E07FFBE4; Tue, 18 Apr 2017 00:44:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149247626755310" MIME-Version: 1.0 Date: Tue, 18 Apr 2017 00:44:27 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/textproc/ruby-itex2MML To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170418004427.6E07FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149247626755310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Apr 18 00:44:27 UTC 2017 Modified Files: pkgsrc/textproc/ruby-itex2MML: Makefile PLIST distinfo pkgsrc/textproc/ruby-itex2MML/patches: patch-aa Removed Files: pkgsrc/textproc/ruby-itex2MML/patches: patch-itex2MML.y Log Message: Update ruby-itex2MML to 1.5.5 Changelog unavailable. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-itex2MML/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-itex2MML/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ruby-itex2MML/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-itex2MML/patches/patch-aa cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/ruby-itex2MML/patches/patch-itex2MML.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149247626755310 Content-Disposition: inline Content-Length: 7070 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-itex2MML/Makefile diff -u pkgsrc/textproc/ruby-itex2MML/Makefile:1.9 pkgsrc/textproc/ruby-itex2MML/Makefile:1.10 --- pkgsrc/textproc/ruby-itex2MML/Makefile:1.9 Thu Oct 25 06:56:57 2012 +++ pkgsrc/textproc/ruby-itex2MML/Makefile Tue Apr 18 00:44:27 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/25 06:56:57 asau Exp $ +# $NetBSD: Makefile,v 1.10 2017/04/18 00:44:27 minskim Exp $ DISTNAME= itexToMML PKGNAME= ${RUBY_PKGPREFIX}-itex2MML-${ITEX2MML_VERSION} @@ -13,14 +13,14 @@ LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2 OR mp BUILD_DEPENDS+= swig>=1.3:../../devel/swig -ITEX2MML_VERSION= 1.4.5 +ITEX2MML_VERSION= 1.5.5 USE_TOOLS+= bison flex gmake WRKSRC= ${WRKDIR}/${DISTNAME}/itex-src BUILD_TARGET= ruby INSTALL_TARGET= install_ruby -INSTALLATION_DIRS+= ${RUBY_VENDORARCHLIB} +INSTALLATION_DIRS+= ${RUBY_SITEARCHLIB} MAKE_ENV+= RUBY=${RUBY:Q} .include "../../lang/ruby/modules.mk" Index: pkgsrc/textproc/ruby-itex2MML/PLIST diff -u pkgsrc/textproc/ruby-itex2MML/PLIST:1.3 pkgsrc/textproc/ruby-itex2MML/PLIST:1.4 --- pkgsrc/textproc/ruby-itex2MML/PLIST:1.3 Fri Sep 10 08:15:55 2010 +++ pkgsrc/textproc/ruby-itex2MML/PLIST Tue Apr 18 00:44:27 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2010/09/10 08:15:55 taca Exp $ -${RUBY_VENDORLIB}/itex_stringsupport.rb -${RUBY_VENDORLIB}/itextomml.rb -${RUBY_VENDORARCHLIB}/itex2MML.${RUBY_DLEXT} +@comment $NetBSD: PLIST,v 1.4 2017/04/18 00:44:27 minskim Exp $ +${RUBY_SITELIB}/itex_stringsupport.rb +${RUBY_SITELIB}/itextomml.rb +${RUBY_SITEARCHLIB}/itex2MML.${RUBY_DLEXT} Index: pkgsrc/textproc/ruby-itex2MML/distinfo diff -u pkgsrc/textproc/ruby-itex2MML/distinfo:1.8 pkgsrc/textproc/ruby-itex2MML/distinfo:1.9 --- pkgsrc/textproc/ruby-itex2MML/distinfo:1.8 Wed Nov 4 02:00:08 2015 +++ pkgsrc/textproc/ruby-itex2MML/distinfo Tue Apr 18 00:44:27 2017 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 02:00:08 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/04/18 00:44:27 minskim Exp $ -SHA1 (itex2MML-1.4.5/itexToMML.tar.gz) = 11631ab52daab19cf315dbe6da75b4b3a32416bb -RMD160 (itex2MML-1.4.5/itexToMML.tar.gz) = 0b68c9c81e305206e7908d994618b8bb161fa6c6 -SHA512 (itex2MML-1.4.5/itexToMML.tar.gz) = 03116aa7e8c63135f3d454cbd09b2e2e579bf219cb4222ec1e69a1a11a284f0bc8422d3059a6ebad05dbfab40cb979a1ebeff8acacb173d067b50b6e88c471bb -Size (itex2MML-1.4.5/itexToMML.tar.gz) = 166814 bytes -SHA1 (patch-aa) = 3fac9c3621424c80511163f0229c705c51f09bf6 -SHA1 (patch-itex2MML.y) = b082b5c10c3910e61312855abcd1299f7cb51e1c +SHA1 (itex2MML-1.5.5/itexToMML.tar.gz) = 05c64ac84e20458fecdedb13cd03cd2c72736461 +RMD160 (itex2MML-1.5.5/itexToMML.tar.gz) = 6088d89b567b5cb7a4b0c5fc80ad0c4f0a18ee0a +SHA512 (itex2MML-1.5.5/itexToMML.tar.gz) = 452436fe6f72d2c99c2bf3aec0d5d74d0bd754b6f54948428e45f50b037927a64ae3148386c387d3065d35392c3744ec6467d3e6fb8c25d46a3872d92d35ce2d +Size (itex2MML-1.5.5/itexToMML.tar.gz) = 155205 bytes +SHA1 (patch-aa) = 26ff67a98dac373230054efb63098846c782ca40 Index: pkgsrc/textproc/ruby-itex2MML/patches/patch-aa diff -u pkgsrc/textproc/ruby-itex2MML/patches/patch-aa:1.5 pkgsrc/textproc/ruby-itex2MML/patches/patch-aa:1.6 --- pkgsrc/textproc/ruby-itex2MML/patches/patch-aa:1.5 Sat Sep 19 15:42:44 2015 +++ pkgsrc/textproc/ruby-itex2MML/patches/patch-aa Tue Apr 18 00:44:27 2017 @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.5 2015/09/19 15:42:44 taca Exp $ +$NetBSD: patch-aa,v 1.6 2017/04/18 00:44:27 minskim Exp $ * Make ruby and swig commands are settable. * support DESTDIR. * Add an include directory for ruby 1.9 and later. * Fix build for Ruby 2.2 and later. ---- Makefile.orig 2010-06-09 17:13:08.000000000 +0000 +--- Makefile.orig 2016-08-15 17:12:01.000000000 +0000 +++ Makefile @@ -1,9 +1,8 @@ #YACC=yacc @@ -19,48 +19,7 @@ $NetBSD: patch-aa,v 1.5 2015/09/19 15:42 RM=rm -f INSTALL=install -c -@@ -37,18 +36,19 @@ clean: - install: itex2MML - $(INSTALL) itex2MML $(BINDIR) - --RUBY_CFLAGS = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["CFLAGS"]') --RUBY_LD = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["LDSHARED"]') --RUBYLIBDIR =$(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["libdir"]') --RUBY_PREFIX = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["rubylibdir"]') --RUBY_ARCH = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["arch"]') --RUBYDIR = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["archdir"]') --RUBYHDRDIR = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["rubyhdrdir"]') --RUBY_SITEDIR = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["sitelibdir"]') --RUBY_SITEARCHDIR = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["sitearchdir"]') --LIBRUBYARG = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["LIBRUBYARG"]') --DYLIB_EXT = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["DLEXT"]') --RUBY_target_os = $(shell $(RUBY) -e 'require "rbconfig"; print Config::CONFIG["target_os"]') -+RUBY_CFLAGS = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["CFLAGS"]') -+RUBY_LD = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["LDSHARED"]') -+RUBYLIBDIR =$(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["libdir"]') -+RUBY_PREFIX = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["rubylibdir"]') -+RUBY_ARCH = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["arch"]') -+RUBYDIR = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["archdir"]') -+RUBYHDRDIR = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["rubyhdrdir"]') -+RUBY_SITEDIR = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["vendorlibdir"]') -+RUBY_SITEARCHDIR = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["vendorarchdir"]') -+LIBRUBYARG = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["LIBRUBYARG"]') -+DYLIB_EXT = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["DLEXT"]') -+RUBY_target_os = $(shell $(RUBY) -e 'require "rbconfig"; print RbConfig::CONFIG["target_os"]') -+RUBYARCHINCLUDE = $(shell $(RUBY) -e 'require "rbconfig"; if RbConfig::CONFIG["ruby_version"] > "1.8"; print "-I" + File.join(RbConfig::CONFIG["rubyhdrdir"], RbConfig::CONFIG["arch"]); end ') - - ifneq (, $(findstring darwin, $(RUBY_target_os)) ) - EXTRA_CFLAGS = -DHAVE_SNPRINTF -DHAVE_STRUCT_TIMESPEC -DHAVE_STRUCT_TIMEZONE -@@ -62,7 +62,7 @@ itex2MML_ruby.c: itex2MML.i - $(SWIG) -ruby -o itex2MML_ruby.c itex2MML.i - - itex2MML_ruby.o: itex2MML_ruby.c -- $(CC) $(RUBY_CFLAGS) $(EXTRA_CFLAGS) -c itex2MML_ruby.c -I$(RUBYHDRDIR) -I$(RUBYDIR) -o itex2MML_ruby.o -+ $(CC) $(RUBY_CFLAGS) $(EXTRA_CFLAGS) -c itex2MML_ruby.c -I$(RUBYHDRDIR) $(RUBYARCHINCLUDE) -I$(RUBYDIR) -o itex2MML_ruby.o - - y.tab_ruby.o: y.tab.c - $(CC) $(RUBY_CFLAGS) -Ditex2MML_CAPTURE -c -o y.tab_ruby.o y.tab.c -@@ -77,5 +77,5 @@ test_ruby: +@@ -77,5 +76,5 @@ test_ruby: $(RUBY) ./itextomml.rb install_ruby: itex2MML.$(DYLIB_EXT) --_----------=_149247626755310--