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