NOTICE: This package has been removed from pkgsrc

./wip/cloc, Count lines of code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.80, Package name: cloc-1.80, Maintainer: pkgsrc-users

cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages, with the following features:

* Reads user-supplied language comment definition files
* Allows results from multiple runs to be summed together by
language and by project.
* Produces results in a variety of formats: plain text, XML, YAML,
CSV.
* Counts code within compressed archives (tarballs, Zip files, Java
.ear files).
* Has numerous troubleshooting options.
* Handles file and directory names with spaces and other unusual
characters.


Required to run:
[textproc/p5-Regexp-Common] [lang/perl5] [devel/p5-Algorithm-Diff] [devel/p5-Parallel-ForkManager]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: f78e173c9c8e70d8b65d15e2715f599a11b6c915
RMD160: 6a1cdeb088e6793d917a9a26198d0aad3f093b99
Filesize: 443.325 KB

Version history: (Expand)


CVS history: (Expand)


   2013-12-01 10:01:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
IO has been a part of perl core since 5.6.
The latest version distributed outside the perl core is as old as perl-5.10.

Remove p5-IO dependencies in preparation for removal of package.
   2013-01-29 12:16:34 by Kamel Derouiche | Files touched by this commit (2)
Log message:
Update version, add new dependency

   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-11-14 01:15:59 by othyro | Files touched by this commit (77)
Log message:
Fixed invalid CATEGORIES. Some of these also got DISTNAME modified and
minor formatting fixes.
   2012-11-12 16:59:46 by othyro | Files touched by this commit (23)
Log message:
MASTER_SITES -> MASTER_SITE_SOURCEFORGE; part 1/4. Let me know if this
breaks anything. Minor formatting and fixes in some files.
   2012-09-24 20:26:51 by Aleksej Saushev | Files touched by this commit (116)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-12-28 22:45:18 by Kamel Derouiche | Files touched by this commit (1)
Log message:

	Update 1.51 --> 1.55

	change:
	o added dependency: p5-Getopt-Long,p5-IO
	o Update COMMENT
   2010-05-14 23:46:41 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import cloc-1.51 as wip/cloc.

cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages, with the following features:

  * Reads user-supplied language comment definition files
  * Allows results from multiple runs to be summed together by
    language and by project.
  * Produces results in a variety of formats: plain text, XML, YAML,
    CSV.
  * Counts code within compressed archives (tarballs, Zip files, Java
    .ear files).
  * Has numerous troubleshooting options.
  * Handles file and directory names with spaces and other unusual
    characters.