summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-26 22:32:00 +0100
committerTreeve Jelbert2021-11-26 22:32:00 +0100
commit18295e770b0c4ec485aee54c4312b4202e835c0a (patch)
tree7cdf7c91618c1cea0755ca44d68a6db731a87b1d
parent5f89c36a942e704e489acd4741869bf8f96e49eb (diff)
libexttextcat-3.4.6
-rw-r--r--ChangeLog1
-rwxr-xr-xlibs/libexttextcat/DEPENDS10
-rwxr-xr-xlibs/libexttextcat/DETAILS15
-rw-r--r--libs/libexttextcat/HISTORY4
4 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 416a6c2f05..7e73386877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2021-11-26 Treeve Jelbert <treeve@sourcemage.org>
* zanshin: move to kde5-utils
* graphics-libs/box2d: added,
+ * libs/libexttextcat: added
2021-11-25 Treeve Jelbert <treeve@sourcemage.org>
* qt5-cmake/kddockwidgets: added
diff --git a/libs/libexttextcat/DEPENDS b/libs/libexttextcat/DEPENDS
new file mode 100755
index 0000000000..411ab09e24
--- /dev/null
+++ b/libs/libexttextcat/DEPENDS
@@ -0,0 +1,10 @@
+#source $GRIMOIRE/CMAKE_DEPENDS
+#depends meson
+#depends -sub CXX gcc
+#depends cmake
+#depends xz
+#depends autoconf &&
+#depends automake
+#depends xyz
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+
diff --git a/libs/libexttextcat/DETAILS b/libs/libexttextcat/DETAILS
new file mode 100755
index 0000000000..d7cd1f1f4b
--- /dev/null
+++ b/libs/libexttextcat/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libexttextcat
+ VERSION=3.4.6
+ SOURCE_HASH=sha512:5fe7b9b78d2d81b26ba07ce16c6dae490369a0a8b11561cc1260d893c86ef54cf76982751927eed71ac792cdbb47bac0f7acc71939a38c93310ee2bda174448b
+ SOURCE=$SPELL-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/LibreOffice/libexttextcat
+ SOURCE_URL[0]=https://dev-www.libreoffice.org/src/libexttextcat/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="Text Categorization library"
+cat << EOF
+libexttextcat is an N-Gram-Based Text Categorization library primarily intended
+for language guessing.
+EOF
diff --git a/libs/libexttextcat/HISTORY b/libs/libexttextcat/HISTORY
new file mode 100644
index 0000000000..e7a5f0aabc
--- /dev/null
+++ b/libs/libexttextcat/HISTORY
@@ -0,0 +1,4 @@
+2021-12-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 3.4.6
+ spell created
+