Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 1995 02:25:58 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        dchapes@zeus.leitch.com
Cc:        freebsd-ports@freebsd.org
Subject:   Re: cflow-2.0 port done.
Message-ID:  <199510030925.CAA07332@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199509290821.EAA03532@ale.zeus.leitch.com> (message from Dave Chapeskie on Fri, 29 Sep 1995 04:21:12 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *     In ftp.freebsd.org:/pub/FreeBSD/incoming/cflow_port.tgz there now
 * lies cflow 2.0 in FreeBSD's port format.  CFlow generates call graphs
 * for C source code.  It's not the best but I didn't see anything better
 * lying around, if you know of something better please let me know.

Thanks, imported.  Attached are the changes I made.

Satoshi
-------
diff -ru cflow/Makefile cflow.new/Makefile
--- cflow/Makefile	Fri Sep 29 00:38:26 1995
+++ cflow.new/Makefile	Tue Oct  3 02:05:01 1995
@@ -5,14 +5,16 @@
 #
 # $Id: Makefile,v $
 #
-DISTNAME=	cflow-2.0
-PKGNAME=	cflow-2.0
-MASTER_SITES=	ftp://info2.rus.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/devel/c/
-
-EXEC_DEPENDS=	bash:${PORTSDIR}/shells/bash
-USE_GMAKE=	yes
 
+DISTNAME=	cflow-2.0
 CATEGORIES+=	development
+MASTER_SITES=	ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/ \\
+		ftp://info2.rus.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/devel/lang/c/
+
 MAINTAINER=	dchapes@zeus.leitch.com
+
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
+
+USE_GMAKE=	yes
 
 .include <bsd.port.mk>
diff -ru cflow/pkg/DESCR cflow.new/pkg/DESCR
--- cflow/pkg/DESCR	Fri Sep 29 00:36:48 1995
+++ cflow.new/pkg/DESCR	Tue Oct  3 01:46:56 1995
@@ -2,3 +2,5 @@
 of the program's function call hierarchy to the standard output.
 Called functions are indented with respect to their calling functions,
 and printed only once, in the order they occur.
+
+This is version 2.0.
diff -ru cflow/pkg/PLIST cflow.new/pkg/PLIST
--- cflow/pkg/PLIST	Thu Sep 28 15:50:01 1995
+++ cflow.new/pkg/PLIST	Tue Oct  3 01:46:58 1995
@@ -1,4 +1,3 @@
-@mode 755
 bin/cflow
 bin/prcc
 bin/prcg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510030925.CAA07332>