aboutsummaryrefslogtreecommitdiffstats
path: root/lang/g95
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on FreeBSD 8.xpav2007-12-271-0/+11
| | | | Submitted by: Wesley Shields <wxs@atarininja.org>
* Pass the maintainership to M. L. Dodson.maho2007-07-161-1/+1
|
* A possible build fix for IA64 by semi-automatical pkg-plist generation.maho2007-03-052-18/+6
| | | | Submitted by: kris
* G95 is a stable, production Fortran 95 compiler available for multiplemaho2007-01-306-0/+188
| | | | | | | | | | | | CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95. Note that g95 and gfortran are different compiler http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler . WWW: http://www.g95.org/ This port is based on hrs's original one, and slightly modified.
* Move lang/g95 -> lang/gfortranmaho2004-02-116-169/+0
| | | | | | | | change to appropriate name Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> PR : 62287 (repocopy request) Thanks to : joe, adam
* a) Unbreak for i386 archmaho2004-02-092-6/+0
| | | | | | b) cleanup (info files are inappropreately registered) PR: kris via bento
* BROKEN on 5.x: broken pkg-plistkris2004-02-071-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add warning that this compiler is still alpha stage.maho2004-02-031-0/+3
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* still g95 is in pkg-plist. removed.maho2004-02-031-1/+0
|
* a) add --disable-libmudflap since this port doesn't use libmudflapmaho2004-02-031-5/+2
| | | | | | | b) remove g95 as far as possible this confuses too much. I've already fill the PR #62287 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Remove andy's site from pkg-descr.maho2004-02-031-5/+3
| | | | g95 and tree-ssa are developed separately.
* --disable-libmudflap to the configure arguments.maho2004-02-021-18/+0
| | | | | | | gfortran does not use libmudflap Former commit I added --disable-libmudflap in configure... Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Use ${MASTER_SITE_LOCAL}maho2004-02-021-1/+3
| | | | Submitted by: sf
* Add New port lang/g95 GNU Fortran 90/95 Compilermaho2004-02-026-0/+189
from GCC's tree-ssa-20020619-branch and still this is alpha stage. you can invoke Fortran by typing gfortran or g95, Note: gcc-3.5 will include this effort.