aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netams/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2016-08-181-144/+0
| | | | | | | 2016-08-18 net-mgmt/netams: unmaintained, broken on most FreeBSD platforms Notes: svn path=/head/; revision=420402
* net-mgmt/netams: reset maintainer, expire, make less brokenJohn Marino2016-08-041-12/+11
| | | | | | | | | | | | | | | | | | | | First, the port already has 3 maintainer timeouts going back years, so go ahead and reset maintainership. Second, it's broken on FreeBSD 10 and newer. Third, the options were broken (e.g. USES defined after <options>, <pre> and <post> also used with options. I tweaked this some (untested) Fourth: The pcap specification is ambiguous. (I removed it). [1] The entire port is in really bad shape so set it for removal in two weeks. PR: 211578 [1] Notes: svn path=/head/; revision=419614
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390310
* - Mark BROKEN on 10.x+Dmitry Marakasov2015-06-021-1/+7
| | | | | | | | | | | | | | | | | --- ./netflow.h:242:27: error: 'long type-name' is invalid u_int32_t long sent_flows; --- ./list.h:32:3: error: unknown type name 'LHASH'; did you mean '_LHASH'? LHASH *hash; --- PR: 197249 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=388300
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Un-hardcode gcc. It still fails to build, but at least it uses theAdam Weinberger2014-08-151-0/+3
| | | | | | | right compiler to fail with. Notes: svn path=/head/; revision=365058
* Revert r363623 in favour of some more testing.Adam Weinberger2014-08-011-4/+0
| | | | Notes: svn path=/head/; revision=363707
* Fix build without gcc.Adam Weinberger2014-07-311-0/+4
| | | | Notes: svn path=/head/; revision=363623
* - fix PORTOPTION s/:MWITH_MYSQL/:MMYSQL/Olli Hauer2014-04-191-100/+77
| | | | | | | | | | | - rename OPTION POSTGRESQL -> PGSQL - USES shebangfix - use new LIB_DEPENSD notation - enable staging - bump PORTREVISION Notes: svn path=/head/; revision=351592
* 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
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - update libdg to 2.1.0Dirk Meyer2013-08-091-2/+2
| | | | Notes: svn path=/head/; revision=324437
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsFlorian Smeets2013-06-041-1/+1
| | | | | | | Approved by: ale (maintainer) Notes: svn path=/head/; revision=319886
* Convert to new options frameworkBaptiste Daroussin2013-05-101-24/+20
| | | | | | | | | | While here do some build with clang fixes PR: ports/178445, ports/178446, ports/178444, ports/178443, ports/178425, ports/178423 Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru> Notes: svn path=/head/; revision=317790
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-07-011-8/+8
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300304
* - update makefile, install cgiprograms with INSTALL_PROGRAM (was ↵Michael Scheidell2012-01-281-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) Notes: svn path=/head/; revision=289979
* - links to libmysqlclient/libpq but doesn't register dependenciesMichael Scheidell2011-11-281-38/+97
| | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=286589
* Tune up rc.d fileDoug Barton2010-05-291-0/+1
| | | | | | | Approved by: maintainer timeout Notes: svn path=/head/; revision=255288
* - Update to 3.4.5Pav Lucistnik2010-05-141-205/+56
| | | | | | | | PR: ports/143410 Submitted by: Anton Vinokurov <anton@netams.com> (maintainer) Notes: svn path=/head/; revision=254308
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL.Alex Dupre2009-03-041-1/+1
| | | | Notes: svn path=/head/; revision=229468
* Mark BROKEN on i386 8.x: does not compile.Erwin Lansing2008-08-091-0/+2
| | | | Notes: svn path=/head/; revision=218267
* - Does not compile outside i386 (needs some -fPIC)Pav Lucistnik2008-05-291-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=213897
* - Update to 3.4.1rc1Beech Rintoul2008-05-081-35/+186
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=212827
* - Respect CC and CXXRong-En Fan2008-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) Notes: svn path=/head/; revision=209367
* - Update to 3.4.0 RC 2Rong-En Fan2007-07-081-21/+9
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=195221
* BROKEN: Does not compile on 6.xKris Kennaway2006-09-031-0/+4
| | | | Notes: svn path=/head/; revision=171965
* - fix rc.d script to check if the daemon is startedIon-Mihai Tetcu2006-06-261-1/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=166394
* - Update to 3.3.5Pav Lucistnik2006-06-141-20/+12
| | | | | | | | | | - Provide rc_subr script PR: ports/98636 Submitted by: Yuriy Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=165400
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - Update to 3.3.2Tim Bishop2006-01-051-1/+1
| | | | | | | | | PR: 91352 Submitted by: Yuriy Shkandybin <jura@netams.com> (maintainer) Approved by: clement (mentor, implicitly) Notes: svn path=/head/; revision=152808
* - Update to 3.3.1aEmanuel Haupt2005-12-031-1/+1
| | | | | | | | | | - Add SHA256 hash PR: 89831 Submitted by: Yuriy N. Shkandybin <jura at netams dot com> (maintainer) Notes: svn path=/head/; revision=150326
* - Update to 3.3.1Pav Lucistnik2005-11-291-3/+3
| | | | | | | | PR: ports/89658 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=149847
* Update to 3.3.0Emanuel Haupt2005-10-121-32/+72
| | | | | | | | | PR: 87195 Submitted by: Yuriy N. Shkandybin <jur@netams.com> (maintainer) Approved by: novel (mentor) Notes: svn path=/head/; revision=145101
* Update to 3.2.3Patrick Li2005-06-101-1/+1
| | | | | | | | PR: ports/82087 Submitted by: maintainer Notes: svn path=/head/; revision=137154
* - Update to netams-3.2.2Yen-Ming Lee2005-04-131-1/+1
| | | | | | | | PR: 79853 Submitted by: Yuriy N. Shkandybin <jura@netams.com> Notes: svn path=/head/; revision=133231
* - Update to 3.2.1Pav Lucistnik2005-01-241-37/+23
| | | | | | | | PR: ports/76581 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=127195
* - Update to 3.1.1830Pav Lucistnik2004-08-181-7/+6
| | | | | | | | PR: ports/70568 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=116582
* 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 3.1 (1790)Pav Lucistnik2004-01-051-2/+2
| | | | | | | | PR: ports/60923 Submitted by: Yuriy N. Shkandybin <jura@netams.com> (maintainer) Notes: svn path=/head/; revision=97395
* - Update to version netams-3.1(1770)Kirill Ponomarev2003-12-261-13/+18
| | | | | | | | | | | - Unbreak build on 5.x - Pet portlint PR: 60543 Submitted by: maintainer Notes: svn path=/head/; revision=96635
* Mark as broken on 5.x due to compile problems (possibly related toMark Linimon2003-12-211-0/+4
| | | | | | | gcc3.3 import although it's hard to say). Notified maintainer. Notes: svn path=/head/; revision=96340
* Update based on new version netams-3.1.1563Yen-Ming Lee2003-06-191-27/+27
| | | | | | | | PR: 52608 Submitted by: "Yuriy N. Shkandybin" <jura@happychance.com> Notes: svn path=/head/; revision=83331
* NeTAMS - Network Traffic Accounting and Monitoring SoftwareEdwin Groothuis2003-04-051-0/+72
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> Notes: svn path=/head/; revision=78283