Port details |
- libdatrie Double-array trie implementation library
- 0.2.13_2 devel =12 0.2.13_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-02-01 04:54:48
- Last Update: 2024-01-23 15:59:54
- Commit Hash: 8d9e7c3
- People watching this port, also watch:: dbus, xorg-fonts-truetype, indexinfo, libevent, jpeg-turbo
- License: LGPL21+
- WWW:
- https://linux.thai.net/projects/datrie/
- Description:
- This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as
spelling dictionaries.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdatrie>0:devel/libdatrie
- To install the port:
- cd /usr/ports/devel/libdatrie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libdatrie
- pkg install libdatrie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdatrie
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1613064542
SHA256 (libdatrie-0.2.13.tar.xz) = 12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be
SIZE (libdatrie-0.2.13.tar.xz) = 314072
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libiconv.so : converters/libiconv
- This port is required by:
- for Libraries
-
- devel/libthai
Configuration Options:
- No options to configure
- Options name:
- devel_libdatrie
- USES:
- iconv:wchar_t libtool localbase:ldflags pathfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.13_2 23 Jan 2024 15:59:54 |
Muhammad Moinur Rahman (bofh) |
devel/libdatrie: Impelled to share/man
Approved by: portmgr (blanket) |
0.2.13_1 21 Mar 2023 14:52:55 |
Muhammad Moinur Rahman (bofh) |
devel/libdatrie: Fix BUILD
While converters/libiconv is installed libdatrie fails to build as it
tries to use the iconv library from libc which do not contain all the
funcntionalities of libiconv. So rather than depending on the base of
iconv switch to the port version entirely.
PR: 266241
Reported by: se |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.13 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.13 11 Feb 2021 18:11:06 |
bofh |
devel/libdatrie: Update version 0.2.12=>0.2.13
Relnotes: https://github.com/tlwg/libdatrie/blob/master/ChangeLog |
0.2.12 29 Sep 2019 09:38:28 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
0.2.12 25 Jul 2018 12:19:43 |
bofh |
devel/libdatrie: Update version 0.2.11=>0.2.12 |
0.2.11 24 Apr 2018 23:45:46 |
bofh |
devel/libdatrie: Update version 0.2.10=>0.2.11
- Pet portlint |
0.2.10 20 Oct 2015 13:06:19 |
bofh |
devel/libdatrie: Update version 0.2.9=>0.2.10 |
0.2.9_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.2.9 27 May 2015 14:26:19 |
bofh |
devel/libdatrie: Update version 2.8=>2.9 |
0.2.8_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.2.8_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.2.8_1 25 Jul 2014 13:07:40 |
amdmi3 |
- Switch devel/libdatrie to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.2.8 06 Apr 2014 05:49:48 |
sunpoet |
- Update to 0.2.8
- Pass maintainership to submitter
- While I'm here:
- Add DOCS to OPTIONS_DEFINE
- Strip shared library
Changes: http://linux.thai.net/websvn/wsvn/software.datrie/trunk/ChangeLog
PR: 188272
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.2.7.1 26 Oct 2013 04:40:43 |
danilo |
- Update from 0.2.6 to 0.2.7.1
- Add stage support |
0.2.6 30 Sep 2013 18:20:59 |
marino |
devel/libdatrie: Add explicit LDFLAGS for iconv |
0.2.6 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.2.6 18 Jun 2013 15:31:17 |
danfe |
Relinquish control: these ports are perfectly fine to fly solo. |
0.2.6 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.2.6 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.2.6 01 Feb 2013 04:54:31 |
danfe |
Add libdatrie 0.2.6, a double-array trie implementation library. |