From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 06:40:10 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8603816A4E2 for ; Sun, 8 May 2005 06:40:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 464F343D78 for ; Sun, 8 May 2005 06:40:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j486eAhv036531 for ; Sun, 8 May 2005 06:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j486eAXT036530; Sun, 8 May 2005 06:40:10 GMT (envelope-from gnats) Resent-Date: Sun, 8 May 2005 06:40:10 GMT Resent-Message-Id: <200505080640.j486eAXT036530@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, chinsan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC6B16A4E1 for ; Sun, 8 May 2005 06:37:58 +0000 (GMT) Received: from chinsan.twbbs.org (sw169-31-180.adsl.seed.net.tw [221.169.31.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C3FD43D5D for ; Sun, 8 May 2005 06:37:58 +0000 (GMT) (envelope-from root@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 0) id 4B57C73019; Sun, 8 May 2005 14:37:59 +0800 (CST) Message-Id: <20050508063759.4B57C73019@chinsan.twbbs.org> Date: Sun, 8 May 2005 14:37:59 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80747: [NEW PORT] textproc/scim-input-pad: SCIM add-on to input various symbols with on-screen pad X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chinsan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 06:40:10 -0000 >Number: 80747 >Category: ports >Synopsis: [NEW PORT] textproc/scim-input-pad: SCIM add-on to input various symbols with on-screen pad >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 08 06:40:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.3-RELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Sorry, This PR Obsolete ports/80702 This PR fix some warning message to make portlint more happy and would be better to put into ``textproc'' instead of ``chinese''. Thanks. >How-To-Repeat: # cd /usr/ports/textproc # sh /path/to/scim-input-pad.shar # cd scim-input-pad # make install clean >Fix: --- scim-input-pad.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scim-input-pad/ # scim-input-pad/files # scim-input-pad/files/patch-src-Makefile.in # scim-input-pad/Makefile # scim-input-pad/distinfo # scim-input-pad/pkg-descr # scim-input-pad/pkg-message # scim-input-pad/pkg-plist # echo c - scim-input-pad/ mkdir -p scim-input-pad/ > /dev/null 2>&1 echo c - scim-input-pad/files mkdir -p scim-input-pad/files > /dev/null 2>&1 echo x - scim-input-pad/files/patch-src-Makefile.in sed 's/^X//' >scim-input-pad/files/patch-src-Makefile.in << 'END-of-scim-input-pad/files/patch-src-Makefile.in' X--- src/Makefile.in.orig Fri May 6 22:24:19 2005 X+++ src/Makefile.in Fri May 6 22:24:19 2005 X@@ -280,6 +280,7 @@ X -I$(top_srcdir) \ X -I$(top_srcdir)/intl \ X -I$(top_srcdir)/src \ X+ -I/usr/local/include \ X -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ X -DSCIM_INPUT_PAD_LOCALEDIR=\"$(datadir)/locale\" \ X -DSCIM_INPUT_PAD_DATADIR=\"@SCIM_INPUT_PAD_DATADIR@\" \ END-of-scim-input-pad/files/patch-src-Makefile.in echo x - scim-input-pad/Makefile sed 's/^X//' >scim-input-pad/Makefile << 'END-of-scim-input-pad/Makefile' X# New ports collection makefile for: scim-input-pad X# Date created: 2005/05/06 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= scim-input-pad XPORTVERSION= 0.1.0 XCATEGORIES= textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=scim X XMAINTAINER= ports@FreeBSD.org XCOMMENT= SCIM add-on to input various symbols with on-screen pad X XBUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_X_PREFIX= yes XINSTALLS_SHLIB= yes XUSE_GMAKE= yes XUSE_LIBTOOL_VER= 15 XGNU_CONFIGURE= yes XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ X LDFLAGS="-L${LOCALBASE}/lib -lintl" X X.include X Xpost-install: X @${CAT} ${PKGMESSAGE} X @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' X X.include END-of-scim-input-pad/Makefile echo x - scim-input-pad/distinfo sed 's/^X//' >scim-input-pad/distinfo << 'END-of-scim-input-pad/distinfo' XMD5 (scim-input-pad-0.1.0.tar.gz) = 119ce442a774d9fd25da550669675501 XSIZE (scim-input-pad-0.1.0.tar.gz) = 542238 END-of-scim-input-pad/distinfo echo x - scim-input-pad/pkg-descr sed 's/^X//' >scim-input-pad/pkg-descr << 'END-of-scim-input-pad/pkg-descr' Xscim-input-pad is an on-screen input pad that can be used to input symbols Xand key events very easily. It works with the SCIM input method platform. X XSmart Common Input Method platform, in short SCIM, is a development platform to Xmake Input Method developers live easier. It has very clear architecture and Xvery simple programming interface. X XWWW: http://freshmeat.net/projects/sciminputpad/ END-of-scim-input-pad/pkg-descr echo x - scim-input-pad/pkg-message sed 's/^X//' >scim-input-pad/pkg-message << 'END-of-scim-input-pad/pkg-message' X-------------------------------------------------------------------- X1) Remember to set environment variable XMODIFIERS with scim X2) use ``scim-input-pad'' command or right click on the SCIM X and choose ``Input Pad'' to start scim-input-pad X-------------------------------------------------------------------- END-of-scim-input-pad/pkg-message echo x - scim-input-pad/pkg-plist sed 's/^X//' >scim-input-pad/pkg-plist << 'END-of-scim-input-pad/pkg-plist' Xlib/scim-1.0/Helper/input-pad.so Xlib/libscim-input-pad.a Xlib/libscim-input-pad.la Xlib/libscim-input-pad.so.0 Xshare/locale/ja/LC_MESSAGES/scim-input-pad.mo Xshare/locale/zh_CN/LC_MESSAGES/scim-input-pad.mo Xshare/locale/zh_TW/LC_MESSAGES/scim-input-pad.mo Xshare/scim/icons/input-pad.png Xshare/scim/input-pad/base.pad Xshare/scim/input-pad/chinese.pad Xshare/scim/input-pad/japanese.pad Xshare/scim/input-pad/keyboard.pad X@unexec rmdir %D/lib/scim-1.0/Helper 2>/dev/null || true X@unexec rmdir %D/lib 2>/dev/null || true X@unexec rmdir %D/share/scim/input-pad 2>/dev/null || true END-of-scim-input-pad/pkg-plist exit --- scim-input-pad.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: