Ticket #31952: Portfile

File Portfile, 1.2 KB (added by yenwenchieh@…, 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5
6name                f90cache
7version             0.93.7
8categories          devel
9platforms           darwin
10license             GPL-3+
11maintainers         openmaintainer@macports.org
12
13description         f90cache is a compiler cache.
14long_description    f90cache acts as a caching pre-processor to Fortran \
15                    compilers, using the -E compiler switch and a hash \
16                    to detect when a compilation can be satisfied from\
17                    cache. This often results in a great speedup in \
18                    common compilations. \
19                    The idea came from Andrew Tridgell who wrote the \
20                    original ccache program. 
21
22homepage            http://www.irisa.fr/sage/edouard/canot/f90cache/
23master_sites        http://www.irisa.fr/sage/edouard/canot/f90cache/
24use_bzip2           yes
25
26checksums           md5 a4f9e608820ca2bc8ec1a1534f00d0ad \
27                    sha1 048a777b0306b48544b836f27adcecd15d2a37fe \
28                    rmd160 7b069c187a8fc7b26640923aa44d8d740ee2e38c
29