pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove cloc
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By: gdt
Date: Sun Apr 23 20:09:32 2017 -0400
Changeset: 7fb86417d28093dc47fc395b3fda50fbbe551e9b
Modified Files:
Makefile
Removed Files:
cloc/DESCR
cloc/Makefile
cloc/PLIST
cloc/distinfo
cloc/patches/patch-cloc-1.56.pl
Log Message:
Remove cloc
There is a newer version in devel/
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7fb86417d28093dc47fc395b3fda50fbbe551e9b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
cloc/DESCR | 13 -------------
cloc/Makefile | 34 ----------------------------------
cloc/PLIST | 2 --
cloc/distinfo | 7 -------
cloc/patches/patch-cloc-1.56.pl | 33 ---------------------------------
6 files changed, 90 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a63873f234..cf8ebb0024 100644
--- a/Makefile
+++ b/Makefile
@@ -379,7 +379,6 @@ SUBDIR+= cli-git
SUBDIR+= cliquer
SUBDIR+= clisp-asdf
SUBDIR+= clisp-hg
-SUBDIR+= cloc
SUBDIR+= clockspeed
SUBDIR+= cloog
SUBDIR+= clustalx
diff --git a/cloc/DESCR b/cloc/DESCR
deleted file mode 100644
index 18380167fb..0000000000
--- a/cloc/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-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.
diff --git a/cloc/Makefile b/cloc/Makefile
deleted file mode 100644
index b9e9a21073..0000000000
--- a/cloc/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2013/12/01 09:01:55 thomasklausner Exp $
-
-DISTNAME= cloc-1.56
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cloc/}
-EXTRACT_SUFX= .pl
-
-MAINTAINER= kamel.derouiche%gmail.com@localhost
-HOMEPAGE= http://cloc.sourceforge.net/
-COMMENT= Statistics utility to count lines of code
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff
-DEPENDS+= p5-Getopt-Long>=2.38:../../devel/p5-Getopt-Long
-DEPENDS+= p5-File-Path>=2.08:../../devel/p5-File-Path
-DEPENDS+= p5-File-Temp>=0.22:../../devel/p5-File-Temp
-DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
-
-WRKSRC= ${WRKDIR}
-
-NO_BUILD= yes
-
-USE_LANGUAGES= # none
-
-REPLACE_PERL+= ${DISTNAME}.pl
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.pl ${DESTDIR}${PREFIX}/bin/cloc
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/cloc/PLIST b/cloc/PLIST
deleted file mode 100644
index cbc0b9ae6f..0000000000
--- a/cloc/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/14 21:46:41 jihbed Exp $
-bin/cloc
diff --git a/cloc/distinfo b/cloc/distinfo
deleted file mode 100644
index 4209178e39..0000000000
--- a/cloc/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/01/29 11:16:34 jihbed Exp $
-
-SHA1 (cloc-1.56.pl) = 238ea26eccfc574c27aa90ee17741f363959be3f
-RMD160 (cloc-1.56.pl) = f5d969bb4cfcd9d2806a63741f8abcdabcad2795
-SHA512 (cloc-1.56.pl) = 6bbd74c79bc6c905bc20be1d5d4b75efdb01d5b395e5f163e0ea1358b5da2b41ae7c7f27fc0487a37c3144fd3ac81d7242e31245994e257bd09e313837f50979
-Size (cloc-1.56.pl) = 320786 bytes
-SHA1 (patch-cloc-1.56.pl) = 29aea7c6a2ca1338bc1b892bc5d686f7da197df8
diff --git a/cloc/patches/patch-cloc-1.56.pl b/cloc/patches/patch-cloc-1.56.pl
deleted file mode 100644
index f9961767da..0000000000
--- a/cloc/patches/patch-cloc-1.56.pl
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD$
-
---- cloc-1.56.pl.orig 2016-04-20 15:59:30.000000000 +0000
-+++ cloc-1.56.pl
-@@ -1051,8 +1051,8 @@ foreach (my $F = 0; $F < scalar @fh - 1;
- $Ignored{$file_R} = "--exclude-lang=$Lang_R}";
- next;
- }
-- if (!defined @{$Filters_by_Language{$Lang_L} } or
-- !defined @{$Filters_by_Language{$Lang_R} }
-+ if (!defined {$Filters_by_Language{$Lang_L} } or
-+ !defined {$Filters_by_Language{$Lang_R} }
- ) {
- if (($Lang_L eq "(unknown)") or ($Lang_R eq "(unknown)")) {
- $Ignored{$fh[$F ]}{$file_L} = "language unknown (#1)";
-@@ -1376,7 +1376,7 @@ foreach my $file (sort keys %unique_sour
- $Ignored{$file} = "--exclude-lang=$Language{$file}";
- next;
- }
-- if (!defined @{$Filters_by_Language{$Language{$file}} }) {
-+ if (!defined {$Filters_by_Language{$Language{$file}} }) {
- if ($Language{$file} eq "(unknown)") {
- $Ignored{$file} = "language unknown (#1)";
- } else {
-@@ -1507,7 +1507,7 @@ sub combine_results {
- )?
- $}x) {
- if ($report_type eq "by language") {
-- next unless defined @{$rhaa_Filters_by_Language->{$1}};
-+ next unless defined {$rhaa_Filters_by_Language->{$1}};
- # above test necessary to avoid trying to sum reports
- # of reports (which have no language breakdown).
- $found_language = 1;
Home |
Main Index |
Thread Index |
Old Index