aboutsummaryrefslogtreecommitdiff
path: root/www/ruby-cruisecontrolrb
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Fix RC scriptPietro Cerutti2011-01-062-3/+5
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=267453
* - Fix rc.d scriptPietro Cerutti2010-12-231-7/+10
| | | | Notes: svn path=/head/; revision=266796
* - Update to 1.4.0Pietro Cerutti2010-12-233-36/+64
| | | | | | | | | Release notes: http://rubyforge.org/frs/shownotes.php?release_id=36343 Reviewed by: stas Notes: svn path=/head/; revision=266785
* - Correctly stop both mongrel, and the builder instances which may bePhilip M. Gollucci2010-11-111-1/+7
| | | | | | | | | | | several different pids. PR: ports/151840 Submitted by: Toomas Aas <toomas@tarkvarastuudio.ee> Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=264382
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Send my ruby- ports to ruby@Philip M. Gollucci2010-04-281-2/+2
| | | | Notes: svn path=/head/; revision=253368
* - Fix rc.d scriptPhilip M. Gollucci2010-04-262-26/+21
| | | | | | | | | PR: ports/145295 Submitted by: Toomas Aas <toomas@tarkvarastuudio.ee> Tweaked by: myself Notes: svn path=/head/; revision=253310
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-2/+2
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.3.0.Marcelo Araujo2008-05-033-341/+165
| | | | | | | | PR: ports/123251 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=212532
* - Update to 1.2.1.Marcelo Araujo2008-04-084-226/+265
| | | | | | | | | | - Use RF Macro. PR: ports/122453 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer) Notes: svn path=/head/; revision=210811
* ports/116644: New Port: devel/ruby-cruisecontrolrbEdwin Groothuis2007-09-285-0/+1957
CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks something into source control that breaks the build. CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby. WWW: http://cruisecontrolrb.thoughtworks.com PR: ports/116644 Submitted by: Philip M.Gollucci <pgollucci@p6m7g8.com> Notes: svn path=/head/; revision=200269