| 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: Portfile 78632 2011-05-14 22:50:58Z ryandesign@macports.org $ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup github 1.0 |
|---|
| 6 | |
|---|
| 7 | github.setup cooljeanius stress 1.0.4 |
|---|
| 8 | revision 0 |
|---|
| 9 | platforms darwin |
|---|
| 10 | categories sysutils benchmarks |
|---|
| 11 | maintainers gwmail.gwu.edu:egall openmaintainer |
|---|
| 12 | description ${name} is a deliberately simple workload generator for POSIX systems. |
|---|
| 13 | license GPL-2+ |
|---|
| 14 | long_description ${description} It imposes a configurable amount of \ |
|---|
| 15 | CPU, memory, I/O, and disk stress on the system. |
|---|
| 16 | |
|---|
| 17 | homepage http://weather.ou.edu/%7Eapw/projects/stress/ |
|---|
| 18 | |
|---|
| 19 | fetch.type git |
|---|
| 20 | git.url git://github.com/cooljeanius/stress-1.0.4.git |
|---|
| 21 | |
|---|
| 22 | variant autoreconf description {Regenerates configure script before building. \ |
|---|
| 23 | Also pulls in extra dependencies.} { |
|---|
| 24 | depends_build-append port:autoconf-archive \ |
|---|
| 25 | port:gawk \ |
|---|
| 26 | port:grep \ |
|---|
| 27 | lib:librpm:rpm \ |
|---|
| 28 | port:texinfo \ |
|---|
| 29 | port:pkgconfig |
|---|
| 30 | use_autoreconf yes |
|---|
| 31 | configure.args-append --disable-silent-rules |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | livecheck.type none |
|---|