1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add cflow2vcg 0.4

Convert the result of the cflow utility in a VCG format
This commit is contained in:
Ying-Chieh Liao 2002-05-14 06:12:08 +00:00
parent 19a202c3ff
commit e1385bfd3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59058
7 changed files with 53 additions and 0 deletions

View File

@ -79,6 +79,7 @@
SUBDIR += cdk
SUBDIR += cervisia
SUBDIR += cflow
SUBDIR += cflow2vcg
SUBDIR += chora
SUBDIR += clanlib
SUBDIR += clig

19
devel/cflow2vcg/Makefile Normal file
View File

@ -0,0 +1,19 @@
# ex:ts=8
# Ports collection makefile for: cflow2vcg
# Date created: May 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cflow2vcg
PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
devel/cflow2vcg/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cflow2vcg-0.4.tar.gz) = ee057bc91965046907d9bc88e31eba97

View File

@ -0,0 +1,16 @@
--- doc/Makefile.in.orig Fri Feb 8 06:01:17 2002
+++ doc/Makefile.in Tue May 14 14:09:24 2002
@@ -63,11 +63,11 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc/cflow2vcg
doc_DATA = cflow2vcg.html cflow2vcg.jpg cflow2vcg_ext.jpg cflow2vcg_int.jpg cflow2vcg.cflow cflow2vcg.vcg cflow2vcg.rtf cflow2vcg.txt
-man_MANS = cflow2vcg.1
+man_MANS =
EXTRA_DIST = cflow2vcg.sgm cflow2vcg.dsl cflow2vcg.refentry.sgm cflow2vcg_man.sgm $(doc_DATA)

View File

@ -0,0 +1 @@
Convert the result of the cflow utility in a VCG format

View File

@ -0,0 +1,5 @@
Cflow2vcg convert the result of the cflow utility in a VCG format. It offers
the ability to view graphically the call-graph of sources, and import it in
documentation.
WWW: http://cflow2vcg.sourceforge.net/

10
devel/cflow2vcg/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/cflow2vcg
share/doc/cflow2vcg/cflow2vcg.cflow
share/doc/cflow2vcg/cflow2vcg.html
share/doc/cflow2vcg/cflow2vcg.jpg
share/doc/cflow2vcg/cflow2vcg.rtf
share/doc/cflow2vcg/cflow2vcg.txt
share/doc/cflow2vcg/cflow2vcg.vcg
share/doc/cflow2vcg/cflow2vcg_ext.jpg
share/doc/cflow2vcg/cflow2vcg_int.jpg
@dirrm share/doc/cflow2vcg