Ticket #44733: Portfile.ryandesign

File Portfile.ryandesign, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 10 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
5
6name                pcp
7version             3.9.9
8categories          net
9platforms           darwin
10maintainers         nomaintainer
11license             GPL-2+ LGPL-2.1+
12
13description         Performance Co-Pilot
14
15long_description    The Performance Co-Pilot (PCP) is an open source toolkit \
16                    designed for monitoring and managing system-level \
17                    performance. These services are distributed and scalable \
18                    to accommodate the most complex system configurations \
19                    and performance problems.
20
21homepage            http://www.performancecopilot.org/
22master_sites        ftp://ftp.pcp.io/projects/pcp/download/
23extract.suffix      .src.tar.gz
24
25checksums           rmd160  79914dc6f6c9f70e82dc9a084fbf2a1a1513215c \
26                    sha256  4ad8d973fc90c8f452f6f81a000dcb7a5e39ae42766b3820e01feae8e38d184c
27
28depends_lib         port:qt4-mac
29
30# need to use add_users to add pcp user
31
32livecheck.type      regex
33livecheck.url       [lindex ${master_sites} 0]
34livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}