Port details |
- darts C++ template library that implements Double-Array
- 0.32_1 devel =6 0.32_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-04-02 12:04:22
- Last Update: 2023-07-26 00:48:20
- Commit Hash: 95274bf
- People watching this port, also watch:: freetype2, ja-nkf, p5-Digest-MD5, p5-Digest-HMAC, expat
- License: BSD3CLAUSE LGPL21+
- WWW:
- http://www.chasen.org/~taku/software/darts/
- Description:
- Darts: Double-ARray Trie System
This is a C++ template library that implements Double-Array [Aoe
1989]. Currently only Japanese documentation is provided.
* [Aoe1989] Aoe, J. An Efficient Digital Search Algorithm by Using a
Double-Array Structure. IEEE Transactions on Software
Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077.
* [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array
Trie.
* [Word and Dictionary] Yuji Matsumoto et al. Word and Dictionary Iwanami
Course Language Science Vol. 3 pp. 79-81.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/darts/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/darts
- pkg install darts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: darts
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1528054397
SHA256 (darts-0.32.tar.gz) = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285
SIZE (darts-0.32.tar.gz) = 234001
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- This port is required by:
- for Build
-
- japanese/chasen-base
Configuration Options:
- ===> The following configuration options are available for darts-0.32_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_darts
- USES:
- autoreconf
- 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.32_1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.32_1 25 Jun 2023 21:42:46 |
Muhammad Moinur Rahman (bofh) |
devel/darts: Fix build with llvm16
- Pet portclippy
- Adopt port
Sponsored by: The FreeBSD Foundation |
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.32_1 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.32_1 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.32_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.32_1 03 Jun 2018 19:52:59 |
cpm |
- Update pkg-descr |
0.32_1 03 Jun 2018 19:41:28 |
cpm |
devel/darts: unbreak build
checking size of char... configure: error: cannot compute sizeof (char), 77
See `config.log' for more details.
===> Script "configure" failed unexpectedly.
- Add USES=autoreconf
- Add TIMESTAMP
- Pet portlint, use PLIST_FILES instead of pkg-plist
- Bump PORTREVISION
Reported by: pkg-fallout |
0.32 17 Jan 2016 14:04:02 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
0.32 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.32 10 Dec 2013 22:54:56 |
bapt |
Support stage |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.32 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.32 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.32 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.32 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.32 11 Jul 2009 15:52:03 |
miwi |
- Drop maintainership |
0.32 26 Mar 2009 13:05:02 |
miwi |
- Mark MAKE_JOBS_SAFE for SMP compilation |
0.32 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.32 20 Jun 2008 22:06:05 |
miwi |
- Update to 0.32
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership
Approved by: maintainer implicit |
0.31 21 Feb 2007 14:51:54 |
laszlof |
Update to 0.31 |
0.3 07 Nov 2006 15:37:06 |
laszlof |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
0.3 04 Jan 2006 09:14:59 |
edwin |
[UPDATE]: devel/darts
This patch will update devel/darts to version 0.3. This
version fixes several bugs.
PR: ports/91286
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> |
0.2 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.2 11 Nov 2005 14:56:15 |
garga |
- Fix WWW and MASTER_SITES
PR: ports/88288
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
0.2 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.2 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.2 20 Nov 2003 19:28:29 |
knu |
Update to 0.2.
PR: 58935
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> |
0.1 02 Apr 2003 12:03:44 |
knu |
Add darts, a C++ template library that implements Double-Array. |