Ticket #45436: tdb.diff
File tdb.diff, 2.3 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 5 PortGroup conflicts_build 1.0 4 6 7 # configure script (waf) checks for endianness/bitness 8 PortGroup muniversal 1.0 9 5 10 name tdb 6 version 1. 0.611 version 1.3.1 7 12 categories databases 8 13 license GPL-2+ 9 14 platforms darwin 10 15 maintainers nomaintainer 16 11 17 description TDB is a Trivial Database 18 12 19 long_description TDB is a Trivial Database. In concept, it is very much \ 13 20 like GDBM, and BSD's DB except that it allows multiple \ 14 21 simultaneous writers and uses locking internally to keep \ … … 15 22 writers from trampling on each other. TDB is also \ 16 23 extremely small. 17 24 18 homepage http://sourceforge.net/projects/tdb/ 19 master_sites sourceforge:project/tdb/tdb/${version} 20 checksums md5 6b643fdeb48304010dcd5f675e458b58 \ 21 sha1 d1876522f1b8ffa8cf844a1f6605e0c32d387a7a \ 22 rmd160 5163caf1cc76c9f3a69e88f7438ecd98ec5e52cf 25 homepage http://tdb.samba.org/ 26 master_sites http://www.samba.org/ftp/tdb/ 23 27 24 depends_build port:gdbm 28 checksums rmd160 c1492a7ef9094971ac2b8a754858c911db7de167 \ 29 sha256 ff29985ae880c3906ddd7609664a94c64bfe87b2b2210250e3fdee532ca2ece3 25 30 26 patchfiles patch-tdbtool.c.diff 31 depends_build port:gdbm \ 32 port:libiconv 27 33 28 configure.args --mandir=${prefix}/share/man 34 patchfiles-append patch-Makefile.diff 29 35 30 platform darwin { 31 # Fix the configure script which can't guess our host type. 32 configure.args-append --host=${os.arch}-apple 33 } 36 conflicts_build ${name} 37 38 configure.args --disable-python \ 39 --with-libiconv=${prefix} \ 40 --without-gettext 41 42 livecheck.type regex 43 livecheck.url [lindex ${master_sites} 0] 44 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}