Ticket #29517: octave-devel.diff
File octave-devel.diff, 1.5 KB (added by yaseppochi (Stephen J. Turnbull), 13 years ago) |
---|
-
/Users/steve/
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 7 7486 2011-04-01 06:09:46Z takanori@macports.org $2 # $Id: Portfile 75587 2011-01-31 19:49:27Z michaelld@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name octave-devel 7 version 3.3.91 8 revision 2 7 version 3.4.0 9 8 conflicts octave 10 9 categories math science 11 10 maintainers michaelld openmaintainer … … 19 18 modules written in e.g. C++, C or Fortran. 20 19 21 20 homepage http://www.gnu.org/software/octave/ 22 master_sites ftp:// alpha.gnu.org/gnu/octave21 master_sites ftp://ftp.gnu.org/gnu/octave/ 23 22 distname octave-${version} 24 23 use_bzip2 yes 25 24 26 checksums md5 c dde45192b40b0a30ab8d20b93943269\27 sha1 da75ce3240fed8ccaa82e2dd45cb9f8bc8ada172\28 rmd160 5bdc374a3ddd10bd0e4404db41d5a5fa2c68db0425 checksums md5 c8144cee1d37e645d3368a8e8a5f1856 \ 26 sha1 936a8fc962abd96e7568fb5909ec2a4d7997a1a8 \ 27 rmd160 8448fc8277e19dab8dbc5c0121e673e9198c74ec 29 28 30 29 depends_build port:bison \ 31 30 port:flex \