FreeBSD Bugzilla – Attachment 53391 Details for
Bug 80747
[NEW PORT] textproc/scim-input-pad: SCIM add-on to input various symbols with on-screen pad
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
scim-input-pad.shar
scim-input-pad.shar (text/plain), 4.13 KB, created by
chinsan
on 2005-05-08 07:40:09 UTC
(
hide
)
Description:
scim-input-pad.shar
Filename:
MIME Type:
Creator:
chinsan
Created:
2005-05-08 07:40:09 UTC
Size:
4.13 KB
patch
obsolete
># 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 <chinsan@mail2000.com.tw> >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 <bsd.port.pre.mk> >X >Xpost-install: >X @${CAT} ${PKGMESSAGE} >X @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' >X >X.include <bsd.port.post.mk> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 80747
: 53391