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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
p5-Text-Levenshtein-Damerau-XS Damerau Levenshtein edit distance
3.2 devel on this many watch lists=2 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 3.2Version of this port present on the latest quarterly branch.
Maintainer: m.ne@gmx.net search for ports maintained by this maintainer
Port Added: 2022-10-22 17:24:09
Last Update: 2022-10-22 17:22:33
Commit Hash: 392abcf
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/Text-Levenshtein-Damerau-XS
Description:
Returns the true Damerau Levenshtein edit distance of strings with adjacent transpositions. XS implementation (requires a C compiler). Works correctly with utf8.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Text-Levenshtein-Damerau-XS-3.2/catalog.mk
  2. /usr/local/share/licenses/p5-Text-Levenshtein-Damerau-XS-3.2/LICENSE
  3. /usr/local/share/licenses/p5-Text-Levenshtein-Damerau-XS-3.2/ART10
  4. /usr/local/share/licenses/p5-Text-Levenshtein-Damerau-XS-3.2/GPLv1+
  5. lib/perl5/site_perl/mach/5.32/Text/Levenshtein/Damerau/XS.pm
  6. lib/perl5/site_perl/mach/5.32/auto/Text/Levenshtein/Damerau/XS/XS.so
  7. lib/perl5/site_perl/man/man3/Text::Levenshtein::Damerau::XS.3.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • p5-Text-Levenshtein-Damerau-XS>0:devel/p5-Text-Levenshtein-Damerau-XS
To install the port:
cd /usr/ports/devel/p5-Text-Levenshtein-Damerau-XS/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Text-Levenshtein-Damerau-XS
  • pkg install p5-Text-Levenshtein-Damerau-XS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Text-Levenshtein-Damerau-XS
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1665547580 SHA256 (Text-Levenshtein-Damerau-XS-3.2.tar.gz) = 154e376a909cb358cafe8571d02832f25838bd7dd11df3f87b619fd81eeb59fe SIZE (Text-Levenshtein-Damerau-XS-3.2.tar.gz) = 14136

Packages (timestamps in pop-ups are UTC):
p5-Text-Levenshtein-Damerau-XS
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.23.2-3.23.2---
FreeBSD:13:quarterly3.23.23.23.23.23.23.23.2
FreeBSD:14:latest3.23.23.23.23.23.2-3.2
FreeBSD:14:quarterly3.23.2-3.23.23.23.23.2
FreeBSD:15:latest3.23.2n/a3.2n/a3.23.23.2
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-Text-Levenshtein-Damerau-XS
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Text/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Text/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Text/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Text/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Text/
  7. http://backpan.perl.org/modules/by-module/Text/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Text/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Text/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Text/
  12. https://www.cpan.org/modules/by-module/Text/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2
22 Oct 2022 17:22:33
commit hash: 392abcf58a119648238a49ed278725547f534183commit hash: 392abcf58a119648238a49ed278725547f534183commit hash: 392abcf58a119648238a49ed278725547f534183commit hash: 392abcf58a119648238a49ed278725547f534183 files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Martin Neubauer
Add devel/p5-Text-Levenshtein-Damerau-XS: XS Damerau Levenshtein edit distance

PR:		267047

Number of commits found: 1