Created
June 3, 2009 00:53
-
-
Save tizoc/122716 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id: Portfile 49827 2009-04-18 17:27:01Z [email protected] $ | |
PortSystem 1.0 | |
name tokyotyrant | |
version 1.1.24 | |
categories databases | |
maintainers openmaintainer [email protected] | |
platforms darwin | |
description Tokyo Cabinet remote server | |
long_description \ | |
Tokyo Tyrant is Tokyo Cabinet remote server. | |
homepage http://tokyocabinet.sourceforge.net/ | |
master_sites ${homepage} \ | |
sourceforge:tokyocabinet | |
#checksums md5 259c6137618a9e5ea688cc211abbbd36 \ | |
# sha1 ad1b711b66e2d0570416efd66f5609b63c75212a \ | |
# rmd160 44db1c372be3f965e87f340f1e197451b0fa1b44 | |
checksums md5 b20dfff2c7bc36f22f902c1504aae905 \ | |
sha1 977b81c28f75a21affcf06b7b3115b3da44d092c \ | |
rmd160 50431d25cbd4928f7261ee47567302fd7a4aee74 | |
depends_lib port:zlib \ | |
port:tokyocabinet | |
configure.args --mandir=${prefix}/share/man \ | |
--datadir=${prefix}/share/doc | |
variant lua description {enable lua support} { | |
configure.args-append --enable-lua | |
depends_lib-append port:lua | |
} | |
livecheck.check sourceforge | |
livecheck.name tokyocabinet | |
livecheck.regex "<title>${name} (.*) released.*</title>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment