Ticket #26349: Portfile.diff
File Portfile.diff, 2.4 KB (added by stromnov (Andrey Stromnov), 14 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 PortSystem 4 PortSystem 1.0 4 5 5 name kumofs 6 version 0.4.7 7 revision 1 8 homepage http://kumofs.sourceforge.net/ 9 categories net 10 platforms darwin 11 maintainers gmail.com:naoya.n 12 use_parallel_build yes 6 name kumofs 7 version 0.4.11 8 revision 0 9 homepage http://kumofs.sourceforge.net/ 10 categories net 11 platforms darwin 12 maintainers gmail.com:naoya.n 13 13 14 description a scalable and highly available distributed key-value store 14 use_parallel_build yes 15 15 16 long_description \ 17 kumofs is a scalable and highly available distributed key-value store. \ 18 You can use a memcached client library to set, get, CAS or delete values \ 19 from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \ 20 great performance. 16 description A scalable and highly available distributed key-value store. 21 17 22 master_sites \ 23 http://github.com/downloads/etolabo/${name} 18 long_description \ 19 kumofs is a scalable and highly available distributed key-value store. \ 20 You can use a memcached client library to set, get, CAS or delete values \ 21 from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \ 22 great performance. 24 23 25 checksums \ 26 md5 0a96293b3123467b94a3b1de8294f991 \ 27 sha1 ebb0c0d672544c08659484238c8155567fb55ae7 \ 28 rmd160 d34013221456c2a24f13e7d55a7ddeedf3db85b0 24 master_sites http://github.com/downloads/etolabo/${name} 29 25 30 depends_lib \ 31 port:msgpack \ 32 port:rb-msgpack \ 33 port:tokyocabinet \ 34 port:openssl \ 35 port:zlib 26 checksums md5 9519c93332dd770ea96ae6e43868ccc4 \ 27 sha1 aaf92b16f11b15b42d93013d9687cf092a192ade \ 28 rmd160 846ac950d285c1189a6a57d622735742dc584079 29 30 depends_lib port:msgpack \ 31 port:rb-msgpack \ 32 port:tokyocabinet \ 33 port:openssl \ 34 port:zlib 35 36 livecheck.type regex 37 livecheck.url http://github.com/etolabo/kumofs/downloads 38 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"