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
This commit is contained in:
parent
bda4437f92
commit
4ca4535cc1
2 changed files with 8 additions and 6 deletions
|
@ -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
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
||||||
HOMEPAGE= http://vimgadgets.sourceforge.net/liblinebreak/
|
HOMEPAGE= http://vimgadgets.sourceforge.net/liblinebreak/
|
||||||
COMMENT= Library for line breaking in a Unicode sequence
|
COMMENT= Library for line breaking in a Unicode sequence
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
USE_LANGUAGES= c c++
|
USE_LANGUAGES= c c++
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
USE_TOOLS+= gmake
|
USE_TOOLS+= gmake
|
||||||
|
|
|
@ -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
|
SHA1 (liblinebreak-1.2.tar.gz) = fe7f466fbf5c01bd01d9e549f3f954d985e307e7
|
||||||
RMD160 (liblinebreak-1.1.tar.gz) = 0b62e9e3e7f3da5caf7efe1c891b92350067618f
|
RMD160 (liblinebreak-1.2.tar.gz) = 0dc528ee7fbfc770ef120d83a26400e0f69c7fbf
|
||||||
Size (liblinebreak-1.1.tar.gz) = 370101 bytes
|
Size (liblinebreak-1.2.tar.gz) = 370221 bytes
|
||||||
|
|
Loading…
Reference in a new issue