diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-07 20:59:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-07 20:59:37 +0000 |
commit | d115ba3e6ede3b040138a4b1c663263c2afc1514 (patch) | |
tree | 02198a75995ed5a52cba7002046fd5c1d3b9b95e /textproc/liblinebreak | |
parent | 233bfb5f768ed0c869ec8f37290ad6c675991797 (diff) | |
download | pkgsrc-d115ba3e6ede3b040138a4b1c663263c2afc1514.tar.gz |
Update to 1.1:
New in 1.1
- Make get_lb_prop_lang static and not an exported symbol
- Define is_line_breakable to alias to is_breakable
- Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
- Move the declarations of get_next_char_utf* from linebreak.h to
linebreakdef.h
- Add the function documentation comments to the header files
Diffstat (limited to 'textproc/liblinebreak')
-rw-r--r-- | textproc/liblinebreak/Makefile | 4 | ||||
-rw-r--r-- | textproc/liblinebreak/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/liblinebreak/Makefile b/textproc/liblinebreak/Makefile index 9d9771e42c9..0b27f417afb 100644 --- a/textproc/liblinebreak/Makefile +++ b/textproc/liblinebreak/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 17:38:15 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/07 20:59:37 wiz Exp $ # -DISTNAME= liblinebreak-1.0 +DISTNAME= liblinebreak-1.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/} diff --git a/textproc/liblinebreak/distinfo b/textproc/liblinebreak/distinfo index 94e0c319f4c..db9e5095df2 100644 --- a/textproc/liblinebreak/distinfo +++ b/textproc/liblinebreak/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/18 17:38:15 wiz Exp $ +$NetBSD: distinfo,v 1.2 2009/02/07 20:59:37 wiz Exp $ -SHA1 (liblinebreak-1.0.tar.gz) = badc27d6f17da1f640fb99ade7249ce849d1f25b -RMD160 (liblinebreak-1.0.tar.gz) = 4bef4cdbdb6aa590c3e5c0e73f02d44df43a02f2 -Size (liblinebreak-1.0.tar.gz) = 344598 bytes +SHA1 (liblinebreak-1.1.tar.gz) = 4fd9b43dc3baeab30a34fbbb783daa4ac8ba50d6 +RMD160 (liblinebreak-1.1.tar.gz) = 0b62e9e3e7f3da5caf7efe1c891b92350067618f +Size (liblinebreak-1.1.tar.gz) = 370101 bytes |