You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
created tokyotyrant, ticket https://trac.macports.org/ticket/18049
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@46651 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# -*- 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
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
|
||||
name tokyotyrant
|
||||
version 1.1.11
|
||||
categories databases
|
||||
maintainers openmaintainer gmail.com:paul.dlug
|
||||
platforms darwin
|
||||
description Tokyo Tyrant is the network interface for Tokyo Cabinet.
|
||||
long_description \
|
||||
Tokyo Tyrant is a the network interface for Tokyo Cabinet. It consists of a\
|
||||
network server process managing a database and providing concurrent and remote\
|
||||
connections.
|
||||
homepage http://tokyocabinet.sourceforge.net/
|
||||
master_sites ${homepage}/tyrantpkg \
|
||||
sourceforge:tokyocabinet
|
||||
checksums md5 6006aa820377a9e8a25c7e6d512ce930 \
|
||||
sha1 1927ecc0e313e82815d216336052529cf40a4f9e \
|
||||
rmd160 165ad5df56812cdea9cf772ac2a7fc78512d9400
|
||||
|
||||
depends_lib port:zlib port:tokyocabinet
|
||||
|
||||
configure.args --mandir=${prefix}/share/man \
|
||||
--datadir=${prefix}/share/doc
|
||||
|
||||
post-patch {
|
||||
# configure
|
||||
reinplace "s|\$HOME|\${prefix}|g" ${worksrcpath}/configure
|
||||
# Makefile.in
|
||||
reinplace "s|\$(HOME)|\$(prefix)|g" ${worksrcpath}/Makefile.in
|
||||
}
|
||||
|
||||
test.run yes
|
||||
test.target check
|
||||
|
||||
#default_variants +fastest
|
||||
|
||||
variant debug conflicts devel profile fastest description {build for debugging} {
|
||||
configure.args-append --enable-debug
|
||||
}
|
||||
|
||||
variant devel conflicts debug profile fastest description {build for development} {
|
||||
configure.args-append --enable-devel
|
||||
}
|
||||
|
||||
variant profile conflicts debug devel fastest description {build for profiling} {
|
||||
configure.args-append --enable-profile
|
||||
}
|
||||
|
||||
variant fastest conflicts debug devel profile description {build for fastest run} {
|
||||
configure.args-append --enable-fastest
|
||||
}
|
||||
|
||||
variant lua description {Build with lua extension} {
|
||||
configure.args-append --enable-lua
|
||||
depends_lib-append port:lua
|
||||
}
|
||||
|
||||
livecheck.check sourceforge
|
||||
Reference in New Issue
Block a user