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 | |
---|
6 | name pcp |
---|
7 | version 3.9.9 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license GPL-2+ LGPL-2.1+ |
---|
12 | |
---|
13 | description Performance Co-Pilot |
---|
14 | |
---|
15 | long_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 | |
---|
21 | homepage http://www.performancecopilot.org/ |
---|
22 | master_sites ftp://ftp.pcp.io/projects/pcp/download/ |
---|
23 | extract.suffix .src.tar.gz |
---|
24 | |
---|
25 | checksums rmd160 79914dc6f6c9f70e82dc9a084fbf2a1a1513215c \ |
---|
26 | sha256 4ad8d973fc90c8f452f6f81a000dcb7a5e39ae42766b3820e01feae8e38d184c |
---|
27 | |
---|
28 | depends_lib port:qt4-mac |
---|
29 | |
---|
30 | # need to use add_users to add pcp user |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url [lindex ${master_sites} 0] |
---|
34 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |
---|