Commit graph

13 commits

Author SHA1 Message Date
marino
4b746e6a72 lang/g95: Add PLIST.DragonFly similarly to PLIST.Linux (crt stuff) 2011-12-16 17:17:49 +00:00
rumko
4950eb32cf lang/g95: bring in DragonFly support
ok@ wiz
2011-02-19 16:06:31 +00:00
markd
1954dc7227 Update to g95 0.92.
changes unknown - current stable version.
2011-01-23 09:42:10 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
dholland
d7a4ca8287 Add some bits to the previous commit's destdir support, so install now
works consistently. Should fix broken bulk builds.
Update PLIST accordingly && PKGREVISION++.
2008-09-07 01:59:26 +00:00
dholland
d7b4f9c02a Add DESTDIR support. 2008-09-07 01:33:51 +00:00
markd
af03e3ec52 Add a buildlink3.mk. 2008-06-04 13:12:20 +00:00
wennmach
6d5d44903f Makefile cosmetics/speedup, mainly avoidance of the use of subshells 2008-04-16 18:47:18 +00:00
markd
ebf3b88ea0 Update g95 to version 0.91 (current stable version).
OKed wennmach.

Changes are 2 years worth of development.
2008-04-04 21:24:48 +00:00
wennmach
377601922f The distfile of the current release of g95 was constantly changing,
therefore:
	- use DIST_SUBDIR
	- downgrade to the latest stable release 0.90, as also suggested
	  by the principal maintainer of g95, Andy Vaught
2006-12-07 14:49:39 +00:00
wennmach
757f3891fe distfile changed; regen distinfo and bump PKGREVISION 2006-11-24 12:28:12 +00:00
wennmach
7fd37797b8 Initial import of g95, a Fortran 95 compiler from g95.org.
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.
2006-11-21 13:44:14 +00:00