Port details |
- marisa-trie MARISA: Matching Algorithm with Recursively Implemented StorAge
- 0.24_1 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: iblis@hs.ntnu.edu.tw
 - Port Added: 2016-07-08 17:23:32
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: json-c, sysinfo, python, miller
- License: BSD2CLAUSE LGPL21+
- 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.
WWW: https://github.com/s-yata/marisa-trie
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- marisa-tire>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-tire
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: marisa-tire
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1467536118
SHA256 (s-yata-marisa-trie-0.24-961ed33_GH0.tar.gz) = f9e48330b2f58df68fbb02adff70cdcb87f7cdfa401afb7afcf104ee117aeb94
SIZE (s-yata-marisa-trie-0.24-961ed33_GH0.tar.gz) = 167449
- 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.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- This port is required by:
- for Libraries
-
- chinese/librime
- Configuration Options:
- ===> The following configuration options are available for marisa-tire-0.24_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:
|
Number of commits found: 6
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.24_1 |
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 ) |
06 Apr 2021 14:31:07 0.24_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Jan 2019 13:20:19
0.24_1 |
mat  |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
21 Oct 2016 15:21:13
0.24_1 |
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 |
10 Oct 2016 04:26:23
0.24_1 |
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) |
08 Jul 2016 17:23:20
0.24 |
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> |
Number of commits found: 6
|