Skip to content
Snippets Groups Projects
Commit ad68274e authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

textproc/jarowinkler-cpp: Remove: merged into devel/rapidfuzz-cpp

parent 41744ebe
No related branches found
No related tags found
No related merge requests found
......@@ -3457,3 +3457,4 @@ devel/libopentracing||2024-09-01|Has expired: https://github.com/opentracing/spe
x11-fm/arqiver|archivers/arqiver|2024-09-01|Moved to a better fit category
databases/mysql81-server||2024-09-02|Has expired: MySQL 8.1 is not supported by the vendor and has unfixed vulnerabilies
databases/mysql81-client||2024-09-02|Has expired: MySQL 8.1 is not supported by the vendor and has unfixed vulnerabilies
textproc/jarowinkler-cpp|devel/rapidfuzz-cpp|2024-09-03|Merged into devel/rapidfuzz-cpp
......@@ -336,7 +336,6 @@
SUBDIR += jalingo
SUBDIR += jaq
SUBDIR += jarnal
SUBDIR += jarowinkler-cpp
SUBDIR += java2html
SUBDIR += jaxup
SUBDIR += jdictionary
......
PORTNAME= jarowinkler-cpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast Jaro and Jaro Winkler distance C++ header-only library
WWW= https://github.com/maxbachmann/jarowinkler-cpp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= maxbachmann
CMAKE_TESTING_ON= JARO_WINKLER_BUILD_TESTING
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1656705791
SHA256 (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 27970eade7a351d0e61a5750b6d5fbb4aa09cd12f1bc6b1a8425559d430dff1c
SIZE (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 10375
Fast Jaro and Jaro Winkler distance C++ header-only library.
include/jaro_winkler/details/common.hpp
include/jaro_winkler/details/intrinsics.hpp
include/jaro_winkler/details/jaro_impl.hpp
include/jaro_winkler/jaro_winkler.hpp
lib/cmake/jaro_winkler/jaro_winklerConfig.cmake
lib/cmake/jaro_winkler/jaro_winklerConfigVersion.cmake
lib/cmake/jaro_winkler/jaro_winklerTargets.cmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment