Port details |
- f77flow Analyze the structure of a fortran77 program
- 0.12_2 devel =4 0.12_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-23 11:25:10
- Commit Hash: c65a50c
- People watching this port, also watch:: transfig, libwmf, libunicode, autoconf, p5-libwww
- License: not specified in port
- Description:
- This little program analyses the structure of FORTRAN source-code. As a
result you get a little flow diagram in which you can recognize which
SUBROUTINE is called by the program. Further all subroutines called from this
one are displayed. The indciation of the displayed names is a degree for the
level.
A new addition is the change of the starting point for an analysis. Instead to
check the whole source-code you can start with a special SUBROUTINE and see
the depence of this one.
The number of files which contain the routines are not restricted by the
program.
You can report the CALL- and/or SUBROUTINE-statements together with filenames
and line numbers to special files.
Dirk Geschke
7. March 1997
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/f77flow/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/f77flow
- pkg install f77flow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: f77flow
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (f77flow-0.12.tar.gz) = b5874bb14c4d74ff8caa86201d0b64a9574dfd31bee86d9ffbad2236f3eb2faf
SIZE (f77flow-0.12.tar.gz) = 8527
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_f77flow
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12_2 23 Feb 2024 11:25:10 |
Muhammad Moinur Rahman (bofh) |
devel/f77flow: Moved man to share/man
Approved by: portmgr (blanket) |
0.12_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.12_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.12_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.12_1 28 Jul 2014 16:28:03 |
adamw |
Rename devel/ patch-xy patches to reflect the files they modify. |
0.12_1 19 Feb 2014 08:41:57 |
ehaupt |
Support staging |
0.12_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
0.12_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.12_1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.12_1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.12_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.12_1 05 Feb 2004 20:38:07 |
trevor |
Use PLIST_FILES.
Reviewed by: marcus |
0.12_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.12_1 12 May 2003 22:02:30 |
anholt |
Fix with newer gcc by fixing usage of exit(3). |
0.12 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.12 31 Mar 2002 23:45:39 |
kris |
Fix build on current by removing a constant FILE * stdio initializer |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |