Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce1e76d26b498f995bb1284e43c6cc2630d150e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce1e76d26b498f995bb1284e43c6cc2630d150e5)
  • Date: Fri, 30 Aug 2013 11:31:15 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/comparator/BUILD | 1 +
devel/comparator/DETAILS | 20 ++++++++++++++++++++
devel/comparator/HISTORY | 2 ++
4 files changed, 27 insertions(+)

New commits:
commit ce1e76d26b498f995bb1284e43c6cc2630d150e5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

comparator: new spell, find common code segments in large source trees

diff --git a/ChangeLog b/ChangeLog
index c1eab25..da3e73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/comparator: new spell, Rapidly find common code segments in
+ large source trees
+
2013-08-29 David C. Haley <khoralin AT gmail.com>
* net/amap: new spell, an application protocol tool

diff --git a/devel/comparator/BUILD b/devel/comparator/BUILD
new file mode 100755
index 0000000..429933c
--- /dev/null
+++ b/devel/comparator/BUILD
@@ -0,0 +1 @@
+make CFLAGS="$CFLAGS"
diff --git a/devel/comparator/DETAILS b/devel/comparator/DETAILS
new file mode 100755
index 0000000..9fab6c6
--- /dev/null
+++ b/devel/comparator/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=comparator
+ VERSION=2.9
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.catb.org/~esr/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:039c2edead2366f9c067a279b0449a6c5e7872acbe1c06ed5ad31bd3c76eee3c514abe6dd53a4921c2ad382a82c53fcff2db73338532594621327b5bb440d442
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.catb.org/~esr/comparator/";
+ LICENSE[0]="BSD"
+ ENTERED=20130830
+ KEYWORDS=""
+ SHORT="Rapidly find common code segments in large source trees"
+cat << EOF
+comparator is a program for rapidly finding common segments in large
+source-code trees. See the manual page for instructions. It comes with a
+filtering postprecessor, filterator.
+
+comparator and filterator are a pair of programs for identifying common
+or closely matching segments in source trees. They are fast enough to give
+near-instant results even on trees running to millions of lines each.
+EOF
diff --git a/devel/comparator/HISTORY b/devel/comparator/HISTORY
new file mode 100644
index 0000000..198b813
--- /dev/null
+++ b/devel/comparator/HISTORY
@@ -0,0 +1,2 @@
+2013-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ce1e76d26b498f995bb1284e43c6cc2630d150e5), Ismael Luceno, 08/30/2013

Archive powered by MHonArc 2.6.24.

Top of Page