notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ftnchek Fortran 77 semantic checking utility
3.3.1_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.1Version 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 search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-02-23 11:25:13
Commit Hash: 555043b
People watching this port, also watch:: python-doc-html, mscompress, pdflib
License: MIT
WWW:
https://www.dsm.fordham.edu/~ftnchek/
Description:
ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran 77 program that a compiler usually does not. ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran 77 language but are wasteful or may cause incorrect operation. For example, variables which are never used may indicate some omission in the program; uninitialized variables contain garbage which may cause incorrect results to be calculated; and variables which are not declared may not have the intended type. ftnchek is intended to assist users in the debugging of their Fortran 77 program. It is not intended to catch all syntax errors. This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/ftnchek-3.3.1_1/catalog.mk
  2. /usr/local/share/licenses/ftnchek-3.3.1_1/LICENSE
  3. /usr/local/share/licenses/ftnchek-3.3.1_1/MIT
  4. bin/dcl2inc
  5. bin/ftnchek
  6. share/man/man1/dcl2inc.1.gz
  7. share/man/man1/ftnchek.1.gz
  8. share/emacs/site-lisp/ftnchek.el
  9. share/ftnchek/dcl2inc.awk
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • ftnchek>0:devel/ftnchek
To install the port:
cd /usr/ports/devel/ftnchek/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ftnchek
  • pkg install ftnchek
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ftnchek
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ftnchek-3.3.1.tar.gz) = d92212dc0316e4ae711f7480d59e16095c75e19aff6e0095db2209e7d31702d4 SIZE (ftnchek-3.3.1.tar.gz) = 1048638

Packages (timestamps in pop-ups are UTC):
ftnchek
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.1_13.3.1_13.3.13.3.1_13.3.1_1-3.3.1-
FreeBSD:13:quarterly3.3.13.3.13.3.13.3.13.3.13.3.13.3.13.3.1
FreeBSD:14:latest3.3.1_13.3.1_13.3.13.3.1_13.3.1_13.3.1-3.3.1
FreeBSD:14:quarterly3.3.13.3.1-3.3.13.3.13.3.13.3.13.3.1
FreeBSD:15:latest3.3.1_13.3.1_1n/a3.3.1n/a3.3.13.3.13.3.1_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_ftnchek
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. ftp://ftp.icm.edu.pl/pub/Linux/sunsite/devel/lang/fortran/
  2. ftp://ftp.sun.ac.za/pub/mirrors/sunsite.unc.edu/pub/Linux/devel/lang/fortran/
  3. http://www.dsm.fordham.edu/~ftnchek/download/
  4. http://www.gtlib.gatech.edu/pub/Linux/devel/lang/fortran/
  5. https://www.ibiblio.org/pub/Linux/devel/lang/fortran/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.1_1
23 Feb 2024 11:25:13
commit hash: 555043b050576406e447db39904347f369caeff7commit hash: 555043b050576406e447db39904347f369caeff7commit hash: 555043b050576406e447db39904347f369caeff7commit hash: 555043b050576406e447db39904347f369caeff7 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/ftnchek: Moved man to share/man

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.3.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.3.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.3.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.3.1
15 Nov 2019 09:39:54
Revision:517641Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
3.3.1
22 Nov 2016 14:04:22
Revision:426827Original commit files touched by this commit
danfe search for other commits by this committer
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
3.3.1
27 Jun 2016 21:30:34
Revision:417685Original commit files touched by this commit
rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
3.3.1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
3.3.1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.3.1
14 Jun 2014 14:15:58
Revision:357781Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
3.3.1
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
3.3.1
17 Jan 2013 08:27:35
Revision:310541Original commit files touched by this commit
bf search for other commits by this committer
fix the plist by disabling byte-compilation of ftnchek.el when (x)emacs
is present [1]; trim header

PR:		172682 [1]
3.3.1
21 Jul 2011 15:36:33
Original commit files touched by this commit
bf search for other commits by this committer
Steer portscout away from some old versions
3.3.1
20 Apr 2011 10:04:04
Original commit files touched by this commit
bf search for other commits by this committer
-Add LICENSE
-Remove MD5 checksum from distinfo
3.3.1
31 Mar 2011 12:47:10
Original commit files touched by this commit
bf search for other commits by this committer
Take up maintainership
3.3.1
14 Dec 2005 12:00:15
Original commit files touched by this commit
vs search for other commits by this committer
Cleanup, drop unused patch
3.3.1
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
3.3.1
05 Oct 2005 14:36:16
Original commit files touched by this commit
garga search for other commits by this committer
- Fix plist

Submitted by:   maintainer (by email)
Reported by:    krismail
3.3.1
29 Sep 2005 14:56:00
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 3.3.1

PR:             ports/86694
Submitted by:   Fumiyoshi TAOKA <fmysh@iijmio-mail.jp>
3.2.0
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
3.2.0
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
3.2.0
02 Jan 2003 19:01:20
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 3.2.0

PR:             46127
Submitted by:   Ports Fury
3.1.2
04 May 2002 20:50:05
Original commit files touched by this commit
kris search for other commits by this committer
Update to ftnchek-3.1.2

Noticed by:     bento
02 Dec 2001 09:44:18
commit hash: fp1.21453@dev.null.freshports.orgcommit hash: fp1.21453@dev.null.freshports.orgcommit hash: fp1.21453@dev.null.freshports.orgcommit hash: fp1.21453@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
drop maintainership    
15 Jun 2001 14:03:43
commit hash: fp1.15100@dev.null.freshports.orgcommit hash: fp1.15100@dev.null.freshports.orgcommit hash: fp1.15100@dev.null.freshports.orgcommit hash: fp1.15100@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 3.1.1    
15 Apr 2001 16:17:31
commit hash: fp1.12599@dev.null.freshports.orgcommit hash: fp1.12599@dev.null.freshports.orgcommit hash: fp1.12599@dev.null.freshports.orgcommit hash: fp1.12599@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Upgrade to version 3.0.4    
29 Mar 2001 15:56:18
commit hash: fp1.11741@dev.null.freshports.orgcommit hash: fp1.11741@dev.null.freshports.orgcommit hash: fp1.11741@dev.null.freshports.orgcommit hash: fp1.11741@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 3.0.3    
04 Mar 2001 15:55:07
commit hash: fp1.10271@dev.null.freshports.orgcommit hash: fp1.10271@dev.null.freshports.orgcommit hash: fp1.10271@dev.null.freshports.orgcommit hash: fp1.10271@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 3.0.2    
16 Jan 2001 17:33:20
commit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.orgcommit hash: fp1.8531@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
07 Nov 2000 15:04:22
commit hash: fp1.6124@dev.null.freshports.orgcommit hash: fp1.6124@dev.null.freshports.orgcommit hash: fp1.6124@dev.null.freshports.orgcommit hash: fp1.6124@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 3.0    
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
25 Sep 2000 13:21:43
commit hash: fp1.4334@dev.null.freshports.orgcommit hash: fp1.4334@dev.null.freshports.orgcommit hash: fp1.4334@dev.null.freshports.orgcommit hash: fp1.4334@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when  
PORTREVISION or PORTEPOCH are defined.    
02 Sep 2000 14:40:35
commit hash: fp1.3461@dev.null.freshports.orgcommit hash: fp1.3461@dev.null.freshports.orgcommit hash: fp1.3461@dev.null.freshports.orgcommit hash: fp1.3461@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Update to 2.12.2.    
02 Aug 2000 02:53:09
commit hash: fp1.2531@dev.null.freshports.orgcommit hash: fp1.2531@dev.null.freshports.orgcommit hash: fp1.2531@dev.null.freshports.orgcommit hash: fp1.2531@dev.null.freshports.org files touched by this commit
jedgar search for other commits by this committer
Update port to 2.12.1    
07 Jun 2000 08:54:21
commit hash: fp1.670@dev.null.freshports.orgcommit hash: fp1.670@dev.null.freshports.orgcommit hash: fp1.670@dev.null.freshports.orgcommit hash: fp1.670@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Add bin/ftnpp and man/man1/ftnpp.1.    

Number of commits found: 36