# -*- 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 PortGroup python 1.0 PortGroup bitbucket 1.0 set realname hgwatchman bitbucket.setup facebook ${realname} 0.5.4 name py-${realname} categories-append devel platforms darwin maintainers sean openmaintainer supported_archs noarch license GPL-2+ description Integrates the file-watching program watchman with \ Mercurial to produce faster status results. long_description ${description} checksums rmd160 9033badbc3c4e003869e4574d7518f2f03a527fe \ sha256 7d943e292a12576aaeeafd3d6e75933e989ae4e8865bc96d964db89c0b6d5580 python.versions 27 if {${name} ne ${subport}} { depends_lib-append path:bin/hg:mercurial \ port:watchman notes " To enable ${realname}, add the following to your ~/.hgrc: \[extensions\] ${realname} = " livecheck.type none }