Sat Jan 16 17:45:54 2010 UTC ()
Update to 2.0:

New in 2.0

- Update the algorithm and data according to UAX #14-24 and
  LineBreak-5.2.0.txt
- Rename some functions to reduce namespace pollution
- Make Doxygen documentation better


(wiz)
diff -r1.3 -r1.4 pkgsrc/textproc/liblinebreak/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/liblinebreak/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/textproc/liblinebreak/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/liblinebreak/Makefile 2009/05/03 13:03:37 1.3
+++ pkgsrc/textproc/liblinebreak/Makefile 2010/01/16 17:45:54 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2009/05/03 13:03:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2010/01/16 17:45:54 wiz Exp $
2# 2#
3 3
4DISTNAME= liblinebreak-1.2 4DISTNAME= liblinebreak-2.0
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://vimgadgets.sourceforge.net/liblinebreak/ 9HOMEPAGE= http://vimgadgets.sourceforge.net/liblinebreak/
10COMMENT= Library for line breaking in a Unicode sequence 10COMMENT= Library for line breaking in a Unicode sequence
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.3 -r1.4 pkgsrc/textproc/liblinebreak/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/liblinebreak/distinfo 2009/05/03 13:03:37 1.3
+++ pkgsrc/textproc/liblinebreak/distinfo 2010/01/16 17:45:54 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/05/03 13:03:37 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2010/01/16 17:45:54 wiz Exp $
2 2
3SHA1 (liblinebreak-1.2.tar.gz) = fe7f466fbf5c01bd01d9e549f3f954d985e307e7 3SHA1 (liblinebreak-2.0.tar.gz) = 8b97931e4f4645da933091ac9d6a4d87fb9b7350
4RMD160 (liblinebreak-1.2.tar.gz) = 0dc528ee7fbfc770ef120d83a26400e0f69c7fbf 4RMD160 (liblinebreak-2.0.tar.gz) = 1c2becdb8d1f05ba397045b413a02b3a026a4047
5Size (liblinebreak-1.2.tar.gz) = 370221 bytes 5Size (liblinebreak-2.0.tar.gz) = 397689 bytes