aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/netams
Commit message (Collapse)AuthorAgeFilesLines
* - update makefile, install cgiprograms with INSTALL_PROGRAM (was ↵scheidell2012-01-291-2/+2
| | | | | | | | | INSTALL_DATA) [1] PR: ports/159619 [2] Submitted by: Olexandr <raven77@ukr.net> [2] Reviewed by: scheidell [1] Approved by: maintainer (timeout, 5 months), gabor (mentor, implicit)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - links to libmysqlclient/libpq but doesn't register dependenciesscheidell2011-11-293-103/+163
| | | | | | | | | | | | | | | | | | | | - OPTIONS was removed, - option for PostgreSQL was removed, but netams links to libpq library (if found), - port unconditionally depends on mysql50-client, regardless of installed versions of MySQL, - netams supports other databases but port always installs MySQL 5.0, - option WITHOUT_DEBUG was removed and netams logs huge amounts of data without it, - port has a lot of dependencies required only for web part of application (support for WITHOUT_CGI was removed), - port unconditionally depends on apache22, which is not required, there are plenty of web servers in ports tree, - port unconditionally depends on mysql50-server, which is not required (database servers are often installed on different machines), - port specifies weird DATADIR (${PREFIX}/etc), - port unnecessarily specifies WWWDIR, - sample config file is installed to ${PREFIX}/etc/netams instead of default ${PREFIX}/etc. PR: 151930 Submitted by: am@raisa.eu.org Approved by: maintainer (timeout), gabor (mentor) Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Tune up rc.d filedougb2010-05-302-10/+11
| | | | Approved by: maintainer timeout
* - Update to 3.4.5pav2010-05-146-221/+146
| | | | | PR: ports/143410 Submitted by: Anton Vinokurov <anton@netams.com> (maintainer)
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL.ale2009-03-041-1/+1
|
* Mark BROKEN on i386 8.x: does not compile.erwin2008-08-091-0/+2
|
* - Does not compile outside i386 (needs some -fPIC)pav2008-05-301-0/+4
| | | | Reported by: pointyhat
* - Update to 3.4.1rc1beech2008-05-085-96/+195
| | | | | | | | | | - Fix options - Add package creation - Use SF macro PR: ports/123492 Submitted by: Yarodin <yarodin@gmail.com> Reviewed by: Yuriy Shkandybin <jura@netams.com> (maintainer)
* - Respect CC and CXXrafan2008-03-191-0/+5
| | | | | | PR: ports/121697 Submitted by: Andrew Kolchoogin <andrew at rinet.ru> Approved by: Yuriy N. Shkandybin <jura at netams.com> (maintainer)
* - Update to 3.4.0 RC 2rafan2007-07-088-87/+26
| | | | | | | | | | | | | | - Use DISTVERSION to simplify things - Correct NO_PACKAGE message - Remove unused SYSDIR variable and dead code - Remove BROKEN on 6.x and above, it builds now - Use MAN8PREFIX for man8 pages - Refine pkg-message, and use SUB_FILES for it - Respect PREFIX in rc script, and refine the script a bit PR: ports/113209 Submitted by: Dima Panov <fluffy at ael.ru> Approved by: Yuriy N. Shkandybin <jura at netams.com> (maintainer)
* BROKEN: Does not compile on 6.xkris2006-09-031-0/+4
|
* Fix typo preventing proper start.itetcu2006-06-291-2/+2
| | | | | Submitted by: Alexander Logvinov <user@blg.akavia.ru> Approved by: maintianer (for the previous commit)
* - fix rc.d script to check if the daemon is starteditetcu2006-06-272-13/+9
| | | | | | | | | - and since we change so much of it also move it to files/netams - bump PORTREVISION PR: ports/99322 Submitted by: Vasiliy P. Melnik <basil@gu.net> Approved by: maintainer
* - Update to 3.3.5pav2006-06-147-32/+110
| | | | | | | - Provide rc_subr script PR: ports/98636 Submitted by: Yuriy Shkandybin <jura@netams.com> (maintainer)
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* - Update to 3.3.2tdb2006-01-052-4/+4
| | | | | | PR: 91352 Submitted by: Yuriy Shkandybin <jura@netams.com> (maintainer) Approved by: clement (mentor, implicitly)
* - Update to 3.3.1aehaupt2005-12-042-4/+4
| | | | | | | - Add SHA256 hash PR: 89831 Submitted by: Yuriy N. Shkandybin <jura at netams dot com> (maintainer)
* - Update to 3.3.1pav2005-11-292-5/+6
| | | | | PR: ports/89658 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
* Update to 3.3.0ehaupt2005-10-125-41/+84
| | | | | | PR: 87195 Submitted by: Yuriy N. Shkandybin <jur@netams.com> (maintainer) Approved by: novel (mentor)
* Update to 3.2.3pat2005-06-102-3/+3
| | | | | PR: ports/82087 Submitted by: maintainer
* - Update to netams-3.2.2leeym2005-04-132-3/+3
| | | | | PR: 79853 Submitted by: Yuriy N. Shkandybin <jura@netams.com>
* - Update to 3.2.1pav2005-01-258-311/+87
| | | | | PR: ports/76581 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
* - Update to 3.1.1830pav2004-08-184-17/+15
| | | | | PR: ports/70568 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-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
* - Update to 3.1 (1790)pav2004-01-063-12/+17
| | | | | PR: ports/60923 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer)
* - Update to version netams-3.1(1770)krion2003-12-275-56/+60
| | | | | | | | - Unbreak build on 5.x - Pet portlint PR: 60543 Submitted by: maintainer
* Mark as broken on 5.x due to compile problems (possibly related tolinimon2003-12-221-0/+4
| | | | gcc3.3 import although it's hard to say). Notified maintainer.
* Update based on new version netams-3.1.1563leeym2003-06-207-92/+231
| | | | | PR: 52608 Submitted by: "Yuriy N. Shkandybin" <jura@happychance.com>
* NeTAMS - Network Traffic Accounting and Monitoring Softwareedwin2003-04-059-0/+218
NeTAMS is a Network Traffic Accounting and Monitoring Software. It runs as a daemon under FreeBSD and Linux operating systems. Collects an IP traffic information flowing via your PC/UNIX or Cisco router, filters it, aggregates, stores onto HASH/SQL database, and makes SMTP/HTML reports to site administrator. Anoter features are flexible policy targets, firewalling, access control, quotas, scheduler and much much more. PR: ports/46777 Submitted by: Yuriy N. Shkandybin <jura@happychance.com>