Ticket #19601: Portfile

File Portfile, 1.1 KB (added by voldmar@…, 15 years ago)
Line 
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:
2# $Id$
3
4PortSystem          1.0
5PortGroup           python25 1.0
6
7name                py25-clonedigger
8version             1.0.3-beta
9maintainers         nomaintainer
10description         Clone Digger aimed to detect similar code in Python programs
11long_description    Clone Digger is the tool for finding software clones. \
12                    Currently only Python language is supported, \
13                    Java support will be added soon.
14platforms           darwin
15homepage            http://clonedigger.sourceforge.net/
16master_sites        http://pypi.python.org/packages/source/c/clonedigger/
17distname            clonedigger-${version}
18checksums           md5 ac1883622ee2c20a2b91efbf5133b892 \
19                    sha1 f5a3854d2f5f0f0b997459d1b0f529e216fecb55 \
20                    rmd160 deaf039ca347181959fe54da1b88f6e932b15340
21
22livecheck.check     regex
23livecheck.url       http://pypi.python.org/pypi/clonedigger
24livecheck.regex     "clonedigger-(.+?).tar.gz"
25