From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 21 19:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 43E9573E for ; Sat, 21 Sep 2013 19:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2162D2512 for ; Sat, 21 Sep 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LJe087013010 for ; Sat, 21 Sep 2013 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8LJe0JK013008; Sat, 21 Sep 2013 19:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Sep 2013 19:40:00 GMT Resent-Message-Id: <201309211940.r8LJe0JK013008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9F56F72F for ; Sat, 21 Sep 2013 19:38:48 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 2B89A2508 for ; Sat, 21 Sep 2013 19:38:47 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 521D261F9D; Sun, 22 Sep 2013 04:38:46 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 251C04E64E; Sun, 22 Sep 2013 04:38:46 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id EDD714E63F; Sun, 22 Sep 2013 04:38:45 +0900 (JST) Message-Id: <20130921193845.EDD714E63F@eastasia.home.utahime.org> Date: Sun, 22 Sep 2013 04:38:45 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182285: [PATCH] japanese/csrd: take maintainership and etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 19:40:01 -0000 >Number: 182285 >Category: ports >Synopsis: [PATCH] japanese/csrd: take maintainership and etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 21 19:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0 r255449: Tue Sep 10 22:31:57 JST 2013 xxxx amd64 >Description: - Take maintainership. - Add patch to fix reglur expression bug. - csrd.fmt (format file) and csrd.gai (gaiji file) are installed in DATADIR, and quiet.fmt (another format file) and quiet.gai (another gaiji file) are alose installed there. - Move information of Japanese document and sample setting of csrd.rc from pkg-descr to pkg-message. - Add license information. - Add new DOCS option. - Replace pkg-plist with PLIST_DIRS and PLIST_FILES >How-To-Repeat: >Fix: --- patch-ja-csrd begins here --- Index: Makefile =================================================================== --- Makefile (revision 327787) +++ Makefile (working copy) @@ -3,21 +3,52 @@ PORTNAME= csrd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/csrd/ -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://green.ribbon.to/~ikazuhiro/dic/files/ +PATCHFILES= csrd.c.diff.gz + +MAINTAINER= yasu@utahime.org COMMENT= Utility for Shogakukan Random House English-Japanese Dictionary +LICENSE= PUBLIC_DOMAIN +LICENSE_NAME= Public Domain +LICENSE_FILE= ${WRKSRC}/csrd.doc +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + MAKEFILE= makefile.unx ALL_TARGET= csrd +OPTIONS_DEFINE= DOCS + +PLIST_DIRS= %%DATADIR%% +PLIST_FILES= bin/csrd %%DATADIR%%/csrd.fmt %%DATADIR%%/csrd.gai \ + %%DATADIR%%/quiet.fmt %%DATADIR%%/quiet.gai + +PORTDOCS= README csrd.doc + +SUB_FILES= pkg-message + NO_STAGE= yes +.include + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csrd ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/csrd.gai ${PREFIX}/lib - ${MKDIR} ${PREFIX}/share/doc/${PKGNAME} - ${INSTALL_DATA} ${WRKSRC}/csrd.doc ${PREFIX}/share/doc/${PKGNAME} + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/csrd.gai ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/quiet.fmt ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/quiet.gai ${DATADIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif +post-install: + @${CAT} ${PKGMESSAGE} + .include Index: distinfo =================================================================== --- distinfo (revision 327787) +++ distinfo (working copy) @@ -1,2 +1,4 @@ SHA256 (csrd-1.0.tar.gz) = 499c4f41e5f70e54e384972ba811ed9065402f440afb8328600dd1dd7335369a SIZE (csrd-1.0.tar.gz) = 44955 +SHA256 (csrd.c.diff.gz) = a3dfd3d6ad97ce3a2e5539d04c404f39ab9f5ecd275382e4e1fe92754a665250 +SIZE (csrd.c.diff.gz) = 277 Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 0) +++ files/pkg-message.in (working copy) @@ -0,0 +1,9 @@ +********************************************************************** +If DOCS option is enabled then you can get more information from the +following document (EUC-JP is used as file charset): + +%%DOCSDIR%%/csrd.doc + +[Example of %%PREFIX%%/etc/csrd.rc] +-d /cdrom/data -f %%DATADIR%%/csrd.fmt -g %%DATADIR%%/csrd.gai +********************************************************************** Property changes on: files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-descr =================================================================== --- pkg-descr (revision 327787) +++ pkg-descr (working copy) @@ -1,10 +1,4 @@ CSRD is a utility for Shogakukan Random House English-Japanese Dictionary on UNIX or MS-DOS box. -You can get more information from the following document. -${PREFIX}/share/doc/ja-csrd-1.0/csrd.doc - -[Example of ${PREFIX}/etc/csrd.rc] --d/cdrom/data -f/usr/local/lib/csrd.fmt -g/usr/local/lib/csrd.gai - WWW: http://openlab.ring.gr.jp/edict/ Index: pkg-plist =================================================================== --- pkg-plist (revision 327787) +++ pkg-plist (working copy) @@ -1,5 +0,0 @@ -bin/csrd -lib/csrd.fmt -lib/csrd.gai -share/doc/ja-csrd-1.0/csrd.doc -@dirrm share/doc/ja-csrd-1.0 --- patch-ja-csrd ends here --- >Release-Note: >Audit-Trail: >Unformatted: