Port details |
- marisa-trie MARISA: Matching Algorithm with Recursively Implemented StorAge
- 0.2.6_1,1 devel =3 0.2.6_1,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: 2016-07-08 17:23:32
- Last Update: 2024-11-12 14:44:30
- Commit Hash: d945c6e
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: BSD2CLAUSE LGPL21+
- WWW:
- https://github.com/s-yata/marisa-trie
- Description:
- Matching Algorithm with Recursively Implemented StorAge (MARISA)
is a static and space-efficient trie data structure. And libmarisa
is a C++ library to provide an implementation of MARISA. Also, the
package of libmarisa contains a set of command line tools for
building and operating a MARISA-based dictionary.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- marisa-trie>0:devel/marisa-trie
- To install the port:
- cd /usr/ports/devel/marisa-trie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/marisa-trie
- pkg install marisa-trie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: marisa-trie
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1665596480
SHA256 (s-yata-marisa-trie-v0.2.6_GH0.tar.gz) = 1063a27c789e75afa2ee6f1716cc6a5486631dcfcb7f4d56d6485d2462e566de
SIZE (s-yata-marisa-trie-v0.2.6_GH0.tar.gz) = 168332
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:
-
- libtool : devel/libtool
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- This port is required by:
- for Libraries
-
- chinese/librime
Configuration Options:
- ===> The following configuration options are available for marisa-trie-0.2.6_1,1:
POPCNT=off: Support for POPCNT
SSE2=on: Support for SSE2
SSE3=off: Support for SSE3
SSE4=off: Support for SSE4
SSE41=off: Support for SSE4.1
SSE42=off: Support for SSE4.2
SSE4A=off: Support for SSE4a
SSSE3=off: Support for SSSE3
===> Use 'make config' to modify these settings
- Options name:
- devel_marisa-trie
- USES:
- autoreconf libtool:build pathfix
- 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.6_1,1 12 Nov 2024 14:44:30 |
Ryan Steinmetz (zi) |
*/*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for multiple
months |
0.2.6_1,1 05 Dec 2022 19:28:13 |
Dmitry Marakasov (amdmi3) |
devel/marisa-trie: fix typo in PORTNAME
Approved by: portmgr blanket |
0.2.6,1 27 Oct 2022 08:02:22 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
devel/marisa-trie: update to 0.2.6
PR: 266995
Reported by: fuz@fuz.su
Approved by: iblis@hs.ntnu.edu.tw (maintainer, timeout > 2 weeks) |
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.24_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.24_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.24_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.24_1 08 Jan 2019 13:20:19 |
mat |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
0.24_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.24_1 10 Oct 2016 04:26:23 |
jbeich |
devel/marisa-trie: enable SSE2 by default on amd64
Respect CPUTYPE defined via make.conf in order to derive option defaults.
PR: 213271
Approved by: Iblis Lin (maintainer) |
0.24 08 Jul 2016 17:23:20 |
pi |
New port: devel/marisa-trie
Matching Algorithm with Recursively Implemented StorAge (MARISA)
is a static and space-efficient trie data structure. And libmarisa
is a C++ library to provide an implementation of MARISA. Also, the
package of libmarisa contains a set of command line tools for
building and operating a MARISA-based dictionary.
WWW: https://github.com/s-yata/marisa-trie
PR: 210780
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> |