summaryrefslogtreecommitdiff
path: root/lang/g95
AgeCommit message (Collapse)AuthorFilesLines
2011-02-19lang/g95: bring in DragonFly supportrumko9-1/+547
ok@ wiz
2011-01-23Update to g95 0.92.markd5-51/+43
changes unknown - current stable version.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-07Add some bits to the previous commit's destdir support, so install nowdholland4-13/+25
works consistently. Should fix broken bulk builds. Update PLIST accordingly && PKGREVISION++.
2008-09-07Add DESTDIR support.dholland3-10/+34
2008-06-04Add a buildlink3.mk.markd1-0/+19
2008-04-16Makefile cosmetics/speedup, mainly avoidance of the use of subshellswennmach1-9/+9
2008-04-04Update g95 to version 0.91 (current stable version).markd4-68/+18
OKed wennmach. Changes are 2 years worth of development.
2006-12-07The distfile of the current release of g95 was constantly changing,wennmach3-20/+21
therefore: - use DIST_SUBDIR - downgrade to the latest stable release 0.90, as also suggested by the principal maintainer of g95, Andy Vaught
2006-11-24distfile changed; regen distinfo and bump PKGREVISIONwennmach2-6/+6
2006-11-21Initial import of g95, a Fortran 95 compiler from g95.org.wennmach6-0/+135
G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.