# -*- 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 # $Id$ PortSystem 1.0 PortGroup xcode 1.0 PortGroup github 1.0 github.setup mikepj XRG 2.0.0 XRG_ name xrg categories-append sysutils maintainers nomaintainer license GPL-2+ description XRG is an open source system monitor for Mac OS X. long_description \ XRG allows you to monitor CPU activity, memory \ usage, battery status, machine temperature, network \ activity, disk I/O, current weather, and stock \ market data. The goal of XRG is to be a functional \ system monitor that has a clean and flexible \ interface, so it doesn't intrude on the rest of your \ Mac experience. XRG is designed to take as little \ CPU time as possible while still showing detailed \ graphs on system usage. homepage http://www.gauchosoft.com/Products/XRG/ pre-fetch { platform darwin { if {${os.major} < 11} { ui_error "${name} @${version} requires OS X 10.7 or newer." return -code error "incompatible OS X version" } } } checksums rmd160 f2ce37dffca36c8cda899ae4fa9201336cc1fdf9 \ sha256 97b24ae17fb60b7c4149731574f9afd313373c928efdd00f33b5b77f5cf94ca6 patch.pre_args-append -b patchfiles patch-XRG.xcodeproj-project.pbxproj.diff xcode.configuration Release # error: -fobjc-arc is not supported on platforms using the legacy runtime supported_archs x86_64 livecheck.type regex livecheck.url ${homepage} livecheck.regex [string toupper ${name}]-\\w+-(\\d+(\\.\\d+)+)