diff options
author | lx <lx@FreeBSD.org> | 2011-07-21 06:09:53 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2011-07-21 06:09:53 +0800 |
commit | daf5e4d1c9d21fb76d32a7155ccda38ccccf9e53 (patch) | |
tree | fc7860109291aa109160b6f33544fecb78b49e12 /korean/scim-tables | |
parent | 44b4fd454d0246c8c1dec8765fdaeb5323b2f3ce (diff) | |
download | freebsd-ports-gnome-daf5e4d1c9d21fb76d32a7155ccda38ccccf9e53.tar.gz freebsd-ports-gnome-daf5e4d1c9d21fb76d32a7155ccda38ccccf9e53.tar.zst freebsd-ports-gnome-daf5e4d1c9d21fb76d32a7155ccda38ccccf9e53.zip |
Update scim-tables ports to 0.5.10. Appease portlint.
Diffstat (limited to 'korean/scim-tables')
-rw-r--r-- | korean/scim-tables/Makefile | 5 | ||||
-rw-r--r-- | korean/scim-tables/distinfo | 4 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-icons-Makefile.in | 30 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-tables-Makefile.in | 10 | ||||
-rw-r--r-- | korean/scim-tables/files/patch-tables-ko-Makefile.in | 12 | ||||
-rw-r--r-- | korean/scim-tables/pkg-plist | 5 |
6 files changed, 38 insertions, 28 deletions
diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile index 718f6276eadd..32df7c8f7b8d 100644 --- a/korean/scim-tables/Makefile +++ b/korean/scim-tables/Makefile @@ -6,8 +6,7 @@ # $MCom: ports/korean/scim-tables/Makefile,v 1.1 2006/09/30 03:44:11 ahze Exp $ PORTNAME= scim-tables -PORTVERSION= 0.5.7 -PORTREVISION= 5 +PORTVERSION= 0.5.10 CATEGORIES= korean MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} @@ -15,7 +14,7 @@ MAINTAINER= lx@FreeBSD.org COMMENT= SCIM table based Korean input methods BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/korean/scim-tables/distinfo b/korean/scim-tables/distinfo index b3f4ed0236d3..cd1300a4240c 100644 --- a/korean/scim-tables/distinfo +++ b/korean/scim-tables/distinfo @@ -1,2 +1,2 @@ -SHA256 (scim-tables-0.5.7.tar.gz) = a2d3620fff8fd8964f31bcc4e8b609418d9cbd0a102eaad5e31ff48620d34c14 -SIZE (scim-tables-0.5.7.tar.gz) = 6979417 +SHA256 (scim-tables-0.5.10.tar.gz) = 0931414996585c5433b5492d5e40e3a0d6f322bebc547c6b10914d103aea2aea +SIZE (scim-tables-0.5.10.tar.gz) = 8101380 diff --git a/korean/scim-tables/files/patch-icons-Makefile.in b/korean/scim-tables/files/patch-icons-Makefile.in index 6518eff406f1..daa5c81d7f3f 100644 --- a/korean/scim-tables/files/patch-icons-Makefile.in +++ b/korean/scim-tables/files/patch-icons-Makefile.in @@ -1,8 +1,8 @@ ---- icons/Makefile.in.orig Sat Apr 28 18:05:33 2007 -+++ icons/Makefile.in Sat Apr 28 18:06:16 2007 -@@ -234,54 +234,8 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- icons/Makefile.in.orig 2011-05-17 11:57:00.000000000 -0700 ++++ icons/Makefile.in 2011-07-19 09:26:22.859764349 -0700 +@@ -273,64 +273,8 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = Makefile.in -INST_ICONS = table.png \ - Amharic.png \ @@ -15,8 +15,6 @@ - Cantonese.png \ - CantonHK.png \ - CNS11643.png \ -- Quick.png \ -- Stroke5.png \ - Dayi.png \ - Erbi.png \ - Erbi-QS.png \ @@ -27,33 +25,45 @@ - Hanja.png \ - Hindi-inscript.png \ - Hindi-phonetic.png \ +- Hindi-remington.png \ - HIRAGANA.png \ +- IPA-X-SAMPA.png \ - Jyutping.png \ - KATAKANA.png \ - Kannada-inscript.png \ - Kannada-kgp.png \ - LaTeX.png \ - Malayalam-inscript.png \ +- Malayalam-phonetic.png \ +- Marathi-remington.png \ - Nepali.png \ - Nippon.png \ - Punjabi-inscript.png \ - Punjabi-jhelum.png \ - Punjabi-phonetic.png \ +- Punjabi-remington.png \ +- Quick.png \ +- RussianTraditional.png \ - Simplex.png \ +- SmartCangJie6.png \ +- Stroke5.png \ - Tamil-inscript.png \ - Tamil-phonetic.png \ - Tamil-remington.png \ - Telugu-inscript.png \ +- Tamil-tamil99.png \ - Thai.png \ +- Translit.png \ +- Ukrainian-Translit.png \ +- Uyghur.png \ - Viqr.png \ - Wu.png \ - Wubi.png \ - Yawerty.png \ - ZhuYin.png \ -- Ziranma.png \ -- IPA-X-SAMPA.png +- Ziranma.png +INST_ICONS = Hangul.png \ -+ Hanja.png ++ Hanja.png EXTRA_DIST = $(INST_ICONS) icondir = $(SCIM_ICONDIR) diff --git a/korean/scim-tables/files/patch-tables-Makefile.in b/korean/scim-tables/files/patch-tables-Makefile.in index 6ddb563c2770..3748721f78d5 100644 --- a/korean/scim-tables/files/patch-tables-Makefile.in +++ b/korean/scim-tables/files/patch-tables-Makefile.in @@ -1,10 +1,10 @@ ---- tables/Makefile.in.orig Sun Oct 30 22:07:36 2005 -+++ tables/Makefile.in Tue Nov 1 22:49:16 2005 -@@ -234,7 +234,7 @@ - target_alias = @target_alias@ +--- tables/Makefile.in.orig 2011-05-17 11:57:01.000000000 -0700 ++++ tables/Makefile.in 2011-07-19 09:28:25.428780034 -0700 +@@ -290,7 +290,7 @@ + top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = *.bak --SUBDIRS = additional am ar bn gu hi ja kn ko ml ne pa ru ta te th vi zh +-SUBDIRS = additional am ar bn gr gu he hi ja kn ko ml mr ne pa ru ta te th vi zh ug uk +SUBDIRS = ko all: all-recursive diff --git a/korean/scim-tables/files/patch-tables-ko-Makefile.in b/korean/scim-tables/files/patch-tables-ko-Makefile.in index 4e569e095803..1698907ded86 100644 --- a/korean/scim-tables/files/patch-tables-ko-Makefile.in +++ b/korean/scim-tables/files/patch-tables-ko-Makefile.in @@ -1,9 +1,9 @@ ---- tables/ko/Makefile.in.orig Sun Oct 30 22:07:37 2005 -+++ tables/ko/Makefile.in Tue Nov 1 23:11:58 2005 -@@ -235,7 +235,7 @@ - subdirs = @subdirs@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- tables/ko/Makefile.in.orig 2011-05-17 11:57:02.000000000 -0700 ++++ tables/ko/Makefile.in 2011-07-19 09:30:04.292794874 -0700 +@@ -274,7 +274,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ -SCIM_MAKE_TABLE = $(top_builddir)/src/scim-make-table +SCIM_MAKE_TABLE = scim-make-table scim_tables_source = Hangul.txt.in HangulRomaja.txt.in Hanja.txt.in diff --git a/korean/scim-tables/pkg-plist b/korean/scim-tables/pkg-plist index 9987e4d27a18..96a16a86d501 100644 --- a/korean/scim-tables/pkg-plist +++ b/korean/scim-tables/pkg-plist @@ -1,6 +1,7 @@ +share/scim/icons/Hangul.png +share/scim/icons/Hanja.png share/scim/tables/Hangul.bin share/scim/tables/HangulRomaja.bin share/scim/tables/Hanja.bin -share/scim/icons/Hangul.png -share/scim/icons/Hanja.png +@dirrmtry share/scim/icons @dirrmtry share/scim/tables |