pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libdatrie Update libdatrie to 0.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/029540644baf
branches:  trunk
changeset: 392995:029540644baf
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 15 08:52:42 2009 +0000

description:
Update libdatrie to 0.2.2.

0.2.2 (2009-04-29)
=====
- Support building with linkers without symbol versioning supports,
  including Mac, Cygwin, MinGW.
- Support other iconv implementations than that's in glibc, for Mac and MinGW.

0.2.1 (2009-04-05)
=====
- Fix errors in documentation
- Symbol versioning to ease upgrade across SONAME
- Minor cleanups

0.2.0 (2009-03-24)
=====
- New APIs for performance: trie_state_copy(), trie_state_is_single()
- Clean-ups

0.1.99.2 (2008-12-15)
========
- More robust handling of alphabet ranges
- Allow co-existence with libdatrie0

0.1.99.1 (2008-12-12)
========
- Breaking ABI with libdatrie0
- More capacity with 32-bit node index
- Adjusted API for non-file trie usage
- All data in one file, no more *.br and *.tl split
- Drop SBTrie wrapper; all features are merged into Trie
- Domain characters are now Unicode

diffstat:

 devel/libdatrie/Makefile      |  12 ++++++++----
 devel/libdatrie/PLIST         |  12 +++++++-----
 devel/libdatrie/buildlink3.mk |   4 ++--
 devel/libdatrie/distinfo      |   8 ++++----
 4 files changed, 21 insertions(+), 15 deletions(-)

diffs (85 lines):

diff -r 49eb65b27c16 -r 029540644baf devel/libdatrie/Makefile
--- a/devel/libdatrie/Makefile  Fri May 15 08:28:20 2009 +0000
+++ b/devel/libdatrie/Makefile  Fri May 15 08:52:42 2009 +0000
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.3 2008/03/17 12:52:00 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/15 08:52:42 obache Exp $
 #
 
-DISTNAME=      libdatrie-0.1.3
+DISTNAME=      libdatrie-0.2.2
 CATEGORIES=    devel
-MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/
+MASTER_SITES=  http://linux.thai.net/pub/thailinux/software/libthai/ \
+               ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://linux.thai.net/~thep/datrie/datrie.html
 COMMENT=       Implementation of Double-Array Trie
 
+LICENSE=       gnu-lgpl-v2.1
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
-PKGCONFIG_OVERRIDE+=   datrie.pc.in
+PKGCONFIG_OVERRIDE+=   datrie-0.2.pc.in
 
 CONFIGURE_ARGS+=       --disable-doxygen-doc
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 49eb65b27c16 -r 029540644baf devel/libdatrie/PLIST
--- a/devel/libdatrie/PLIST     Fri May 15 08:28:20 2009 +0000
+++ b/devel/libdatrie/PLIST     Fri May 15 08:52:42 2009 +0000
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/11 02:11:24 obache Exp $
-bin/trietool
-include/datrie/sb-trie.h
+@comment $NetBSD: PLIST,v 1.2 2009/05/15 08:52:42 obache Exp $
+bin/trietool-0.2
+include/datrie/alpha-map.h
 include/datrie/trie.h
 include/datrie/triedefs.h
 include/datrie/typedefs.h
 lib/libdatrie.la
-lib/pkgconfig/datrie.pc
-man/man1/trietool.1
+lib/pkgconfig/datrie-0.2.pc
+man/man1/trietool-0.2.1
+share/doc/libdatrie/README.migration
+@dirrm share/doc/libdatrie
 @dirrm include/datrie
diff -r 49eb65b27c16 -r 029540644baf devel/libdatrie/buildlink3.mk
--- a/devel/libdatrie/buildlink3.mk     Fri May 15 08:28:20 2009 +0000
+++ b/devel/libdatrie/buildlink3.mk     Fri May 15 08:52:42 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:17 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2009/05/15 08:52:42 obache Exp $
 
 BUILDLINK_TREE+=       libdatrie
 
 .if !defined(LIBDATRIE_BUILDLINK3_MK)
 LIBDATRIE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libdatrie+=      libdatrie>=0.1.3
+BUILDLINK_API_DEPENDS.libdatrie+=      libdatrie>=0.2.0
 BUILDLINK_PKGSRCDIR.libdatrie?=        ../../devel/libdatrie
 .endif # LIBDATRIE_BUILDLINK3_MK
 
diff -r 49eb65b27c16 -r 029540644baf devel/libdatrie/distinfo
--- a/devel/libdatrie/distinfo  Fri May 15 08:28:20 2009 +0000
+++ b/devel/libdatrie/distinfo  Fri May 15 08:52:42 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/02/11 02:11:24 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/05/15 08:52:42 obache Exp $
 
-SHA1 (libdatrie-0.1.3.tar.gz) = 5a41b911885e0aae84e9546df8f509e5949f2b07
-RMD160 (libdatrie-0.1.3.tar.gz) = 2a9825ecedaf03dace1eec1a5fc2a1bb22668b8c
-Size (libdatrie-0.1.3.tar.gz) = 357590 bytes
+SHA1 (libdatrie-0.2.2.tar.gz) = 10b04eb93e99a0708012e0dc8f73867e4d1a1f0a
+RMD160 (libdatrie-0.2.2.tar.gz) = 19d001f31c2a97c98127641dca44c20714814c1f
+Size (libdatrie-0.2.2.tar.gz) = 351153 bytes



Home | Main Index | Thread Index | Old Index