From owner-svn-ports-all@freebsd.org Mon Apr 30 13:12:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CC70FAAAE4; Mon, 30 Apr 2018 13:12:57 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1EB77A614; Mon, 30 Apr 2018 13:12:56 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A433E13AAE; Mon, 30 Apr 2018 13:12:56 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3UDCuiX091398; Mon, 30 Apr 2018 13:12:56 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3UDCuql091395; Mon, 30 Apr 2018 13:12:56 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201804301312.w3UDCuql091395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Mon, 30 Apr 2018 13:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468697 - in head/japanese/jcode.pl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/japanese/jcode.pl: . files X-SVN-Commit-Revision: 468697 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 13:12:57 -0000 Author: nobutaka Date: Mon Apr 30 13:12:56 2018 New Revision: 468697 URL: https://svnweb.freebsd.org/changeset/ports/468697 Log: - Fix license information. - Regenerate patch by 'make makepatch' to fix portlint warning. - Add NO_ARCH. PR: 222535 Submitted by: Yasuhiro KIMURA Added: head/japanese/jcode.pl/files/LICENSE (contents, props changed) Modified: head/japanese/jcode.pl/Makefile head/japanese/jcode.pl/files/patch-jcode.pl Modified: head/japanese/jcode.pl/Makefile ============================================================================== --- head/japanese/jcode.pl/Makefile Mon Apr 30 13:01:19 2018 (r468696) +++ head/japanese/jcode.pl/Makefile Mon Apr 30 13:12:56 2018 (r468697) @@ -12,12 +12,16 @@ EXTRACT_SUFX= # none MAINTAINER= ports@FreeBSD.org COMMENT= Perl library for Japanese character code conversion -LICENSE= BSD +LICENSE= JCODE.PL +LICENSE_NAME= License of jcode.pl +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} USES= perl5 USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # none EXTRACT_AFTER_ARGS= ${WRKSRC}/${PORTNAME} Added: head/japanese/jcode.pl/files/LICENSE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/jcode.pl/files/LICENSE Mon Apr 30 13:12:56 2018 (r468697) @@ -0,0 +1,15 @@ +(Following sentences are from jcode.pl-2.13.) + +Copyright (c) 1995-2000 Kazumasa Utashiro +Internet Initiative Japan Inc. +3-13 Kanda Nishiki-cho, Chiyoda-ku, Tokyo 101-0054, Japan + +Copyright (c) 1992,1993,1994 Kazumasa Utashiro +Software Research Associates, Inc. + +Use and redistribution for ANY PURPOSE are granted as long as all +copyright notices are retained. Redistribution with modification +is allowed provided that you make your modified version obviously +distinguishable from the original one. THIS SOFTWARE IS PROVIDED +BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES ARE +DISCLAIMED. Modified: head/japanese/jcode.pl/files/patch-jcode.pl ============================================================================== --- head/japanese/jcode.pl/files/patch-jcode.pl Mon Apr 30 13:01:19 2018 (r468696) +++ head/japanese/jcode.pl/files/patch-jcode.pl Mon Apr 30 13:12:56 2018 (r468697) @@ -1,7 +1,7 @@ ---- jcode.pl.orig 2010-07-28 14:46:52.000000000 +0900 -+++ jcode.pl 2010-07-28 14:51:52.000000000 +0900 -@@ -681,7 +681,7 @@ - +--- jcode.pl.orig 2017-09-23 14:20:47 UTC ++++ jcode.pl +@@ -681,7 +681,7 @@ sub __z2h_jis { + sub z2h_euc { local(*s, $n) = @_; - &init_z2h_euc unless defined %z2h_euc; @@ -9,8 +9,8 @@ $s =~ s/($re_euc_c|$re_euc_kana)/ $z2h_euc{$1} ? ($n++, $z2h_euc{$1}) : $1 /geo; -@@ -690,7 +690,7 @@ - +@@ -690,7 +690,7 @@ sub z2h_euc { + sub z2h_sjis { local(*s, $n) = @_; - &init_z2h_sjis unless defined %z2h_sjis;