Ticket #26765: xapian-ports.diff

File xapian-ports.diff, 3.2 KB (added by dcolish@…, 13 years ago)
  • devel/xapian-core/Portfile

     
    44PortSystem 1.0
    55
    66name                xapian-core
    7 version             1.0.16
     7version             1.2.5
    88categories          devel
    9 maintainers         loonsoft.com:m
     9maintainers         dcolish
    1010description         Xapian search library
    1111long_description    Xapian is a highly adaptable toolkit which allows \
    1212                    developers to easily add advanced indexing and search \
     
    1818platforms           darwin
    1919master_sites        http://oligarchy.co.uk/xapian/${version}/
    2020
    21 checksums           md5     19756e128d804faa6e7975a629ca3b70 \
    22                     sha1    a3b40bdcff2dfa3256c4e0e90a66ce039ab8023f \
    23                     rmd160  ec6990e15e7612a71f45ec478121f1581490f36c
     21checksums           md5     775995b7036b01b8b864a95d5646f42d \
     22                    sha1    671e208c0633e0500e6f7ed9ab6cbb84722eeb3b \
     23                    rmd160  0af83c4150487f61f9752ed01125b000b2c7f01c
    2424
    2525depends_lib         port:zlib
  • devel/xapian-bindings/Portfile

     
    22# $Id$
    33PortSystem 1.0
    44name                xapian-bindings
    5 version             1.0.15
     5version             1.2.5
    66categories          devel
    7 maintainers         nomaintainer
     7maintainers         dcolish
    88description         Xapian bindings
    99long_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.
    1010
    11 homepage            http://people.xapian.org
     11homepage            http://www.xapian.org
    1212platforms           darwin
    1313master_sites        http://oligarchy.co.uk/xapian/${version}
    1414
    15 checksums           md5 d365969f5ba7fa99d369ef479862c4fe \
    16                     sha1 34ed2c71df43df39c3a8c56beb1c6bdd2cf39a17 \
    17                     rmd160 6e8214e2a629662c3dcfc3b469c5159c90ecfddc
     15checksums           md5 24b379d5b95eebbec7a685ff63321bdd \
     16                    sha1 ff9528d094396b3b58bd32a263211c783af034f2 \
     17                    rmd160 e7de918437ee5ba88bf67a9b64da7f760b0c6580
    1818depends_lib         port:xapian-core
    1919
    2020configure.args-append  --without-python --without-csharp --without-java --without-tcl --without-php --without-ruby
     
    3434                    configure.env-append PYTHON=${prefix}/bin/python2.6
    3535                    depends_lib-append port:python26
    3636                }
     37variant     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                }
    3743variant     java description {builds java bindings} {
    3844                    configure.args-delete  --without-java
    3945                    configure.args-append  --with-java