From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 09:25:03 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 5510A36A; Tue, 28 Jan 2014 09:25:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 413581920; Tue, 28 Jan 2014 09:25:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0S9P3Kv095106; Tue, 28 Jan 2014 09:25:03 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0S9P20w095103; Tue, 28 Jan 2014 09:25:02 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201401280925.s0S9P20w095103@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 28 Jan 2014 09:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341523 - head/japanese/skkinput X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 09:25:03 -0000 Author: danfe Date: Tue Jan 28 09:25:02 2014 New Revision: 341523 URL: http://svnweb.freebsd.org/changeset/ports/341523 QAT: https://qat.redports.org/buildarchive/r341523/ Log: - Stagify; define LICENSE (GPLv2); add missing OPTIONS_DEFINE for DOCS - Contract MASTER_SITES and use SFJP abbreviation (makes it nice and short) - One of the docfiles lives in its own subdirectory; link it relative to ${WRKSRC} to simplify installation routine (install all files at once) - Convert pkg-plist info PLIST_FILES and PORTDOCS; remove attribution from the port description (original submitter mentioned in Makefile header) Deleted: head/japanese/skkinput/pkg-plist Modified: head/japanese/skkinput/Makefile head/japanese/skkinput/pkg-descr Modified: head/japanese/skkinput/Makefile ============================================================================== --- head/japanese/skkinput/Makefile Tue Jan 28 09:19:20 2014 (r341522) +++ head/japanese/skkinput/Makefile Tue Jan 28 09:25:02 2014 (r341523) @@ -5,22 +5,27 @@ PORTNAME= skkinput PORTVERSION= 2.06.4 PORTREVISION= 2 CATEGORIES= japanese x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= skkinput2/6273 +MASTER_SITES= SFJP/skkinput2/6273 MAINTAINER= koma2@lovepeers.org COMMENT= SKK-like Japanese input method for X11 +LICENSE= GPLv2 + USES= imake USE_XORG= ice sm x11 xext xt xmu -OPTIONS_RADIO= RG1 -OPTIONS_RADIO_RG1= DBSKKD RSKKSERV -RG1_DESC= Skkserver Selection +PLIST_FILES= bin/skkinput lib/X11/app-defaults/Skkinput \ + man/ja/man1/skkinput.1.gz man/man1/skkinput.1.gz +PORTDOCS= *.jis ChangeLog skkinputlisp.doc dot.skkinput + +OPTIONS_DEFINE= DOCS +OPTIONS_RADIO= SKKSERVER +OPTIONS_RADIO_SKKSERVER=DBSKKD RSKKSERV +SKKSERVER_DESC= Skkserver selection DBSKKD_DESC= Use ja-dbskkd-cdb as skkserver RSKKSERV_DESC= Use ja-rskkserv as skkserver -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBSKKD} @@ -31,17 +36,11 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/rskkse RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skkserv .endif -MANLANG= "" ja -MAN1= skkinput.1 -MANCOMPRESSED= yes - -DOCS= *.jis ChangeLog \ - myeval/skkinputlisp.doc dot.skkinput - -.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - @( cd ${WRKSRC} ; ${INSTALL_DATA} ${DOCS} ${DOCSDIR}) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} +# One of the docfiles lives in its own subdirectory; link it relative to +# ${WRKSRC} to simplify installation routine (install all files at once) + @${LN} ${WRKSRC}/myeval/skkinputlisp.doc ${WRKSRC}/skkinputlisp.doc + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Modified: head/japanese/skkinput/pkg-descr ============================================================================== --- head/japanese/skkinput/pkg-descr Tue Jan 28 09:19:20 2014 (r341522) +++ head/japanese/skkinput/pkg-descr Tue Jan 28 09:25:02 2014 (r341523) @@ -3,10 +3,6 @@ text input. A client that wants kana-kanji conversion service for Japanese text sends a request to skkinput. Skkinput receives the request, does -kana-kanji conversion, and sends the converted text back to the -client. - -The port was done by Murata Shuuichirou . -It requires skk server. +kana-kanji conversion, and sends converted text back to the client. WWW: http://skkinput2.sourceforge.jp/