Port details |
- p5-ExtUtils-F77 Helps link C programs with Fortran subroutines
- 1.26_1 lang
=0 1.26Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2011-11-07 17:36:21
- Last Update: 2022-05-03 14:23:26
- Commit Hash: bd4543b
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module tries to figure out how to link C programs with
Fortran subroutines on your system. Basically one must add a list
of Fortran runtime libraries. The problem is their location
and name varies with each OS/compiler combination!
WWW: https://metacpan.org/release/ExtUtils-F77
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ExtUtils-F77>0:lang/p5-ExtUtils-F77
- To install the port:
- cd /usr/ports/lang/p5-ExtUtils-F77/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/p5-ExtUtils-F77
- pkg install p5-ExtUtils-F77
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ExtUtils-F77
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622214052
SHA256 (ExtUtils-F77-1.26.tar.gz) = abdd1d3eec4ca4fcae5f152b40bcaa862e3c806e07e4aa9123757f6aa48b9dd6
SIZE (ExtUtils-F77-1.26.tar.gz) = 13141
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-File-Which>=0 : sysutils/p5-File-Which
- gfortran10 : lang/gcc10
- perl5>=5.32.r0<5.33 : lang/perl5.32
- gfortran10 : lang/gcc10
- as : devel/binutils
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Which>=0 : sysutils/p5-File-Which
- gfortran10 : lang/gcc10
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- graphics/p5-PGPLOT
- math/PDL
- Configuration Options:
- No options to configure
- Options name:
- lang_p5-ExtUtils-F77
- USES:
- fortran perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 May 2022 14:23:26 1.26_1
|
Wen Heping (wen)  |
lang/p5-ExtUtils-F77: make test pass |
30 May 2021 19:53:23 1.26
|
Po-Chuan Hsieh (sunpoet)  |
lang/p5-ExtUtils-F77: Update to 1.26
Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 |
06 Apr 2021 14:31:07 1.24
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Apr 2020 14:34:35
1.24
|
sunpoet  |
Update to 1.24
Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 |
26 Jul 2019 20:46:57
1.23_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
22 Apr 2019 13:16:34
1.23_1
|
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
13 Jan 2019 20:09:07
1.23
|
sunpoet  |
Update to 1.23
Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 |
12 Dec 2018 01:35:36
1.22_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
03 Dec 2018 20:00:09
1.22
|
sunpoet  |
Update to 1.22
Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 |
27 Nov 2018 17:09:14
1.21
|
sunpoet  |
Update to 1.21
Changes: https://metacpan.org/changes/distribution/ExtUtils-F77 |
29 Jul 2018 22:18:46
1.20_6
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
27 May 2018 20:15:20
1.20_5
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
10 Mar 2018 17:46:06
1.20_5
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
26 Jan 2018 18:13:52
1.20_4
|
sunpoet  |
Fix FC substitution
- Bump PORTREVISION for package change
PR: 225467
Submitted by: Erik B Knudsen <erkn@fysik.dtu.dk> |
15 Sep 2017 08:58:50
1.20_3
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
10 Sep 2017 20:55:39
1.20_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
1.20_2
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
07 Dec 2016 13:24:57
1.20_1
|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
21 Jun 2016 15:08:41
1.20
|
mat  |
Update to 1.20.
Sponsored by: Absolight |
12 Jan 2016 21:40:11
1.19
|
sunpoet  |
- Update to 1.19
Changes: http://search.cpan.org/dist/ExtUtils-F77/CHANGES |
08 Jun 2015 19:38:16
1.18
|
sunpoet  |
- Update to 1.18
- Add LICENSE
- Add NO_ARCH
- Regenerate patch file with makepatch:
- Sort PLIST
Changes: http://search.cpan.org/dist/ExtUtils-F77/CHANGES |
26 Nov 2014 13:08:38
1.17_5
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 15:23:31
1.17_4
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
1.17_4
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
10 Mar 2014 20:55:22
1.17_3
|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
22 Dec 2013 13:20:52
1.17_2
|
tijl  |
USES=fortran. |
04 Nov 2013 14:20:05
1.17_2
|
vanilla  |
support STAGEDIR. |
26 Oct 2013 00:52:36
1.17_2
|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 19:53:10
1.17_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
02 Aug 2013 18:52:11
1.17_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
20 Jan 2012 17:26:00
1.17_1
|
bf  |
The compiler flags contain '/', so use a different delimiter
with sed; set USE_FORTRAN; remove some unused variables |
07 Nov 2011 17:36:00
1.17
|
sunpoet  |
- Force commit to state the repocopy from lang/p5-F77 to lang/p5-ExtUtils-F77 is
complete
PR: ports/162202
Submitted by: sunpoet (myself)
Repocopied by: marucs (portmgr) |