pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update nabi to 0.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9b7a04a0c12
branches:  trunk
changeset: 472563:b9b7a04a0c12
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 11 13:29:49 2004 +0000

description:
Update nabi to 0.13.

Changes since 0.12:
  - Session support.
  - Display meanings for Chinese characters.
  - Fix memory leaks.

diffstat:

 doc/CHANGES               |   3 ++-
 inputmethod/nabi/Makefile |  11 ++---------
 inputmethod/nabi/PLIST    |  12 +++++++-----
 inputmethod/nabi/distinfo |   6 +++---
 4 files changed, 14 insertions(+), 18 deletions(-)

diffs (90 lines):

diff -r 72f1faa5bc94 -r b9b7a04a0c12 doc/CHANGES
--- a/doc/CHANGES       Sun Apr 11 13:18:05 2004 +0000
+++ b/doc/CHANGES       Sun Apr 11 13:29:49 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5532 2004/04/11 13:18:05 taca Exp $
+$NetBSD: CHANGES,v 1.5533 2004/04/11 13:29:49 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1904,3 +1904,4 @@
        Added anacron-2.3 [jmmv 2004-04-11]
        Updated p5-nkf to 1.7 [taca 2004-04-11]
        Updated ruby-rdtool to 0.6.14nb3 [taca 2004-04-11]
+       Updated nabi to 0.13 [minskim 2004-04-11]
diff -r 72f1faa5bc94 -r b9b7a04a0c12 inputmethod/nabi/Makefile
--- a/inputmethod/nabi/Makefile Sun Apr 11 13:18:05 2004 +0000
+++ b/inputmethod/nabi/Makefile Sun Apr 11 13:29:49 2004 +0000
@@ -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 @@
 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 -r 72f1faa5bc94 -r b9b7a04a0c12 inputmethod/nabi/PLIST
--- a/inputmethod/nabi/PLIST    Sun Apr 11 13:18:05 2004 +0000
+++ b/inputmethod/nabi/PLIST    Sun Apr 11 13:29:49 2004 +0000
@@ -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/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 @@
 @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 -r 72f1faa5bc94 -r b9b7a04a0c12 inputmethod/nabi/distinfo
--- a/inputmethod/nabi/distinfo Sun Apr 11 13:18:05 2004 +0000
+++ b/inputmethod/nabi/distinfo Sun Apr 11 13:29:49 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index