From owner-freebsd-ports Tue Oct 3 02:28:19 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03958 for ports-outgoing; Tue, 3 Oct 1995 02:28:19 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA03941 for ; Tue, 3 Oct 1995 02:28:15 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id CAA07332; Tue, 3 Oct 1995 02:25:58 -0700 Date: Tue, 3 Oct 1995 02:25:58 -0700 Message-Id: <199510030925.CAA07332@silvia.HIP.Berkeley.EDU> To: dchapes@zeus.leitch.com CC: freebsd-ports@freebsd.org In-reply-to: <199509290821.EAA03532@ale.zeus.leitch.com> (message from Dave Chapeskie on Fri, 29 Sep 1995 04:21:12 -0400 (EDT)) Subject: Re: cflow-2.0 port done. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * 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 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