Ticket #33826: Portfile-yorick-2.2.01.patch
File Portfile-yorick-2.2.01.patch, 1.6 KB (added by paumard, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name yorick 7 version 2. 1.067 version 2.2.01 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories science 10 10 platforms darwin … … 13 13 long_description An interpreted programming language for numerical \ 14 14 computations, scientific data processing and \ 15 15 visualisation. 16 homepage http://yorick.sourceforge.net/ 17 master_sites sourceforge 18 extract.suffix .tgz 19 20 checksums md5 2cc21b1b61a65bb197adfd96f3bb545e \ 21 sha1 779b432d53b1f9ce21a44285fbccdd3f8083c219 \ 22 rmd160 f9380c97953f2a7d9ba941ee4c43d73e2f41ad3f 16 homepage http://yorick.github.com 17 18 fetch.type git 19 git.url git://github.com/dhmunro/yorick.git 20 git.branch y_2_2_01 23 21 24 22 depends_lib port:xorg-libX11 25 23 … … 39 37 ${destroot}${prefix}/share/man/man1/ 40 38 } 41 39 42 notes Yorick has no built-in line-editing capabilities, so it is\43 recommended to run it within rlwrap.\44 \nReference websites (incl. online user manual and fora):\40 notes "Yorick has no built-in line-editing capabilities, so it is " \ 41 "recommended to run it within rlwrap." \ 42 "\nReference websites (incl. online user manual and fora):" \ 45 43 \n${homepage} \ 46 44 \nhttp://www.maumae.net/yorick/