notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
netams Network Traffic Accounting and Monitoring Software
3.4.5_4 net-mgmt Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.4.5_4Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: unmaintained, broken on most FreeBSD platforms
Expired This port expired on: 2016-08-18
Ignore IGNORE: is marked as broken on FreeBSD 10.3: PR 197249
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-02-23 04:43:25
Last Update: 2016-08-18 13:22:28
SVN Revision: 420402
People watching this port, also watch:: subversion, nmap, sarg, squid
License: GPLv2
WWW:
http://www.netams.com/
Description:
NeTAMS - Network Traffic Accounting and Monitoring Software. It is built for UNIX and works for networks with Cisco routers or PC Unix routers (Linux/FreeBSD/Solaris). Several methods of traffic gathering are supported (tee/divert/ip_queue/libpcap/netflow v5), database storage (BerkleyDB/MySQL/PostgresSQL), aggregation, visualization, notification etc. It is possible to block traffic based on quotas, authorization ID, empty balance (billing); manage bandwidth, create a flexible accounting and filtration policies. WWW: http://www.netams.com/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • netams>0:net-mgmt/netams
No installation instructions:
This port has been deleted.
PKGNAME: netams
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (netams-3.4.5.tar.gz) = dc6522cc6cf14bfb29f38f09e5513bfe4dce275c0fce9f55ec8706cd300908b1 SIZE (netams-3.4.5.tar.gz) = 408868

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libmysqlclient.so.18 : databases/mysql56-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for netams-3.4.5_4: CGI=off: Install admin/user CGI scripts DEBUG=off: Build with debugging support ====> Options available for the multi DATABASE: you have to choose at least one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
shebangfix mysql:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.netams.com/files/
Collapse this list.

Number of commits found: 49

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.4.5_4
18 Aug 2016 13:22:28
Revision:420402Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2016-08-18 net-mgmt/netams: unmaintained, broken on most FreeBSD platforms
3.4.5_4
04 Aug 2016 14:18:33
Revision:419614Original commit files touched by this commit
marino search for other commits by this committer
net-mgmt/netams: reset maintainer, expire, make less broken

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]
3.4.5_3
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
3.4.5_3
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
3.4.5_3
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
3.4.5_3
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- 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
3.4.5_3
22 Jun 2015 18:33:22
Revision:390310Original commit files touched by this commit
antoine search for other commits by this committer
Convert to USES=jpeg
3.4.5_3
02 Jun 2015 02:53:45
Revision:388300Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark BROKEN on 10.x+

---
./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
3.4.5_3
01 Feb 2015 18:03:44
Revision:378258Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from and add empty directories to pkg-plists

Approved by:	portmgr blanket
3.4.5_3
22 Nov 2014 19:13:50
Revision:373091Original commit files touched by this commit
crees search for other commits by this committer
Switch to USES=pgsql
3.4.5_3
15 Aug 2014 22:03:52
Revision:365058Original commit files touched by this commit
adamw search for other commits by this committer
Un-hardcode gcc. It still fails to build, but at least it uses the
right compiler to fail with.
3.4.5_3
01 Aug 2014 13:20:53
Revision:363707Original commit files touched by this commit
adamw search for other commits by this committer
Revert r363623 in favour of some more testing.
3.4.5_3
31 Jul 2014 15:45:31
Revision:363623Original commit files touched by this commit
adamw search for other commits by this committer
Fix build without gcc.
3.4.5_3
19 Apr 2014 10:45:24
Revision:351592Original commit files touched by this commit
ohauer search for other commits by this committer
- fix PORTOPTION s/:MWITH_MYSQL/:MMYSQL/
- rename OPTION POSTGRESQL -> PGSQL
- USES shebangfix
- use new LIB_DEPENSD notation
- enable staging
- bump PORTREVISION
3.4.5_2
20 Sep 2013 22:24:44
Revision:327757Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
3.4.5_2
20 Sep 2013 12:54:55
Revision:327697Original commit files touched by this commit
bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.4.5_2
09 Aug 2013 14:05:53
Revision:324437Original commit files touched by this commit Sanity Test Failure
dinoex search for other commits by this committer
- update libdg to 2.1.0
3.4.5_2
04 Jun 2013 18:01:47
Revision:319886Original commit files touched by this commit
flo search for other commits by this committer
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years

Approved by:    ale (maintainer)
3.4.5_2
10 May 2013 11:28:32
Revision:317790Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
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>
3.4.5_2
01 Jul 2012 05:42:55
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
3.4.5_2
28 Jan 2012 20:20:02
Original commit files touched by this commit
scheidell search for other commits by this committer
- update makefile, install cgiprograms with INSTALL_PROGRAM (was 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)
3.4.5_2
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
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.
3.4.5_2
28 Nov 2011 19:55:34
Original commit files touched by this commit
scheidell search for other commits by this committer
- links to libmysqlclient/libpq but doesn't register dependencies
- 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
3.4.5_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
3.4.5_1
29 May 2010 18:26:54
Original commit files touched by this commit
dougb search for other commits by this committer
Tune up rc.d file

Approved by:    maintainer timeout
3.4.5
14 May 2010 12:42:50
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.4.5

PR:             ports/143410
Submitted by:   Anton Vinokurov <anton@netams.com> (maintainer)
3.4.1.r1
27 Mar 2010 00:15:24
Original commit files touched by this commit
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
3.4.1.r1
22 Aug 2009 00:32:25
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
3.4.1.r1
04 Mar 2009 14:33:11
Original commit files touched by this commit
ale search for other commits by this committer
Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL.
3.4.1.r1
09 Aug 2008 13:57:55
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN on i386 8.x: does not compile.
3.4.1.r1
29 May 2008 21:28:57
Original commit files touched by this commit
pav search for other commits by this committer
- Does not compile outside i386 (needs some -fPIC)

Reported by:    pointyhat
3.4.1.r1
08 May 2008 10:16:04
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 3.4.1rc1
- 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)
3.4.0.r2
19 Mar 2008 13:07:04
Original commit files touched by this commit
rafan search for other commits by this committer
- Respect CC and CXX

PR:             ports/121697
Submitted by:   Andrew Kolchoogin <andrew at rinet.ru>
Approved by:    Yuriy N. Shkandybin <jura at netams.com> (maintainer)
3.4.0.r2
08 Jul 2007 12:41:41
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 3.4.0 RC 2
- 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)
3.3.5_1
03 Sep 2006 00:30:33
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not compile on 6.x
3.3.5_1
28 Jun 2006 21:10:10
Original commit files touched by this commit
itetcu search for other commits by this committer
Fix typo preventing proper start.

Submitted by:           Alexander Logvinov <user@blg.akavia.ru>
Approved by:            maintianer (for the previous commit)
3.3.5_1
26 Jun 2006 22:00:01
Original commit files touched by this commit
itetcu search for other commits by this committer
- fix rc.d script to check if the daemon is started
- 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
3.3.5
14 Jun 2006 12:08:24
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.3.5
- Provide rc_subr script

PR:             ports/98636
Submitted by:   Yuriy Shkandybin <jura@netams.com> (maintainer)
3.3.2
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
3.3.2
05 Jan 2006 15:16:57
Original commit files touched by this commit
tdb search for other commits by this committer
- Update to 3.3.2

PR:             91352
Submitted by:   Yuriy Shkandybin <jura@netams.com> (maintainer)
Approved by:    clement (mentor, implicitly)
3.3.1a
03 Dec 2005 23:42:23
Original commit files touched by this commit
ehaupt search for other commits by this committer
- Update to 3.3.1a
- Add SHA256 hash

PR:             89831
Submitted by:   Yuriy N. Shkandybin <jura at netams dot com> (maintainer)
3.3.1
29 Nov 2005 00:13:24
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.3.1

PR:             ports/89658
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
3.3.0
12 Oct 2005 12:05:55
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 3.3.0

PR:             87195
Submitted by:   Yuriy N. Shkandybin <jur@netams.com> (maintainer)
Approved by:    novel (mentor)
3.2.3
10 Jun 2005 07:51:47
Original commit files touched by this commit
pat search for other commits by this committer
Update to 3.2.3

PR:             ports/82087
Submitted by:   maintainer
3.2.2
13 Apr 2005 12:05:23
Original commit files touched by this commit
leeym search for other commits by this committer
- Update to netams-3.2.2

PR:             79853
Submitted by:   Yuriy N. Shkandybin <jura@netams.com>
3.2.1
24 Jan 2005 17:10:43
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.2.1

PR:             ports/76581
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
3.1_3
18 Aug 2004 10:49:07
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 3.1.1830

PR:             ports/70568
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
3.1_2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
3.1_2
23 Feb 2004 04:42:13
Original commit files touched by this commit
wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Number of commits found: 49