./devel/makedepf90, Creates Makefile dependencies for Fortran code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.8.8, Package name: makedepf90-2.8.8, Maintainer: esg

Makedepf90 is a program for automatic creation of Makefile dependency
lists for Fortran source code. Makedepf90 supports MODULE:s,
INCLUDE:s, cpp #include:s, f90ppr $include:s and coco ??include:s and
set-files.

The original idea was to provide the same functionality for Fortran as

gcc -MM *.c

does for C.


Master sites:

Filesize: 89.329 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182)
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-07-16 14:00:27 by OBATA Akio | Files touched by this commit (1) | Package updated
Log message:
Update HOMEPAGE and MASTER_SITES.
Also update MAINTAINER address.
requested by the maintainer via PR#43624.
   2009-11-01 11:49:14 by OBATA Akio | Files touched by this commit (3)
Log message:
Some fixes and improvement
 * no need USE_PKGLOCALEDIR=YES, no locale files
 * no need lex and yacc in USE_TOOLS, not using those tools.
 * change custum do-build target to empty BUILD_TARGET, to pass down
   environment variables and make flags from pkgsrc.
 * set LICENSE=gnu-gpl-v2
 * add DESTDIR support, requested by PR 40989.
   2006-10-16 14:01:49 by OBATA Akio | Files touched by this commit (2)
Log message:
Update makedepf90 to 2.8.8.
Patch provided by MAINTAINER, Emil Skoeldberg via PR 34306.

Changes since 2.8.4:

* 2.8.8 (13.6 2006)
    - Close include files when we are done reading them.

* 2.8.7 (13.6 2006)
    - More informative error messages in case of I/O errors.

* 2.8.6 (31.3 2006)
    - Fixed problem with continuation lines in fixed form, introduced in
      version 2.8.5.

* 2.8.5 (29.3 2006)
    Fixed two bugs
     - Some cpp-lines continued by a \ at the end made makdepf90 hang.
     - In fixed form, makedepf90 was sometimes tricked into beliving it was
       inside a string, when it actually wasn't.