Ticket #51615: Portfile.diff
File Portfile.diff, 1.6 KB (added by dstrubbe (David Strubbe), 8 years ago) |
---|
-
Portfile
7 7 8 8 description Computational Geometry Algorithm Library 9 9 long_description \ 10 The goal of the CGALis to provide easy access to\10 The goal of the ${description} is to provide easy access to\ 11 11 efficient and reliable geometric algorithms in the\ 12 12 form of a C++ library. CGAL is used in various areas\ 13 13 needing geometric computation, such as: computer\ … … 17 17 motion planning, mesh generation, numerical methods... 18 18 19 19 platforms darwin 20 homepage http://www.cgal.org/21 20 22 github.setup CGAL cgal 4.8 releases%2FCGAL-21 github.setup CGAL cgal 4.8.1 releases%2FCGAL- 23 22 github.tarball_from releases 24 23 name cgal 25 24 license LGPL-3+ GPL-3+ … … 27 26 maintainers vince 28 27 use_xz yes 29 28 29 homepage http://www.cgal.org/ 30 30 31 checksums rmd160 83ed4fec88714c1ca7cf25e3807322c021b13dc4\32 sha256 2483ccf34ae41e830a3e33f2f471aadecf43316fb56bf632e403765ad035ce2531 checksums rmd160 d2fb07ff434817e847888c368c2237a5d18039b6 \ 32 sha256 fa2036e0a53cc54eee3dffe4763028e9aec831672c8259fa376d3c29e8f781b0 33 33 34 34 worksrcdir CGAL-${version} 35 35 depends_lib-append port:boost \ … … 64 64 65 65 livecheck.type regex 66 66 livecheck.url ${homepage} 67 livecheck.regex CGAL -(\[0-9.\]+)\ is\ released67 livecheck.regex CGAL (\[0-9.\]+)\ released