Ticket #26765: xapian-ports.diff
File xapian-ports.diff, 3.2 KB (added by dcolish@…, 14 years ago) |
---|
-
devel/xapian-core/Portfile
4 4 PortSystem 1.0 5 5 6 6 name xapian-core 7 version 1. 0.167 version 1.2.5 8 8 categories devel 9 maintainers loonsoft.com:m9 maintainers dcolish 10 10 description Xapian search library 11 11 long_description Xapian is a highly adaptable toolkit which allows \ 12 12 developers to easily add advanced indexing and search \ … … 18 18 platforms darwin 19 19 master_sites http://oligarchy.co.uk/xapian/${version}/ 20 20 21 checksums md5 19756e128d804faa6e7975a629ca3b70\22 sha1 a3b40bdcff2dfa3256c4e0e90a66ce039ab8023f\23 rmd160 ec6990e15e7612a71f45ec478121f1581490f36c21 checksums md5 775995b7036b01b8b864a95d5646f42d \ 22 sha1 671e208c0633e0500e6f7ed9ab6cbb84722eeb3b \ 23 rmd160 0af83c4150487f61f9752ed01125b000b2c7f01c 24 24 25 25 depends_lib port:zlib -
devel/xapian-bindings/Portfile
2 2 # $Id$ 3 3 PortSystem 1.0 4 4 name xapian-bindings 5 version 1. 0.155 version 1.2.5 6 6 categories devel 7 maintainers nomaintainer7 maintainers dcolish 8 8 description Xapian bindings 9 9 long_description Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports a rich set of boolean query operators. 10 10 11 homepage http:// people.xapian.org11 homepage http://www.xapian.org 12 12 platforms darwin 13 13 master_sites http://oligarchy.co.uk/xapian/${version} 14 14 15 checksums md5 d365969f5ba7fa99d369ef479862c4fe\16 sha1 34ed2c71df43df39c3a8c56beb1c6bdd2cf39a17\17 rmd160 6e8214e2a629662c3dcfc3b469c5159c90ecfddc15 checksums md5 24b379d5b95eebbec7a685ff63321bdd \ 16 sha1 ff9528d094396b3b58bd32a263211c783af034f2 \ 17 rmd160 e7de918437ee5ba88bf67a9b64da7f760b0c6580 18 18 depends_lib port:xapian-core 19 19 20 20 configure.args-append --without-python --without-csharp --without-java --without-tcl --without-php --without-ruby … … 34 34 configure.env-append PYTHON=${prefix}/bin/python2.6 35 35 depends_lib-append port:python26 36 36 } 37 variant python27 description {builds python bindings} { 38 configure.args-delete --without-python 39 configure.args-append --with-python 40 configure.env-append PYTHON=${prefix}/bin/python2.7 41 depends_lib-append port:python27 42 } 37 43 variant java description {builds java bindings} { 38 44 configure.args-delete --without-java 39 45 configure.args-append --with-java