Commit ad68274e authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

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

parent 41744ebe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -336,7 +336,6 @@
    SUBDIR += jalingo
    SUBDIR += jaq
    SUBDIR += jarnal
    SUBDIR += jarowinkler-cpp
    SUBDIR += java2html
    SUBDIR += jaxup
    SUBDIR += jdictionary

textproc/jarowinkler-cpp/Makefile

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
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>

textproc/jarowinkler-cpp/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1656705791
SHA256 (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 27970eade7a351d0e61a5750b6d5fbb4aa09cd12f1bc6b1a8425559d430dff1c
SIZE (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 10375
+0 −1
Original line number Diff line number Diff line
Fast Jaro and Jaro Winkler distance C++ header-only library.
Loading