aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-proctable
Commit message (Collapse)AuthorAgeFilesLines
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 1.0.0Sunpoet Po-Chuan Hsieh2016-01-172-4/+4
| | | | | | | | | | - Use DISTVERSIONFULL Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406444
* - Update to 0.9.9Sunpoet Po-Chuan Hsieh2015-11-112-3/+3
| | | | | | | Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES Notes: svn path=/head/; revision=401278
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-281-0/+1
| | | | Notes: svn path=/head/; revision=390820
* - Update to 0.9.8 (0.9.8-universal-freebsd)Sunpoet Po-Chuan Hsieh2015-05-243-14/+15
| | | | | | | | | | | - Add LICENSE - Reformat pkg-descr - Update WWW Changes: https://github.com/djberg96/sys-proctable/blob/master/CHANGES Notes: svn path=/head/; revision=387307
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332050
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-7/+3
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* The sys-proctable library provides an interface for gatheringGreg Larkin2010-09-083-0/+34
information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms may return different information, the external interface is identical across platforms. WWW: http://sysutils.rubyforge.org/ PR: ports/149379 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=260773