Commit graph

6 commits

Author SHA1 Message Date
Herve Quiroz
d04492f2c3 Update to 1.221 2008-06-07 00:31:04 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Herve Quiroz
639ac9263c Update to 1.218 2008-05-23 18:35:17 +00:00
Herve Quiroz
3963886ad2 Update to 1.211
PR:		123192
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2008-05-01 21:10:09 +00:00
Herve Quiroz
2c6e009b97 Fix build by changing the file the port depends on
Reported by:	pointyhat
2008-03-25 23:19:37 +00:00
Herve Quiroz
4479862cfd Hudson monitors executions of repeated jobs, such as building a software
project or jobs run by cron. Among those things, current Hudson focuses on the
following two jobs:

  1. Building/testing software projects continuously, just like CruiseControl
  or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called
  continuous integration system, making it easier for developers to integrate
  changes to the project, and making it easier for users to obtain a fresh
  build. The automated, continuous build increases the productivity.

  2. Monitoring executions of externally-run jobs, such as cron jobs and
  procmail jobs, even those that are run on a remote machine. For example, with
  cron, all you receive is regular e-mails that capture the output, and it is
  up to you to look at them diligently and notice when it broke. Hudson keeps
  those outputs and makes it easy for you to notice when something is wrong.

WWW:	https://hudson.dev.java.net/
2008-03-09 00:26:01 +00:00