diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:22:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:22:28 +0800 |
commit | a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2 (patch) | |
tree | a4d71c6bc0758e2dd37ec6da0c7764c539e9ba77 /textproc | |
parent | 08c72d1b2ce43590d2c2db43e2510bbe4e29819f (diff) | |
download | marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar.gz marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar.bz2 marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar.lz marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar.xz marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.tar.zst marcuscom-ports-a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2.zip |
- Sync w/ FreeBSD ports.
- Some misc fixes such as add about three missing files, need to bump and etc.
- Reset $FreeBSD$, it was not supposed to be include in this commit as I want
to keep it seperate, but I accidented ran the script. Ah well.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7696 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-doc-utils/Makefile | 2 | ||||
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 1 | ||||
-rw-r--r-- | textproc/scim-input-pad/Makefile | 2 | ||||
-rw-r--r-- | textproc/scim-table-imengine/files/scim-make-table.sh | 18 | ||||
-rw-r--r-- | textproc/scim-table-imengine/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/scim/Makefile | 2 |
6 files changed, 22 insertions, 4 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 1de5b81d8..2891a5584 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -2,7 +2,7 @@ # Date created: 11 November 2004 # Whom: Adam Weinberger <adamw@FreeBSD.org> # -# $FreeBSD: ports/textproc/gnome-doc-utils/Makefile,v 1.10 2006/05/28 15:41:17 pav Exp $ +# $FreeBSD$ # PORTNAME= gnome-doc-utils diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 56e8e43d8..46d655752 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvanilla-modules PORTVERSION= 0.7.2.b20060214 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.csie.org/~llwang/ \ http://www.infor.org/~llwang/ diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index fc7c0b88b..f8ab33c6e 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim -MAINTAINER= chinsan.tw@gmail.com +MAINTAINER= chinsan@FreeBSD.org COMMENT= SCIM add-on to input various symbols with on-screen pad BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim diff --git a/textproc/scim-table-imengine/files/scim-make-table.sh b/textproc/scim-table-imengine/files/scim-make-table.sh new file mode 100644 index 000000000..5eea729c0 --- /dev/null +++ b/textproc/scim-table-imengine/files/scim-make-table.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +cat <<EOF +************************************************************ +** N O T E ** +************************************************************ + +This is NOT a working scim-make-table. Due to the limitation +on your system, scim-make-table cannot be compiled. So you +cannot build binary im tables on this system. + +However, the scim-tables im engine is available, i.e. You +still have the chance to use table-based input methods for +scim. You can let someone build a tgz package for +{zh,ja,ko}-scim-tables port on a 5.x system and then install +it on your system. +EOF +exit 2 diff --git a/textproc/scim-table-imengine/pkg-plist b/textproc/scim-table-imengine/pkg-plist index 4f7a8aa58..b93d72c42 100644 --- a/textproc/scim-table-imengine/pkg-plist +++ b/textproc/scim-table-imengine/pkg-plist @@ -33,7 +33,6 @@ share/locale/pa/LC_MESSAGES/scim-tables.mo %%SKIM%%@dirrmtry share/apps/skim %%SKIM%%@dirrmtry share/config.kcfg %%SKIM%%@dirrmtry share/services/skimconfiguredialog -%%SKIM%%@cwd %%X11BASE%% @dirrmtry lib/scim-1.0/IMEngine @dirrmtry lib/scim-1.0/SetupUI @dirrmtry share/locale/zh_TW/LC_MESSAGES diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 257e1fda8..4de2ac4be 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -2,7 +2,7 @@ # Date created: 20 May 2004 # Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> # -# $FreeBSD: ports/textproc/scim/Makefile,v 1.19 2006/05/13 04:24:49 edwin Exp $ +# $FreeBSD$ # PORTNAME= scim |