old:

$ time cloc . | head -5
Unescaped left brace in regex is deprecated here (and will be fatal in Perl 
5.32), passed through in regex; marked by <--
HERE in m/({ <-- HERE |})/ at /usr/local/bin/cloc line 8166.
     391 text files.
     378 unique files.
      48 files ignored.

github.com/AlDanial/cloc v 1.74  T=6.78 s (50.6 files/s, 6859.3 lines/s)
    0m07.30s real     0m01.06s user     0m06.19s system

new:

$ time cloc . | head -5
     391 text files.
     378 unique files.
      25 files ignored.

github.com/AlDanial/cloc v 1.80  T=0.60 s (611.0 files/s, 80086.7 lines/s)
    0m00.95s real     0m00.77s user     0m00.16s system


ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/cloc/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    24 Dec 2017 18:20:49 -0000      1.11
+++ Makefile    25 Feb 2019 13:01:23 -0000
@@ -2,12 +2,12 @@
 
 COMMENT=               count lines of code
 
-V=                     1.74
+V=                     1.80
 DISTNAME=              cloc-${V}
 
 CATEGORIES=            textproc devel
 
-HOMEPAGE=              http://cloc.sourceforge.net/
+HOMEPAGE=              https://github.com/AlDanial/cloc
 
 MAINTAINER=            Joerg Jung <j...@openbsd.org>
 
@@ -19,7 +19,9 @@ MASTER_SITES=         https://github.com/AlDani
 NO_BUILD=              Yes
 PKG_ARCH=              *
 
-RUN_DEPENDS=           devel/p5-Algorithm-Diff textproc/p5-Regexp-Common
+RUN_DEPENDS=           devel/p5-Algorithm-Diff \
+                       devel/p5-Parallel-ForkManager \
+                       textproc/p5-Regexp-Common
 BUILD_DEPENDS+=                ${RUN_DEPENDS}
 
 FAKE_FLAGS=            prefix="${PREFIX}" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/cloc/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    24 Dec 2017 18:20:49 -0000      1.8
+++ distinfo    25 Feb 2019 13:01:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (cloc-1.74.tar.gz) = VaxCPVdmx0I2cApHg47Wa+pHukLh1ZT92JQHS6PrBWc=
-SIZE (cloc-1.74.tar.gz) = 396192
+SHA256 (cloc-1.80.tar.gz) = CC9TUw7uP57oTsRJ7KWad/8RQlDNfa+VGWeVN7WyHWc=
+SIZE (cloc-1.80.tar.gz) = 453965

Reply via email to