diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 13:29:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 13:29:49 +0000 |
commit | 3407568acffb569249fd19383627fe015d0152dd (patch) | |
tree | b5aebb9bae4e3ead6efc1a9117c51eb14d98c914 /inputmethod | |
parent | d6cd6e3b5212b1bdb0a958ed4bf7341540d1f6f9 (diff) | |
download | pkgsrc-3407568acffb569249fd19383627fe015d0152dd.tar.gz |
Update nabi to 0.13.
Changes since 0.12:
- Session support.
- Display meanings for Chinese characters.
- Fix memory leaks.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/nabi/Makefile | 11 | ||||
-rw-r--r-- | inputmethod/nabi/PLIST | 12 | ||||
-rw-r--r-- | inputmethod/nabi/distinfo | 6 |
3 files changed, 12 insertions, 17 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index 1ce2a4eb792..69d29289ec0 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/02/10 17:05:54 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 13:29:49 minskim Exp $ # -DISTNAME= nabi-0.12 -PKGREVISION= 1 +DISTNAME= nabi-0.13 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/nabi/ @@ -15,12 +14,6 @@ USE_X11= YES GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -SUBST_CLASSES+= options -SUBST_MESSAGE.options= "Removing incompatible compiler options." -SUBST_STAGE.options= post-patch -SUBST_FILES.options= IMdkit/Makefile.in src/Makefile.in -SUBST_SED.options= -e 's,-Wall,,g' - .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" diff --git a/inputmethod/nabi/PLIST b/inputmethod/nabi/PLIST index a1916ccbd5d..351c98812a0 100644 --- a/inputmethod/nabi/PLIST +++ b/inputmethod/nabi/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2003/12/20 05:18:37 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/04/11 13:29:49 minskim Exp $ bin/nabi ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/nabi.mo +share/nabi/candidate/nabi.txt share/nabi/compose/default share/nabi/keyboard/2qwerty share/nabi/keyboard/32qwerty @@ -14,9 +15,9 @@ share/nabi/themes/KingSejong/none.png share/nabi/themes/MSWindows/english.png share/nabi/themes/MSWindows/hangul.png share/nabi/themes/MSWindows/none.png -share/nabi/themes/MSWindows2000/english.png -share/nabi/themes/MSWindows2000/hangul.png -share/nabi/themes/MSWindows2000/none.png +share/nabi/themes/MSWindowsXP/english.png +share/nabi/themes/MSWindowsXP/hangul.png +share/nabi/themes/MSWindowsXP/none.png share/nabi/themes/Mac/README share/nabi/themes/Mac/english.png share/nabi/themes/Mac/hangul.png @@ -36,10 +37,11 @@ share/nabi/themes/keyboard/none.png @dirrm share/nabi/themes/SimplyRed @dirrm share/nabi/themes/Onion @dirrm share/nabi/themes/Mac -@dirrm share/nabi/themes/MSWindows2000 +@dirrm share/nabi/themes/MSWindowsXP @dirrm share/nabi/themes/MSWindows @dirrm share/nabi/themes/KingSejong @dirrm share/nabi/themes @dirrm share/nabi/keyboard @dirrm share/nabi/compose +@dirrm share/nabi/candidate @dirrm share/nabi diff --git a/inputmethod/nabi/distinfo b/inputmethod/nabi/distinfo index 47dc89ff76c..909b00309c2 100644 --- a/inputmethod/nabi/distinfo +++ b/inputmethod/nabi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/12/20 05:18:37 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2004/04/11 13:29:49 minskim Exp $ -SHA1 (nabi-0.12.tar.gz) = 680e6b4b6175811a51eb25334191f6177ef9e8e0 -Size (nabi-0.12.tar.gz) = 543197 bytes +SHA1 (nabi-0.13.tar.gz) = 3fcde55a93d8a84af1a11c109690507def948a14 +Size (nabi-0.13.tar.gz) = 565745 bytes |