aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/devmon
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-6/+2
| | | | Notes: svn path=/head/; revision=517643
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-3/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlJohn Marino2015-01-052-2/+2
| | | | | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case. Notes: svn path=/head/; revision=376298
* Cleanup plistAntoine Brodin2014-11-241-5/+0
| | | | Notes: svn path=/head/; revision=373380
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361969
* Support STAGEMark Felder2014-05-123-33/+29
| | | | | | | | | | | Move pid dir creation to rc script Clean up rc script a bit, add some consistency change command_interpreter to /usr/local/bin/perl to avoid warnings Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=353886
* Fix shebang of devmon scriptMark Felder2014-02-071-1/+2
| | | | | | | Approved by: swills (mentor,implicit) Notes: svn path=/head/; revision=343289
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-1/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327302
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-291-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* Update my email address throughout the treeMark Felder2013-07-251-2/+2
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323636
* - Fix pidfile issuesSteve Wills2013-06-031-1/+6
| | | | | | | | PR: ports/179145 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=319777
* - rc script passes rclintSteve Wills2013-05-273-35/+76
| | | | | | | | | | | | - Runs as its own user - Switch to @unexec rmdir since portlint warns about absolute path in @dirrmtry not working PR: ports/178834 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=319151
* Devmon is a Perl daemon designed to supplement and enhance the monitoringSteve Wills2013-03-025-0/+143
capabilities of a server running either the BigBrother or Hobbit monitoring software. WWW: http://devmon.sourceforge.net/ PR: ports/176427 Submitted by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=313295