aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-vmstat
Commit message (Collapse)AuthorAgeFilesLines
* qa: add check for NO_ARCHDavid Naylor2017-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr Notes: svn path=/head/; revision=443845
* sysutils/rubygem-vmstat: update to 2.3.0Steve Wills2016-12-282-4/+4
| | | | Notes: svn path=/head/; revision=429837
* New port: sysutils/rubygem-vmstatTorsten Zuehlsdorff2016-08-293-0/+25
A focused and fast library to gather memory, cpu, network, load avg and disk WWW: http://threez.github.com/ruby-vmstat/ Approved by: pi (mentor) Notes: svn path=/head/; revision=421049