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 | license GPL |
---|
11 | maintainers <nomaintainers> |
---|
12 | description Performance CoPilot |
---|
13 | long_description The Performance Co-Pilot (PCP) is an open source toolkit designed for monitoring and managing system-level performance. These services are distributed and scalable to accommodate the most complex system configurations and performance problems. |
---|
14 | homepage http://www.performancecopilot.org/ |
---|
15 | master_sites ftp://ftp.pcp.io/projects/pcp/download/ |
---|
16 | distfiles ${distname}.src.tar.gz |
---|
17 | checksums ${distfiles} \ |
---|
18 | rmd160 79914dc6f6c9f70e82dc9a084fbf2a1a1513215c \ |
---|
19 | sha256 4ad8d973fc90c8f452f6f81a000dcb7a5e39ae42766b3820e01feae8e38d184c |
---|
20 | depends_lib port:autoconf \ |
---|
21 | port:qt4-mac |
---|