diff --git a/devel/Makefile b/devel/Makefile index 0798b6fc99ff..3de4d4a0d063 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -79,6 +79,7 @@ SUBDIR += cdk SUBDIR += cervisia SUBDIR += cflow + SUBDIR += cflow2vcg SUBDIR += chora SUBDIR += clanlib SUBDIR += clig diff --git a/devel/cflow2vcg/Makefile b/devel/cflow2vcg/Makefile new file mode 100644 index 000000000000..35320c44c588 --- /dev/null +++ b/devel/cflow2vcg/Makefile @@ -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 diff --git a/devel/cflow2vcg/distinfo b/devel/cflow2vcg/distinfo new file mode 100644 index 000000000000..3e95549938b4 --- /dev/null +++ b/devel/cflow2vcg/distinfo @@ -0,0 +1 @@ +MD5 (cflow2vcg-0.4.tar.gz) = ee057bc91965046907d9bc88e31eba97 diff --git a/devel/cflow2vcg/files/patch-Makefile.in b/devel/cflow2vcg/files/patch-Makefile.in new file mode 100644 index 000000000000..1c2bd21aa551 --- /dev/null +++ b/devel/cflow2vcg/files/patch-Makefile.in @@ -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) + diff --git a/devel/cflow2vcg/pkg-comment b/devel/cflow2vcg/pkg-comment new file mode 100644 index 000000000000..ca1d8364fbb1 --- /dev/null +++ b/devel/cflow2vcg/pkg-comment @@ -0,0 +1 @@ +Convert the result of the cflow utility in a VCG format diff --git a/devel/cflow2vcg/pkg-descr b/devel/cflow2vcg/pkg-descr new file mode 100644 index 000000000000..3ffdbfb81191 --- /dev/null +++ b/devel/cflow2vcg/pkg-descr @@ -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/ diff --git a/devel/cflow2vcg/pkg-plist b/devel/cflow2vcg/pkg-plist new file mode 100644 index 000000000000..84e2f653518e --- /dev/null +++ b/devel/cflow2vcg/pkg-plist @@ -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