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

CVS log for ports/net/cricket/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / net / cricket

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18
Fri Feb 27 01:05:06 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
Remove all stalled Makefiles in net category.

Approved and reviewed by:       marcus

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 21 16:23:45 2003 UTC (8 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -4 lines
- Update to 1.0.4

PR:		ports/60150
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Oct 24 14:15:23 2003 UTC (8 years, 3 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -1 lines
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:02:53 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Sep 27 01:01:02 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
KATO mega patch

- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:		ports/56820-56858
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jun 15 14:48:01 2003 UTC (8 years, 7 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -3 lines
update cricket to 1.4.0.p2

PR:		50454

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 3 17:17:29 2003 UTC (8 years, 9 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Define ${PREFIX} for the pkg-install script.

Pointed out by:	Sue Blake <sue@welearn.com.au>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:50:53 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
De-pkg-comment.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 29 08:07:46 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
find->${FIND},xargs->${XARGS}

PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jun 8 22:25:17 2002 UTC (9 years, 8 months ago) by petef
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +31 -16 lines
- update to 1.0.4.p1
- remove NO_PACKAGE; the customization isn't done at build/install time
- remove the old patches & configure script; use cricket's own scripts to
  tell it our version of perl.
- revamp the install so it matches the docs more closely:
  * things go in ${PREFIX}/cricket
  * scripts go in cricket/cricket-${PORTVERSION}, cricket/cricket symlink
    created for convenience
  * cricket/cricket-{config,data,logs} created
- create a "cricket" user to run the collectors
- use pkg-message instead of ${ECHO}'ing things in post-install

PR:		38932 (with a few modifications)
Submitted by:	Janos Mohacsi <janos.mohacsi@dante.org.uk>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:24 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 16 19:30:52 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -4 lines
Use correct paths to dependencies.

Submitted by:	Mike Harding <mvh@ix.netcom.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:15:27 2001 UTC (10 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Correct reference to the local perl files is:
lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
but not:
lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}

Submited by:	bento (sorta)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Aug 18 20:47:18 2000 UTC (11 years, 5 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -14 lines
Update to 1.0.2.

Prompted by:	"Monitoring Network Traffic" thread on -isp
Submitted by:	Matt Ayres <matta@unixshell.com>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 31 15:52:53 2000 UTC (11 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -2 lines
The project moved to the SF.

PR:		20314
Submitted by:	Domas Mituzas <midom@dammit.lt>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:10:42 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 13 21:27:56 2000 UTC (11 years, 11 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1 lines
I forgot to update the files on freefall before the import.
Some changes in packaging (esp. setting NO_PACKAGE ;-)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Feb 13 21:00:08 2000 UTC (11 years, 11 months ago) by torstenb
Branches: ALLEN
CVS tags: allen072
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Cricket is a high performance, extremely flexible system for monitoring
trends in time-series data. Cricket was expressly developed to help network
managers visualize and understand the traffic on their networks, but it can
be used all kinds of other jobs, as well. It's similar to mrtg, but takes
a different approach, is faster and more flexible.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 13 21:00:08 2000 UTC (11 years, 11 months ago) by torstenb
Branches: MAIN
Initial revision

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