Port details |
- darts C++ template library that implements Double-Array
- 0.32_1 devel
=4 0.32_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-04-02 12:04:22
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Mail-Tools, p5-Digest-MD5, expat, razor-agents, gmake
- License: BSD3CLAUSE LGPL21+
- 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.
WWW: http://www.chasen.org/~taku/software/darts/
- SVNWeb : git : Homepage
- 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
- 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.69 : devel/autoconf
- automake>=1.16.1 : 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: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.32_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Jun 2018 19:52:59
0.32_1
|
cpm  |
- Update pkg-descr |
03 Jun 2018 19:41:28
0.32_1
|
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 |
17 Jan 2016 14:04:02
0.32
|
amdmi3  |
- Add LICENSE
- Switch to options helpers |
27 Oct 2014 10:10:59
0.32
|
bapt  |
Cleanup plist |
10 Dec 2013 22:54:56
0.32
|
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) |
14 Aug 2013 22:35:54
0.32 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
28 Mar 2013 16:29:01
0.32
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
03 Jul 2011 14:59:23
0.32
|
ohauer  |
-remove MD5 |
21 Dec 2009 02:19:12
0.32
|
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. |
11 Jul 2009 15:52:03
0.32
|
miwi  |
- Drop maintainership |
26 Mar 2009 13:05:02
0.32
|
miwi  |
- Mark MAKE_JOBS_SAFE for SMP compilation |
21 Aug 2008 06:18:49
0.32
|
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 ) |
20 Jun 2008 22:06:05
0.32
|
miwi  |
- Update to 0.32
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership
Approved by: maintainer implicit |
21 Feb 2007 14:51:54
0.31
|
laszlof  |
Update to 0.31 |
07 Nov 2006 15:37:06
0.3
|
laszlof  |
Update my email address in all ports that I maintain.
Approved by: flz (mentor) |
04 Jan 2006 09:14:59
0.3
|
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> |
24 Nov 2005 15:40:04
0.2
|
pav  |
- Add some SHA256 checksums |
11 Nov 2005 14:56:15
0.2
|
garga  |
- Fix WWW and MASTER_SITES
PR: ports/88288
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
11 Nov 2005 01:18:01
0.2
|
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. |
22 Mar 2004 15:05:32
0.2
|
knu  |
Add SIZE data.
Submitted by: trevor |
20 Nov 2003 19:28:29
0.2
|
knu  |
Update to 0.2.
PR: 58935
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> |
02 Apr 2003 12:03:44
0.1
|
knu  |
Add darts, a C++ template library that implements Double-Array. |