pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

-nuspell



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Sat Sep 2 20:17:28 2023 +0200
Changeset:	c91a6d53d359c0f14bd7ff5ca8ef63f3580ec798

Removed Files:
	nuspell/DESCR
	nuspell/Makefile
	nuspell/PLIST
	nuspell/distinfo

Log Message:
-nuspell

New location: pkgsrc/textproc/nuspell

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c91a6d53d359c0f14bd7ff5ca8ef63f3580ec798

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nuspell/DESCR    | 16 ----------------
 nuspell/Makefile | 24 ------------------------
 nuspell/PLIST    | 20 --------------------
 nuspell/distinfo |  5 -----
 4 files changed, 65 deletions(-)

diffs:
diff --git a/nuspell/DESCR b/nuspell/DESCR
deleted file mode 100644
index c77519084c..0000000000
--- a/nuspell/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-Nuspell is a spell checker library and command-line program designed for
-languages with rich morphology and complex word compounding. Nuspell is
-a pure C++ re-implementation of Hunspell.
-
-Main features of Nuspell spell checker:
-
-  - Full unicode support backed by ICU
-  - Backward compatibility with Hunspell dictionary file format
-  - Twofold affix stripping (for agglutinative languages, like Azeri,
-    Basque, Estonian, Finnish, Hungarian, Turkish, etc.)
-  - Support complex compounds (for example, Hungarian and German)
-  - Support language specific features (for example, special casing of
-    Azeri and Turkish dotted i, or German sharp s)
-  - Handle conditional affixes, circumfixes, fogemorphemes, forbidden
-    words, pseudoroots and homonyms.
-  - Free software. Licensed under GNU LGPL v3.
diff --git a/nuspell/Makefile b/nuspell/Makefile
deleted file mode 100644
index 7d0df8f781..0000000000
--- a/nuspell/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	nuspell-5.1.3
-CATEGORIES=	textproc wip
-MASTER_SITES=	${MASTER_SITE_GITHUB:=nuspell/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	bsiegert%NetBSD.org@localhost
-HOMEPAGE=	https://nuspell.github.io/
-COMMENT=	Free and Open Source C++ spell checking library
-LICENSE=	gnu-lgpl-v3
-
-USE_CMAKE=	yes
-USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++17
-
-CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=1 -DCMAKE_BUILD_TYPE=Release
-
-PKGCONFIG_OVERRIDE+=	nuspell.pc.in
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/catch2/buildlink3.mk"
-.include "../../textproc/icu/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/nuspell/PLIST b/nuspell/PLIST
deleted file mode 100644
index 40b5be9cab..0000000000
--- a/nuspell/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD$
-bin/nuspell
-include/nuspell/aff_data.hxx
-include/nuspell/checker.hxx
-include/nuspell/defines.hxx
-include/nuspell/dictionary.hxx
-include/nuspell/finder.hxx
-include/nuspell/nuspell_export.h
-include/nuspell/structures.hxx
-include/nuspell/suggester.hxx
-include/nuspell/unicode.hxx
-lib/cmake/nuspell/NuspellConfig.cmake
-lib/cmake/nuspell/NuspellConfigVersion.cmake
-lib/cmake/nuspell/NuspellTargets-release.cmake
-lib/cmake/nuspell/NuspellTargets.cmake
-lib/libnuspell.so
-lib/libnuspell.so.5
-lib/libnuspell.so.${PKGVERSION}
-lib/pkgconfig/nuspell.pc
-share/doc/nuspell/README.md
diff --git a/nuspell/distinfo b/nuspell/distinfo
deleted file mode 100644
index 14b4b9f037..0000000000
--- a/nuspell/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (nuspell-5.1.3.tar.gz) = 7b6f635aa2377ad20c08672661140c3d531b86f7c665d2935f418369dded9b0d
-SHA512 (nuspell-5.1.3.tar.gz) = 72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562
-Size (nuspell-5.1.3.tar.gz) = 371496 bytes


Home | Main Index | Thread Index | Old Index