Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (542e9b2420121cab7e1dbed8bc661916f495b1ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (542e9b2420121cab7e1dbed8bc661916f495b1ce)
  • Date: Tue, 15 Jan 2019 01:48:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 3 +++
libs/fstrcmp/DEPENDS | 2 ++
libs/fstrcmp/DETAILS | 18 ++++++++++++++++++
libs/fstrcmp/HISTORY | 3 +++
libs/fstrcmp/PRE_BUILD | 7 +++++++
5 files changed, 33 insertions(+)

New commits:
commit 542e9b2420121cab7e1dbed8bc661916f495b1ce
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/fstrcmp: new spell, strings fuzzy comparisons library

diff --git a/ChangeLog b/ChangeLog
index 0719bd3..988d78c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-01-14 Pavel Vinogradov <public AT sourcemage.org>
+ * libs/fstrcmp: new spell, strings fuzzy comparisons library
+
2019-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/clazy: new spell, an llvm plugin that understands Qt idioms

diff --git a/libs/fstrcmp/DEPENDS b/libs/fstrcmp/DEPENDS
new file mode 100755
index 0000000..0a0255f
--- /dev/null
+++ b/libs/fstrcmp/DEPENDS
@@ -0,0 +1,2 @@
+depends groff &&
+depends libtool
diff --git a/libs/fstrcmp/DETAILS b/libs/fstrcmp/DETAILS
new file mode 100755
index 0000000..f2d3467
--- /dev/null
+++ b/libs/fstrcmp/DETAILS
@@ -0,0 +1,18 @@
+ SPELL="fstrcmp"
+ VERSION="0.7.D001"
+
SOURCE_HASH="sha512:aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="http://${SPELL}.sourceforge.net/${SOURCE}";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://fstrcmp.sourceforge.net/";
+ ENTERED="20190114"
+ LICENSE[0]="GPL"
+ KEYWORDS=""
+ SHORT="strings fuzzy comparisons library"
+cat << EOF
+The fstrcmp project provides a library that is used to make fuzzy comparisons
+of strings and byte arrays, including multi-byte character strings.
+
+This can be useful in error messages, enabling the suggestion of likely valid
+alternatives. In compilers, this can reduce the cascade of secondary errors.
+EOF
diff --git a/libs/fstrcmp/HISTORY b/libs/fstrcmp/HISTORY
new file mode 100644
index 0000000..5430ad3
--- /dev/null
+++ b/libs/fstrcmp/HISTORY
@@ -0,0 +1,3 @@
+2019-01-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: created spell
+
diff --git a/libs/fstrcmp/PRE_BUILD b/libs/fstrcmp/PRE_BUILD
new file mode 100755
index 0000000..cbd7b4a
--- /dev/null
+++ b/libs/fstrcmp/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# disable pdf building because it fails for now
+sed -e 's;all-bin all-doc;all-bin;' \
+ -e 's;install-bin install-doc;install-bin;' \
+ -i Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (542e9b2420121cab7e1dbed8bc661916f495b1ce), Pavel Vinogradov, 01/14/2019

Archive powered by MHonArc 2.6.24.

Top of Page