diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:37:32 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:37:32 +0000 |
commit | 48ebcec34e50013fd9ff88c8c5b25017b4a6cb2a (patch) | |
tree | e13499e5fc772caf6c09705da3e5bf9b437b6044 /devel/ftnchek | |
parent | d0731573ccacae22f5e225b86d20651aebdbf6cd (diff) | |
download | ports-48ebcec34e50013fd9ff88c8c5b25017b4a6cb2a.tar.gz ports-48ebcec34e50013fd9ff88c8c5b25017b4a6cb2a.zip |
Notes
Diffstat (limited to 'devel/ftnchek')
-rw-r--r-- | devel/ftnchek/Makefile | 3 | ||||
-rw-r--r-- | devel/ftnchek/distinfo | 2 | ||||
-rw-r--r-- | devel/ftnchek/pkg-descr | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 200eb749c0b1..13d740b02530 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -6,9 +6,10 @@ # $FreeBSD$ DISTNAME= ftnchek -PKGNAME= ftnchek-2.10.1 +PKGNAME= ftnchek-2.11.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlib.org/fortran/ +EXTRACT_SUFX= .tgz MAINTAINER= kargl@apl.washington.edu diff --git a/devel/ftnchek/distinfo b/devel/ftnchek/distinfo index fd1a5cba36e5..715c8cc433a3 100644 --- a/devel/ftnchek/distinfo +++ b/devel/ftnchek/distinfo @@ -1 +1 @@ -MD5 (ftnchek.tar.gz) = 3ade62bc8bfa12b4601d1a89eff36230 +MD5 (ftnchek.tgz) = e06542e8a3d93d75ba360fa7cb78a875 diff --git a/devel/ftnchek/pkg-descr b/devel/ftnchek/pkg-descr index 688db39e491c..31fdb977e314 100644 --- a/devel/ftnchek/pkg-descr +++ b/devel/ftnchek/pkg-descr @@ -10,3 +10,5 @@ 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. + +WWW: http://www.dsm.fordham.edu/~ftnchek |