Date: Tue, 3 Sep 2024 08:36:03 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ad68274e1e2d - main - textproc/jarowinkler-cpp: Remove: merged into devel/rapidfuzz-cpp Message-ID: <202409030836.4838a3tD021972@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad68274e1e2dd0d423df0257ddeb3821281dadf5 commit ad68274e1e2dd0d423df0257ddeb3821281dadf5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-03 07:18:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-03 08:35:50 +0000 textproc/jarowinkler-cpp: Remove: merged into devel/rapidfuzz-cpp --- MOVED | 1 + textproc/Makefile | 1 - textproc/jarowinkler-cpp/Makefile | 22 ---------------------- textproc/jarowinkler-cpp/distinfo | 3 --- textproc/jarowinkler-cpp/pkg-descr | 1 - textproc/jarowinkler-cpp/pkg-plist | 7 ------- 6 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index 298914577e3f..700227c718d2 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/textproc/Makefile b/textproc/Makefile index 31ec0c1ffd14..09dcbc33ae81 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -336,7 +336,6 @@ SUBDIR += jalingo SUBDIR += jaq SUBDIR += jarnal - SUBDIR += jarowinkler-cpp SUBDIR += java2html SUBDIR += jaxup SUBDIR += jdictionary diff --git a/textproc/jarowinkler-cpp/Makefile b/textproc/jarowinkler-cpp/Makefile deleted file mode 100644 index 471e5116d916..000000000000 --- a/textproc/jarowinkler-cpp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -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> diff --git a/textproc/jarowinkler-cpp/distinfo b/textproc/jarowinkler-cpp/distinfo deleted file mode 100644 index 7b70141e6174..000000000000 --- a/textproc/jarowinkler-cpp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656705791 -SHA256 (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 27970eade7a351d0e61a5750b6d5fbb4aa09cd12f1bc6b1a8425559d430dff1c -SIZE (maxbachmann-jarowinkler-cpp-v1.0.2_GH0.tar.gz) = 10375 diff --git a/textproc/jarowinkler-cpp/pkg-descr b/textproc/jarowinkler-cpp/pkg-descr deleted file mode 100644 index ddd379f24a7c..000000000000 --- a/textproc/jarowinkler-cpp/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Fast Jaro and Jaro Winkler distance C++ header-only library. diff --git a/textproc/jarowinkler-cpp/pkg-plist b/textproc/jarowinkler-cpp/pkg-plist deleted file mode 100644 index 7e6210aff065..000000000000 --- a/textproc/jarowinkler-cpp/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409030836.4838a3tD021972>