aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.4.1 [1]Lars Thegler2008-08-3110-28/+104
| | | | | | | | | | | - Use proper PORTEXAMPLES - Start script updated to avoid deadlock with sshd PR: ports/126966 [mostly 1] Submitted by: chinsan Notes: svn path=/head/; revision=219540
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-0/+1
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* Update to 2.3.6Lars Thegler2008-05-017-23/+23
| | | | Notes: svn path=/head/; revision=212416
* - Install image cropper [1]Lars Thegler2008-01-114-3/+23
| | | | | | | | | | - Fix smokeping user homedir and shell [2] - Bump PORTREVISION Submitted by: "Marcello Gorlani" <gorlani@gorlani.com> [1], "P Bielecki" <pawciobiel@gmail.com> [2] Notes: svn path=/head/; revision=205450
* - Add missing dependencyLars Thegler2008-01-031-1/+3
| | | | | | | | | - Bump PORTREVISION Noticed by: "Marcello Gorlani" <gorlani@gorlani.com> Notes: svn path=/head/; revision=204924
* - Update to 2.2.7Lars Thegler2007-12-217-76/+85
| | | | | | | | | | - Fix detection of running process, fixes [1] PR: ports/114593 [1] Submitted by: Tomoyuki Sakurai <cherry@trombik.org> [1] Notes: svn path=/head/; revision=204264
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-3/+3
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* [repocopy] net/smokeping -> databases/smokepingEdwin Groothuis2007-08-111-1/+1
| | | | | | | | | | | | Based on the description of this port, it belongs more in net-mgmt than in net. PR: ports/114323 Submitted by: Edwin Groothuis <edwin@freebsd.org> Approved by: lth@ Notes: svn path=/head/; revision=197455
* First steps in a big migration:Edwin Groothuis2007-07-051-1/+1
| | | | | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=194968
* Update to 2.1.0Lars Thegler2007-05-266-15/+32
| | | | Notes: svn path=/head/; revision=191917
* - Update to rcNG [1]Lars Thegler2006-12-125-43/+55
| | | | | | | | | | | - Include reload command [2] - Update MASTER_SITES PR: ports/103626 Submitted by: brd [1], Sean McAfee <smcafee@collaborativefusion.com> [2] Notes: svn path=/head/; revision=179561
* Fixed WWW user uid/gidLars Thegler2006-07-271-1/+2
| | | | Notes: svn path=/head/; revision=168872
* - Update to 2.0.9Lars Thegler2006-07-268-39/+18
| | | | | | | | | | | | - Permanent uid/gid [1] - Better handling of www uid [1] - Update WWW: URL in pkg-descr [1] PR: ports/96310 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=168806
* Update to 2.0.8Lars Thegler2006-04-145-8/+33
| | | | | | | | PR: ports/95156 [1], ports/95731 [2] Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> [1], Babak Farrokhi <babak@farrokhi.net> [2] Notes: svn path=/head/; revision=159495
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to 2.0.5Lars Thegler2005-12-104-5/+6
| | | | | | | - Add SHA256 checksum Notes: svn path=/head/; revision=150805
* Pacify distfile survey by following redirects on URLs.Mark Linimon2005-10-131-1/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145227
* - Update to 2.0.3Lars Thegler2005-10-0621-362/+364
| | | | | | | - Added OPTIONS for more probes Notes: svn path=/head/; revision=144394
* Update to 1.42, and unIGNORELars Thegler2005-06-144-9/+5
| | | | | | | | PR: ports/81937 Submitted by: Krzysztof Stryjek <wtp+smokeping142@bsdguru.org> Notes: svn path=/head/; revision=137462
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Fixed quotingLars Thegler2005-05-171-1/+1
| | | | Notes: svn path=/head/; revision=135445
* Use IGNORE instead of BROKENLars Thegler2005-05-171-1/+1
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=135444
* Marked BROKEN due to incompatibility with rrdtool 1.2.x.Lars Thegler2005-05-161-0/+2
| | | | | | | Noticed by: Kent Kuriyama <kuriyama@newhost.cpf.navy.mil> Notes: svn path=/head/; revision=135362
* Update to 1.40Lars Thegler2005-05-024-5/+5
| | | | | | | | PR: ports/80289 Submitted by: Daniel Johansson <donnex@donnex.net> Notes: svn path=/head/; revision=134509
* - Update to 1.38Lars Thegler2005-02-095-73/+126
| | | | | | | | | - Rearranged man pages and port docs accordingly Noticed by: Daniel Johansson <donnex@gmail.com> Notes: svn path=/head/; revision=128411
* - Fixed pkg-plistLars Thegler2004-12-052-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=123226
* Fix breakage on pointyhat's 4.x chroot environmentLars Thegler2004-10-121-2/+3
| | | | | | | | | PR: ports/72401 Noticed by: pointyhat Submitted by: lth Notes: svn path=/head/; revision=119103
* Update to 1.31Lars Thegler2004-08-155-5/+8
| | | | Notes: svn path=/head/; revision=116273
* Change of email address.Lars Thegler2004-06-011-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=110600
* Update to 1.30Erwin Lansing2004-05-185-8/+5
| | | | | | | | PR: 66803 Submitted by: maintainer Notes: svn path=/head/; revision=109430
* - Update to 1.28Pav Lucistnik2004-03-294-5/+5
| | | | | | | | PR: ports/64890 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Notes: svn path=/head/; revision=105604
* - Update to 1.27Pav Lucistnik2004-03-155-6/+6
| | | | | | | | PR: ports/64071 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Notes: svn path=/head/; revision=104039
* - Update to 1.26Oliver Eikemeier2004-02-2422-223/+461
| | | | | | | | | | | | | | | - Use OPTIONS for optional dependencies - Change pkg-{,de}install to avoid risk of data loss when upgrading - Patch files instead of regexps in Makefile added a work around for PR 63293 PR: 63230 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Reviewed by: clement Notes: svn path=/head/; revision=101972
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* - Update to 1.24Sergei Kolobov2003-10-233-15/+32
| | | | | | | | | | | | | | - Removed extraneous patch file - Fixed binaries paths in lib/probes/* Noticed by: Daan van de Linde - s/file/FILE/, to make portlint happy PR: 58396 Submitted by: maintainer Approved by: krion (implicit) Notes: svn path=/head/; revision=91959
* * Update to 1.23Kirill Ponomarev2003-07-303-60/+62
| | | | | | | | | | | * Cleaned up docs installation PR: 55048 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85913
* Update of port net/smokeping to version 1.21.Yen-Ming Lee2003-06-293-17/+22
| | | | | | | | | PR: 53775, 53883 Submitted by: Rob Evers <rob@debank.tv> Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=83847
* Update of the net/smokeping port to version 1.20Yen-Ming Lee2003-04-213-3/+7
| | | | | | | | PR: 51068 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=79396
* Add missing filesKris Kennaway2003-04-051-0/+2
| | | | Notes: svn path=/head/; revision=78354
* Update port net/smokeping to version 1.19.Edwin Groothuis2003-02-233-5/+5
| | | | | | | | PR: ports/48596 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=76319
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.18.Adam Weinberger2003-01-062-4/+3
| | | | | | | | PR: 46727 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=72623
* The 'restart' option of 'smokeping.sh' doesn't work properly,Edwin Groothuis2002-12-122-2/+2
| | | | | | | | | | as reported by Kent Kuriyama <kuriyakk@cpf.navy.mil>. PR: ports/45996 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=71569
* o Add missing dependencyMario Sergio Fujikawa Ferreira2002-10-171-0/+2
| | | | | | | | | | o Bump PORTREVISION PR: 44166 Submitted by: maintainer Notes: svn path=/head/; revision=68204
* Upgrade to 1.16.Oliver Braun2002-10-163-10/+9
| | | | | | | | PR: ports/44152 Submitted by: maintainer Notes: svn path=/head/; revision=68163
* RUN_DEPENDS instead of BUILD_DEPENDSYing-Chieh Liao2002-07-041-1/+2
| | | | | | | | PR: 40113, 40170 Submitted by: Scott Lipcon <slipcon@mercea.net>, maintainer Notes: svn path=/head/; revision=62413
* upgrade to 1.12Ying-Chieh Liao2002-06-035-12/+85
| | | | | | | | PR: 38833 Submitted by: maintainer Notes: svn path=/head/; revision=60507
* Update to 1.8Patrick Li2002-04-282-2/+2
| | | | | | | | PR: 37534 Submitted by: maintainer Notes: svn path=/head/; revision=58263
* o Upgrade to 1.6.Jun Kuriyama2002-04-023-4/+3
| | | | | | | | | | o Fix a bug of "stop" feature in smokeping.sh. Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) PR: ports/36006 Notes: svn path=/head/; revision=57163
* Add smokeping UID and GID if not exist and use them to be invoked as.Jun Kuriyama2002-04-016-38/+168
| | | | | | | | Move configuration file to $PREFIX/etc/smokeping. Use $PREFIX/var/smokeping for PID file and generated data. Notes: svn path=/head/; revision=57137