aboutsummaryrefslogtreecommitdiff
path: root/lang/g95
Commit message (Collapse)AuthorAgeFilesLines
* G95 is a stable, production Fortran 95 compiler available for multipleMaho Nakata2007-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. Notes: svn path=/head/; revision=183670
* Move lang/g95 -> lang/gfortranMaho Nakata2004-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 Notes: svn path=/head/; revision=100615
* a) Unbreak for i386 archMaho Nakata2004-02-092-6/+0
| | | | | | | | | b) cleanup (info files are inappropreately registered) PR: kris via bento Notes: svn path=/head/; revision=100450
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-071-0/+4
| | | | Notes: svn path=/head/; revision=100203
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add warning that this compiler is still alpha stage.Maho Nakata2004-02-031-0/+3
| | | | | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=99853
* still g95 is in pkg-plist. removed.Maho Nakata2004-02-031-1/+0
| | | | Notes: svn path=/head/; revision=99852
* a) add --disable-libmudflap since this port doesn't use libmudflapMaho Nakata2004-02-021-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> Notes: svn path=/head/; revision=99851
* Remove andy's site from pkg-descr.Maho Nakata2004-02-021-5/+3
| | | | | | | g95 and tree-ssa are developed separately. Notes: svn path=/head/; revision=99846
* --disable-libmudflap to the configure arguments.Maho Nakata2004-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> Notes: svn path=/head/; revision=99810
* Use ${MASTER_SITE_LOCAL}Maho Nakata2004-02-021-1/+3
| | | | | | | Submitted by: sf Notes: svn path=/head/; revision=99809
* Add New port lang/g95 GNU Fortran 90/95 CompilerMaho Nakata2004-02-016-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. Notes: svn path=/head/; revision=99751