Ticket #58742: cflow-Portfile.patch
File cflow-Portfile.patch, 1.1 KB (added by juanrgar (Juan R. García Blanco), 5 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 PortSystem 1.0 3 2 4 name cflow 3 version 1. 55 version 1.6 4 6 categories devel 5 7 platforms darwin 8 license GPL-3 6 9 maintainers nomaintainer 7 10 description A program for generating call graphs from C code. 8 11 long_description The cflow program is a tool which generates a call graph from C source files. It is most often used with a program like dot (from the graphviz package) in order to present visual graphs of the paths along which a piece of software may run. 9 12 homepage https://www.gnu.org/software/cflow/ 10 13 master_sites gnu:cflow 11 14 use_xz yes 12 checksums rmd160 4af71d61f18a159a5736c623bc35cd0456350358\13 sha256 a33a89303b4cfbf7135589f15123f451ee79f69260f0c7f32d387b40e4967dfe15 checksums rmd160 351dd1292990bcc59ea66323b629ba1e4ef2b4ea \ 16 sha256 d5392a6d8a63ba2f41df9f88b51f97bc0452c5262762a3c27e0412a6c03c06db 14 17 15 18 depends_lib port:gettext port:libiconv 16 19