Ticket #21360: tokyocabinet-Portfile.diff
File tokyocabinet-Portfile.diff, 1.6 KB (added by stromnov (Andrey Stromnov), 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name tokyocabinet 7 version 1.4. 237 version 1.4.33 8 8 categories databases 9 9 maintainers openmaintainer kallisys.net:pguyot 10 10 platforms darwin … … 15 15 Every key and value is serial bytes with variable length. Both binary data and\ 16 16 character string can be used as a key and a value. There is neither concept of\ 17 17 data tables nor data types. Records are organized in hash table or B+ tree. 18 homepage http:// tokyocabinet.sourceforge.net/19 master_sites ${homepage} \20 sourceforge:${name} 21 checksums md5 518f93305a99589301155ce3c4178f17\22 sha1 6e3567d59c9ef9e97d28d61a2ac126fe5a12752b\23 rmd160 4ec699c4e091c661642cc79f389c959f54ce12c918 homepage http://1978th.net/tokyocabinet/ 19 master_sites ${homepage} 20 21 checksums md5 d81c3b04921d189f843c64d56b81a8d4 \ 22 sha1 c3ded8ee0bde93f072b9436a6244dc7690abd5c6 \ 23 rmd160 8c04d48761940d6520a9c477671ee8aa15157739 24 24 25 25 depends_lib port:zlib 26 26 … … 36 36 test.run yes 37 37 test.target check 38 38 39 #default_variants +fastest40 41 39 variant debug conflicts devel profile fastest description {build for debugging} { 42 40 configure.args-append --enable-debug 43 41 } … … 62 60 configure.args-append --enable-swap 63 61 } 64 62 65 livecheck.type sourceforge 63 livecheck.check regex 64 livecheck.url ${homepage} 65 livecheck.regex "Latest Source Package \\(version (\\d+(?:\\.\\d+)*)\\)"