pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/liblinebreak Update to 1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0a3746e24aa
branches:  trunk
changeset: 392582:f0a3746e24aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 03 13:03:37 2009 +0000

description:
Update to 1.2:

New in 1.2

- Fix the bug that an assertion in code can fail if an invalid UTF-8 or
  UTF-16 sequence is encountered near the end of input
- Remove the specialization of right single quotation mark as closing
  punctuation mark in English, French, and Spanish, because it can be
  used as apostrophe
- Make Doxygen documentation better

diffstat:

 textproc/liblinebreak/Makefile |  6 ++++--
 textproc/liblinebreak/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r bc7174345d5c -r f0a3746e24aa textproc/liblinebreak/Makefile
--- a/textproc/liblinebreak/Makefile    Sun May 03 11:50:46 2009 +0000
+++ b/textproc/liblinebreak/Makefile    Sun May 03 13:03:37 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/07 20:59:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/05/03 13:03:37 wiz Exp $
 #
 
-DISTNAME=      liblinebreak-1.1
+DISTNAME=      liblinebreak-1.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}
 
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://vimgadgets.sourceforge.net/liblinebreak/
 COMMENT=       Library for line breaking in a Unicode sequence
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake
diff -r bc7174345d5c -r f0a3746e24aa textproc/liblinebreak/distinfo
--- a/textproc/liblinebreak/distinfo    Sun May 03 11:50:46 2009 +0000
+++ b/textproc/liblinebreak/distinfo    Sun May 03 13:03:37 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/02/07 20:59:37 wiz Exp $
+$NetBSD: distinfo,v 1.3 2009/05/03 13:03:37 wiz Exp $
 
-SHA1 (liblinebreak-1.1.tar.gz) = 4fd9b43dc3baeab30a34fbbb783daa4ac8ba50d6
-RMD160 (liblinebreak-1.1.tar.gz) = 0b62e9e3e7f3da5caf7efe1c891b92350067618f
-Size (liblinebreak-1.1.tar.gz) = 370101 bytes
+SHA1 (liblinebreak-1.2.tar.gz) = fe7f466fbf5c01bd01d9e549f3f954d985e307e7
+RMD160 (liblinebreak-1.2.tar.gz) = 0dc528ee7fbfc770ef120d83a26400e0f69c7fbf
+Size (liblinebreak-1.2.tar.gz) = 370221 bytes



Home | Main Index | Thread Index | Old Index