Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/ganglia-monitor-core/pkg-plist

[BACK] Up to [FreeBSD] / ports / sysutils / ganglia-monitor-core

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 20 00:47:34 2011 UTC (8 months, 3 weeks ago) by brooks
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -3 lines
Upgrade to ganglia 6.1.7.

Drop support for early version of 6.x in the rc script support.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 12 20:24:58 2009 UTC (2 years, 11 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1 lines
Actually remove port created directories and symlinks.

Point hat to:	brooks
Reported by:	QAT

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 12 18:11:31 2009 UTC (2 years, 11 months ago) by brooks
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -10 lines
Actually build a proper package with a valid plist[0], set the default
config file locations correctly, and run as the ganglia user instead of
nobody by default.

Reported by:	QAT, pointyhat via pav [0]
Pointy hat to:	brooks

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 30 03:56:34 2009 UTC (3 years ago) by brooks
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +21 -8 lines
Upgrade Ganglia to 3.1.1 plus a fix for CVE-2009-0241.

PR:		ports/129822, ports/131067
Submitted by:	Mark Foster <mark at foster dot cc> (vuxml)
Security:	vid:b9077cc4-6d04-4bcb-a37a-9ceaebfdcc9e

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jan 22 02:52:09 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 27 17:52:41 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Add a new utility script, gmetasnap which manages tarball snapshots of
the gmetad rrd databases.  Add support for ganglia.sh for saving and
restoring these snapshots at shutdown and startup respectivly.  This
makes it easier to use a ramdisk for rrddir which is necessicary for
large clusters as the load of updating the databases rapidly consumes
all available CPU.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 15 21:19:46 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -8 lines
Upgrade to 3.0.1.  This includes some fixes plus all the changes I
previously patched into the FreeBSD metrics.

Try to use cpufreq to get the frequency (maximum frequency not the
current one).

Add code to selectivly install libganglia and don't install it by
default as ganglia is linked staticly and no one I know of actually uses
the library.

Add some Makefile features to the port to allow generation of custom
pacakges with custom config files.

PR:		ports/79770

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 21:14:06 2005 UTC (6 years, 11 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Correct a number of issues with the previous commit:
 - Patch a number of bugs in the metric code that caused gmond to be
   unstable, particularly on 4.x.  These will be in the next ganglia
   release.
 - Use CFLAGS instead of CPPFLAGS to pass the include arguments.  This
   appears to fix the bug where an installed, obsolete ganglia.h would
   break the build.
 - Do a better job of respecting CFLAGS and LDFLAGS.
 - Drop USE_LIBTOOL_VER.  It appears to break sparc64.
 - Fix a warning caused by an @unexec in the plist when gmetad.conf
   has been modified.

The port revision has been bumped.  All users of 3.0.0 should upgrade.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 1 23:04:37 2005 UTC (6 years, 11 months ago) by brooks
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -31 lines
Upgrade ganglia to 3.0.0.

3.0.0 mostly consists of a more flexable portable gmond which requires a
new config file format.  Information about changes in this release can
be found on the website at:

http://ganglia.info/archives/cat_releases.html

and in ports/UPDATING.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 8 16:15:15 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
- Update to version 2.5.5 [1]
  * integrates a number of FreeBSD enhancements
    and fixes a DoS bug
- Respect PTHREAD_LIBS and PTHREAD_CFLAGS [2]

PR:		59049
Submitted by:	brooks [1], krion [2]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 4 20:38:47 2003 UTC (8 years, 3 months ago) by linimon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update to Ganglia Monitor Core 2.5.4, plus enhancements bringing
FreeBSD support up to the level of Linux support.  PR: ports/58657
(maintainer-update).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 7 12:59:36 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +27 -26 lines
Update upgrades the sysutils/ganglia-monitor-core port to Ganglia 2.5.3
(minor bugfixes), moves the include files to a ganglia subdirectory to
unbreak XFree86-4-clients, and fixes a bug which caused gmond to dump
core when started at boot.

PR:		52736
Submitted by:	brooks

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 2 00:24:16 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Add ganglia-monitor-core 2.5.2.

Ganglia provides a complete real-time monitoring and execution
environment that is in use by hundreds of universities, private and
government laboratories and commercial cluster implementors around the
world. Whether you want to monitor hundreds of computers in real-time
across a university campus or around the world, ganglia is for you.

PR:		ports/48551
Submitted by:	Brooks Davis <brooks@freebsd.org>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options