Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9bbfda684e8a918ecfd99deb81553a9668e1bef7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9bbfda684e8a918ecfd99deb81553a9668e1bef7)
  • Date: Mon, 1 Sep 2008 13:51:21 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
utils/cloc/BUILD | 1 +
utils/cloc/DEPENDS | 1 +
utils/cloc/DETAILS | 25 +++++++++++++++++++++++++
utils/cloc/HISTORY | 3 +++
utils/cloc/INSTALL | 2 ++
utils/cloc/PRE_BUILD | 1 +
7 files changed, 36 insertions(+)

New commits:
commit 9bbfda684e8a918ecfd99deb81553a9668e1bef7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

utils/cloc: counter and simple analyser of lines of code

diff --git a/ChangeLog b/ChangeLog
index 67e0059..99647ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * utils/cloc: counter and simple analyser of lines of code
+
2008-09-01 Treeve Jelbert <treeve AT sourcemage.org>
* science-libs/eigen2: new spell, linear algebra

diff --git a/utils/cloc/BUILD b/utils/cloc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/cloc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/cloc/DEPENDS b/utils/cloc/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/utils/cloc/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/utils/cloc/DETAILS b/utils/cloc/DETAILS
new file mode 100755
index 0000000..b17b948
--- /dev/null
+++ b/utils/cloc/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=cloc
+ VERSION=1.04
+ SOURCE=$SPELL-$VERSION.pl
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d6930ad61c92798bb6456f7c72e631a438b04316ee8c4851b49a9c7484cbc8f34b4e0a109e05c823ad4366fe7ede7cc061298d8d1c70603aa6260a2eb7520d1e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://cloc.sourceforge.net";
+ LICENSE[0]=GPL2+
+ DOCS=
+ ENTERED=20080901
+ SHORT="counter and simple analyser of lines of code"
+cat << EOF
+cloc counts blank lines, comment lines, and physical lines of source
+code in many programming languages. It is written entirely in Perl with
+no dependencies outside the standard distribution of Perl v5.6 and higher
+(code from some external modules is embedded within cloc) and so is quite
+portable. cloc is known to run on many flavors of Linux, AIX, Solaris, IRIX,
+z/OS, and Windows. (To run the Perl source version of cloc on Windows one
+needs ActiveState Perl 5.6.1 or higher, or Cygwin installed. Alternatively
+one can use the Windows binary of cloc generated with perl2exe to run on
+Windows computers that have neither Perl nor Cygwin.)
+
+cloc contains code from David Wheeler's SLOCCount, Damian Conway and
Abigail's
+Perl module Regexp::Common, and Sean M. Burke's Perl module Win32::Autoglob.
+EOF
diff --git a/utils/cloc/HISTORY b/utils/cloc/HISTORY
new file mode 100644
index 0000000..6481b32
--- /dev/null
+++ b/utils/cloc/HISTORY
@@ -0,0 +1,3 @@
+2008-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/utils/cloc/INSTALL b/utils/cloc/INSTALL
new file mode 100755
index 0000000..10beba0
--- /dev/null
+++ b/utils/cloc/INSTALL
@@ -0,0 +1,2 @@
+install -v -D "$SOURCE_CACHE/$SOURCE" "$INSTALL_ROOT/usr/bin/$SPELL" &&
+chmod +x "$INSTALL_ROOT/usr/bin/$SPELL"
diff --git a/utils/cloc/PRE_BUILD b/utils/cloc/PRE_BUILD
new file mode 100755
index 0000000..13c1c1c
--- /dev/null
+++ b/utils/cloc/PRE_BUILD
@@ -0,0 +1 @@
+verify_file



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (9bbfda684e8a918ecfd99deb81553a9668e1bef7), Jaka Kranjc, 09/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page