diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-03 13:03:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-03 13:03:37 +0000 |
commit | 096fbe50c0969b5562cad0061d8f7da7e5b3bff1 (patch) | |
tree | 55b8e5c7d006870b573318aaf13027faf74329d7 /textproc | |
parent | b8f948abe795483d039adfc6fcadadf09a1fefdc (diff) | |
download | pkgsrc-096fbe50c0969b5562cad0061d8f7da7e5b3bff1.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/liblinebreak/Makefile | 6 | ||||
-rw-r--r-- | textproc/liblinebreak/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/liblinebreak/Makefile b/textproc/liblinebreak/Makefile index 0b27f417afb..7f62ce22432 100644 --- a/textproc/liblinebreak/Makefile +++ b/textproc/liblinebreak/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/textproc/liblinebreak/distinfo b/textproc/liblinebreak/distinfo index db9e5095df2..f2f06ddb457 100644 --- a/textproc/liblinebreak/distinfo +++ b/textproc/liblinebreak/distinfo @@ -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 |