pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cflow (devel/cflow) Updated to 1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03408aaac847
branches:  trunk
changeset: 418209:03408aaac847
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 23 06:28:14 2019 +0000

description:
(devel/cflow) Updated to 1.6

Version 1.6, 2019-02-23

* New option --all (-A)

Produce graphs for all global functions in the program.  Use this
option if your program contains functions which are not directly
reachable from main().

The output consist of separate flow graphs for each global function
defined in the program.  These graphs will be placed after the graph
for main() (if it exists), and will be ordered lexicographically by
the function name.

* New option --no-main

This option has the same effect as '--all', except that the graph for
main() function (if it exists) is treated same way as all the other
graphs, i.e. it will not be placed at the top of output, but in its
place as per the lexicographic ordering of function names.

diffstat:

 devel/cflow/Makefile |   4 ++--
 devel/cflow/PLIST    |   4 +++-
 devel/cflow/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 0ebb6f6b1c69 -r 03408aaac847 devel/cflow/Makefile
--- a/devel/cflow/Makefile      Fri Nov 22 23:30:32 2019 +0000
+++ b/devel/cflow/Makefile      Sat Nov 23 06:28:14 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/06/18 11:30:35 mef Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/23 06:28:14 mef Exp $
 
-DISTNAME=      cflow-1.5
+DISTNAME=      cflow-1.6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=cflow/}
 
diff -r 0ebb6f6b1c69 -r 03408aaac847 devel/cflow/PLIST
--- a/devel/cflow/PLIST Fri Nov 22 23:30:32 2019 +0000
+++ b/devel/cflow/PLIST Sat Nov 23 06:28:14 2019 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2016/06/18 11:30:35 mef Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/11/23 06:28:14 mef Exp $
 bin/cflow
 info/cflow.info
 man/man1/cflow.1
 share/locale/da/LC_MESSAGES/cflow.mo
 share/locale/de/LC_MESSAGES/cflow.mo
 share/locale/eo/LC_MESSAGES/cflow.mo
+share/locale/es/LC_MESSAGES/cflow.mo
 share/locale/fi/LC_MESSAGES/cflow.mo
 share/locale/fr/LC_MESSAGES/cflow.mo
 share/locale/ga/LC_MESSAGES/cflow.mo
@@ -12,6 +13,7 @@
 share/locale/id/LC_MESSAGES/cflow.mo
 share/locale/nl/LC_MESSAGES/cflow.mo
 share/locale/pl/LC_MESSAGES/cflow.mo
+share/locale/pt_BR/LC_MESSAGES/cflow.mo
 share/locale/sr/LC_MESSAGES/cflow.mo
 share/locale/sv/LC_MESSAGES/cflow.mo
 share/locale/uk/LC_MESSAGES/cflow.mo
diff -r 0ebb6f6b1c69 -r 03408aaac847 devel/cflow/distinfo
--- a/devel/cflow/distinfo      Fri Nov 22 23:30:32 2019 +0000
+++ b/devel/cflow/distinfo      Sat Nov 23 06:28:14 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2016/06/18 11:30:35 mef Exp $
+$NetBSD: distinfo,v 1.9 2019/11/23 06:28:14 mef Exp $
 
-SHA1 (cflow-1.5.tar.gz) = b38be51dca40fab3b1b1cd02b4f4eca1ce60160b
-RMD160 (cflow-1.5.tar.gz) = 3f48e4dd291b1b3748772f75a1873ad8062880bb
-SHA512 (cflow-1.5.tar.gz) = 73a9b8fd9c630bab1f96238a0bfb45eadfcca69049c07b8bc663ccaeac1a1c9c759b0c64d81d5553bdb41732b7541b0d49ecf451809ffc0482283d4e41aeb125
-Size (cflow-1.5.tar.gz) = 1005230 bytes
+SHA1 (cflow-1.6.tar.gz) = 1e76700748d95b2e3212f215afd7c5cc4e0aaa1b
+RMD160 (cflow-1.6.tar.gz) = 49bafb3beda9634f2912b7d5d047fd9d242f028d
+SHA512 (cflow-1.6.tar.gz) = 30bea3bae53b462e3e0d7c1e6b9dea1e04d741910ea8de863f6cb19cf0bd20ce3c54df9793bf6dfac3a120ffbfdbc194b0dc86fb88bb4be434ad0e20e0d146e3
+Size (cflow-1.6.tar.gz) = 1076352 bytes
 SHA1 (patch-aa) = e253a51a0fcd3d5eb57c632caff1dd7953dd61da



Home | Main Index | Thread Index | Old Index