From 173a0bf513a96509b053e316157e3ec666272dee Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 23 Nov 2019 06:28:14 +0000 Subject: (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. --- devel/cflow/Makefile | 4 ++-- devel/cflow/PLIST | 4 +++- devel/cflow/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index 6590dc87296..8da4d06a940 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -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 --git a/devel/cflow/PLIST b/devel/cflow/PLIST index 4c2ee7bd86b..11610085994 100644 --- a/devel/cflow/PLIST +++ b/devel/cflow/PLIST @@ -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/hr/LC_MESSAGES/cflow.mo 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 --git a/devel/cflow/distinfo b/devel/cflow/distinfo index 0f3ee9e60d2..93ae939aae1 100644 --- a/devel/cflow/distinfo +++ b/devel/cflow/distinfo @@ -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 -- cgit v1.2.3