notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
darts C++ template library that implements Double-Array
0.32_1 devel on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.32_1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
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:: p5-Mail-Tools, p5-Digest-MD5, expat, razor-agents, gmake
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. include/darts.h
  2. libexec/darts/darts
  3. libexec/darts/mkdarts
  4. /usr/local/share/licenses/darts-0.32_1/catalog.mk
  5. /usr/local/share/licenses/darts-0.32_1/LICENSE
  6. /usr/local/share/licenses/darts-0.32_1/BSD3CLAUSE
  7. /usr/local/share/licenses/darts-0.32_1/LGPL21+
Collapse this list.
Dependency lines:
  • darts>0:devel/darts
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):
darts
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.32_10.32_10.32_10.32_10.32_1-0.32_1-
FreeBSD:13:quarterly0.32_10.32_10.32_10.32_10.32_10.32_10.32_10.32_1
FreeBSD:14:latest0.32_10.32_10.32_10.32_10.32_10.32_1-0.32_1
FreeBSD:14:quarterly0.32_10.32_1-0.32_10.32_10.32_10.32_10.32_1
FreeBSD:15:latest0.32_10.32_1n/a0.32_1n/a0.32_10.32_10.32_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.71 : devel/autoconf
  2. automake>=1.16.5 : devel/automake
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.chasen.org/~taku/software/darts/src/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.32_1
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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
commit hash: 2f038fd050b7f3003049c0fdd4c6251523e4b25acommit hash: 2f038fd050b7f3003049c0fdd4c6251523e4b25acommit hash: 2f038fd050b7f3003049c0fdd4c6251523e4b25acommit hash: 2f038fd050b7f3003049c0fdd4c6251523e4b25a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/darts: Fix build with llvm16

- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.32_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.32_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.32_1
03 Jun 2018 19:52:59
Revision:471517Original commit files touched by this commit
cpm search for other commits by this committer
- Update pkg-descr
0.32_1
03 Jun 2018 19:41:28
Revision:471516Original commit files touched by this commit
cpm search for other commits by this committer
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
Revision:406500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
0.32
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.32
10 Dec 2013 22:54:56
Revision:336121Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.32
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
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
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.32
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- Drop maintainership
0.32
26 Mar 2009 13:05:02
Original commit files touched by this commit
miwi search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation
0.32
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
0.32
20 Jun 2008 22:06:05
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.32
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership

Approved by:    maintainer implicit
0.31
21 Feb 2007 14:51:54
Original commit files touched by this commit
laszlof search for other commits by this committer
Update to 0.31
0.3
07 Nov 2006 15:37:06
Original commit files touched by this commit
laszlof search for other commits by this committer
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
0.3
04 Jan 2006 09:14:59
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
0.2
11 Nov 2005 14:56:15
Original commit files touched by this commit
garga search for other commits by this committer
- 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
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
knu search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
0.2
20 Nov 2003 19:28:29
Original commit files touched by this commit
knu search for other commits by this committer
Update to 0.2.

PR:             58935
Submitted by:   Fumihiko Kimura <jfkimura@yahoo.co.jp>
0.1
02 Apr 2003 12:03:44
Original commit files touched by this commit
knu search for other commits by this committer
Add darts, a C++ template library that implements Double-Array.

Number of commits found: 29