From c6fed9bb3580c8c29709bc8d6ce88a3912deac70 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Tue, 4 May 2004 09:18:55 +0000 Subject: [PATCH] Andreas V. Meier: add sloccount, a source line of code counter (run it on rock-src e.g. :) [2004041920243316578] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2823 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/sloccount/sloccount.conf | 2 ++ package/avm/sloccount/sloccount.desc | 46 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 package/avm/sloccount/sloccount.conf create mode 100644 package/avm/sloccount/sloccount.desc diff --git a/package/avm/sloccount/sloccount.conf b/package/avm/sloccount/sloccount.conf new file mode 100644 index 000000000..b3cb73d75 --- /dev/null +++ b/package/avm/sloccount/sloccount.conf @@ -0,0 +1,2 @@ +var_append makeopt " " "PREFIX=$root/$prefix" +var_append makeinstopt " " "PREFIX=$root/$prefix" diff --git a/package/avm/sloccount/sloccount.desc b/package/avm/sloccount/sloccount.desc new file mode 100644 index 000000000..e11b9fd5a --- /dev/null +++ b/package/avm/sloccount/sloccount.desc @@ -0,0 +1,46 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/sloccount/sloccount.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Source Lines of Code (SLOC) Counter + +[T] SLOCCount (pronounced "sloc-count") is a suite of programs for counting +[T] physical source lines of code (SLOC) in potentially large software systems. +[T] Thus, SLOCCount is a "software metrics tool" or "software measurement +[T] tool". SLOCCount was developed by David A. Wheeler, originally to count +[T] SLOC in a GNU/Linux distribution, but it can be used for counting the SLOC +[T] of arbitrary software systems. + +[U] http://www.dwheeler.com/sloccount/sloccount.html + +[A] David A. Wheeler +[M] Andreas V. 'netrunner' Meier + +[C] extra/development + +[L] GPL +[S] Stable +[V] 2.23 +[P] X -----5---9 800.000 + +[D] 1188885665 sloccount-2.23.tar.gz http://www.dwheeler.com/sloccount/ +