aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/rackmonkey/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak (Can't locate RackMonkey/CGI.pm in @INC)zi2018-05-141-1/+1
| | | | - Bump PORTREVISION
* - Add missing dependency (p5-CGI) due to CGI.pm being removed in perl 5.22zi2017-07-181-0/+2
| | | | - Bump PORTREVISION
* - Actually install configuration file and use @sample.tijl2016-09-071-29/+16
| | | | | - Use @sample for the sample database. - Set NO_ARCH.
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* Unbreakantoine2016-01-111-1/+1
|
* Convert ports from s* t* and net* categories to USES=sqlite and USES=firebirdbapt2016-01-111-2/+2
|
* - Fix build from non-root, move perm handling to plistamdmi32015-10-011-1/+0
| | | | Approved by: portmgr blanket
* - Don't cat pkg-message from Makefilesamdmi32015-05-211-1/+0
| | | | Approved by: portmgr blanket
* Cleanup DIST* variables.mat2015-05-121-2/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Finally retire USE_PGSQLcrees2014-11-231-2/+2
|
* net-mgmt/rackmonkey: stageswills2014-07-091-19/+16
| | | | | PR: 191742 (with slight modifications) Submitted by: ecrist@secure-computing.net (maintainer)
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-1/+1
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-mgmt)
* - convert to the new perl5 frameworkaz2013-09-151-1/+3
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Convert to new options frameworkbapt2013-03-071-19/+18
|
* - Fix typo, unbreakpgollucci2010-12-281-1/+1
| | | | Reported by: QAT, pointyhat via pav
* - rackmonkey.db (sqlite) is not recreated when !INIT_DBpgollucci2010-12-231-0/+6
| | | | Approved by: ecrist@secure-computing.net (maintainer) via #bsdports
* - Fix depends when WITH_MYSQLpgollucci2010-12-111-0/+1
| | | | | | PR: ports/151127 Submitted by: brd Approved by: ecrist@secure-computing.net (maintainer)
* Fix an obvious typo.linimon2010-05-201-1/+1
| | | | | PR: ports/146748 Submitted by: Malte Hahlbeck <malte at gissmo dot net>
* - Define additional MASTER_SITESsahil2010-04-151-6/+8
| | | | | | | | | | - Fix install in case of non-default ${LOCALBASE} - Fix whitespace/alignment in Makefile header - Tweak pkg-message PR: 145438 Submitted by: Eric F Crist (maintainer) Approved by: itetcu (mentor)
* Fix issue when installing with mysql or postgres options.wxs2010-04-011-3/+3
| | | | | PR: ports/145173 Submitted by: Eric F Crist <ecrist@secure-computing.net> (maintainer)
* - Add missing dependencymiwi2010-03-111-6/+8
| | | | | | PR: 144310 Submitted by: farrokhi@ Approved by: maintainer
* RackMonkey is a web-based tool for managing racks of equipmentpgollucci2010-02-131-0/+90
such as web servers, video encoders, routers and storage devices. Using a simple interface you can keep track of what's where, which OS it runs, when it was purchased, who it belongs and what it's used for. WWW: http://flux.org.uk/projects/rackmonkey/ PR: ports/143750 Submitted by: Eric F Crist <ecrist at secure-computing.net>