Port details |
- libdistance Compute the distance between two pieces of data
- 0.2.2_2 devel =2 0.2.2_2Version of this port present on the latest quarterly branch.
- Maintainer: jonathan@FreeBSD.org
- Port Added: 2015-11-03 21:57:46
- Last Update: 2024-03-29 08:04:29
- Commit Hash: 92a2649
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://monkey.org/~jose/software/libdistance
- Description:
- The distance library is used to compare pieces of data for similarity.
Specifically, it contains a number of methods to find the "edit distance"
between inputs, or the number of differences between them. These differences
are calculated using various mechanisms. The inputs to these functions can be
character strings or arbitrary data.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdistance>0:devel/libdistance
- To install the port:
- cd /usr/ports/devel/libdistance/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libdistance
- pkg install libdistance
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdistance
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libdistance-0.2.2.tar.gz) = 65364e07c9fe78ef34fc0e563aff2317ab0aba7549da07adea929426a708e6ad
SIZE (libdistance-0.2.2.tar.gz) = 31629
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:
-
- swig : devel/swig
- fakeroot : security/fakeroot
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- This port is required by:
- for Libraries
-
- devel/libgrading
Configuration Options:
- No options to configure
- Options name:
- devel_libdistance
- USES:
- fakeroot pkgconfig tcl
- 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.2_2 29 Mar 2024 08:04:29 |
Yasuhiro Kimura (yasu) |
devel/libdistance: Move man page to share/man
Approved by: portmgr (blanket) |
0.2.2_1 12 Jun 2023 19:45:15 |
Muhammad Moinur Rahman (bofh) |
devel/libdistance: Fix build with llvm15
Approved by: portmgr (blanket) |
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.2.2_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.2.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.2_1 17 Jun 2020 18:17:45 |
sunpoet |
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine |
0.2.2_1 04 Jan 2018 13:03:58 |
gahr |
devel/libdistance: adjust for new Tcl pkg-config file |
0.2.2_1 19 Dec 2017 16:16:27 |
bapt |
Switch dependency from swig20 to swig30 |
0.2.2_1 08 Apr 2016 12:53:22 |
gahr |
devel/libdistance: mark as MAKE_JOBS_UNSFAFE |
0.2.2_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.2_1 26 Nov 2015 13:39:56 |
jonathan |
Stop clobbering libdistance with its own swig wrapper.
The libdistance library should be called libdistance.so and its
swig wrapper should be called libdistance_wrap.so.
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D4194 |
0.2.2 03 Nov 2015 21:57:35 |
jonathan |
Add new port: devel/libdistance.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Note: r400363 used the above commit message but, due to user error, was
actually devel/myrepos (see https://reviews.freebsd.org/D3730).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D4015 |