RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/pari/Portfile,v
retrieving revision 1.5
diff -d -u -r1.5 Portfile
|
|
|
1 | | # $Id: Portfile,v 1.5 2006/01/29 02:58:50 gwright Exp $ |
| 1 | # $Id: Portfile 13333 2006-07-30 18:11:16Z lefevre $ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name pari |
5 | | version 2.2.12 |
| 5 | version 2.3.0 |
6 | 6 | categories math |
7 | 7 | maintainers mvitocruz@gmail.com |
8 | 8 | description PARI/GP computer algebra system |
… |
… |
|
10 | 10 | for fast computations in number theory (factorizations, \ |
11 | 11 | algebraic number theory, elliptic curves...) |
12 | 12 | homepage http://pari.math.u-bordeaux.fr/ |
13 | | master_sites ${homepage}/pub/pari/unstable/ |
14 | | checksums md5 cd03122b04e6c7d4a198a8c23fe3eaa6 |
15 | | distname ${name}-${version}.beta |
16 | | depends_build bin:tex:teTeX |
17 | | configure.args --mandir=${prefix}/share/man |
18 | | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include |
| 13 | master_sites ${homepage}/pub/pari/unix/ |
| 14 | checksums md5 ea685da18e015a4365965e82e6e2a2dd \ |
| 15 | sha1 73a0b2cb02d38d81b9b14d7edb1a4ec8e59fa9b4 |
| 16 | depends_build bin:tex:teTeX port:readline |
| 17 | configure.args --mandir=${prefix}/share/man --with-readline |
| 18 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include C_INCLUDE_PATH=${prefix}/include LIBRARY_PATH=${prefix}/lib |
19 | 19 | pre-configure { file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure } |