8351 FreshPorts -- net-mgmt/netxms
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
netxms 1.0.13_2 net-mgmt on this many watch lists=3 search for ports that depend on this port
Broken BROKEN: Does not fetch
Ignore IGNORE: is marked as broken: Does not fetch
Network monitoring system
Maintained by: 5u623l20@gmail.com search for ports maintained by this maintainer
Port Added: 07 Sep 2007 12:16:29
License: GPLv2 LGPL21


NetXMS is new and rapidly developing monitoring system,
released under GPL2 license. It can be used for monitoring
entire IT infrastructure, starting with SNMP-capable
hardware (like switches and routers) and ending with
applications on your servers. NetXMS is an extremely
reliable and powerful monitoring system, enabling you
to improve your network availability and service levels.

WWW: http://www.netxms.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/gmake
  3. lang/perl5.14
Required To Run:
  1. security/openssl
  2. lang/perl5.14
Required Libraries:
  1. converters/libiconv
  2. textproc/expat2
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-mgmt/netxms/ && make install clean

No package is available: yes


Configuration Options
===> The following configuration options are available for netxms-1.0.13_2:
     AGENT=on: Install NetXMS agent
     CLIENT=on: Install NetXMS client
     MYSQL=off: MySQL database support
     NXHTTPD=off: Install web-interface
     ODBC=off: ODBC backend
     PGSQL=off: PostgreSQL database support
     SERVER=off: Install NetXMS server & agent
     SQLITE=off: SQLite database support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.netxms.org/download/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 May 2013 21:09:19
Original commit files touched by this commit  1.0.13_2
bapt search for other commits by this committer
Mark as broken: does not fetch and convert to new options framework
27 Apr 2013 11:59:29
Original commit files touched by this commit  1.0.13_2
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
17 Mar 2012 05:21:05
Original commit files touched by this commit  1.0.13_2
miwi search for other commits by this committer
- Set / Update Portscout flags
- Pass maintainership to submitter

PR:             166062 166105 166112 166113 166114
                166115 166141 166154 166155 166156
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
14 Mar 2012 20:41:18
Original commit files touched by this commit  1.0.13_2
jgh search for other commits by this committer
- drop invalid post-deinstall target

PR:     ports/166078
Submitted by:   jgh@
Feature safe:   yes
06 Feb 2012 12:25:50
Original commit files touched by this commit  1.0.13_1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
14 Jan 2012 08:57:23
Original commit files touched by this commit  1.0.13
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.
19 Nov 2011 15:47:32
Original commit files touched by this commit  1.0.13
miwi search for other commits by this committer
- Update to 1.0.13

PR:             162627
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:   yes
18 Oct 2011 14:19:39
Original commit files touched by this commit  1.0.12
ehaupt search for other commits by this committer
Update to 1.0.12

PR:             161630
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
17 Jun 2011 08:51:32
Original commit files touched by this commit  0.2.24
bapt search for other commits by this committer
Mark broken some ports with unfetchable distfiles
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.2.24
miwi search for other commits by this committer
- Get Rid MD5 support
13 Dec 2010 01:07:40
Original commit files touched by this commit  0.2.24
pgollucci search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    QAT
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.2.24
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
25 Dec 2009 02:09:38
Original commit files touched by this commit  0.2.24
avl search for other commits by this committer
- Reset maintainership

PR:             ports/135435
Submitted by:   Vladimir Ermakov <samflanker at gmail.com> (old maintainer)
13 Jan 2009 03:08:02
Original commit files touched by this commit  0.2.24
amdmi3 search for other commits by this committer
- Update to 0.2.24

PR:             130057
Submitted by:   Vladimir Ermakov <samflanker at gmail dot com> (maintainer)
06 Sep 2008 07:12:05
Original commit files touched by this commit  0.2.22
rafan search for other commits by this committer
- Update to 0.2.22
- Remove 4.x specific patch

PR:             ports/126947
Submitted by:   Vladimir Ermakov <samflanker at gmail.com> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.2.21
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Jun 2008 11:48:14
Original commit files touched by this commit  0.2.21
rafan search for other commits by this committer
- Update to 0.2.21

PR:             ports/123732
Submitted by:   Vladimir Ermakov <samflanker at gmail.com> (maintainer)
13 Dec 2007 23:34:22
Original commit files touched by this commit  0.2.19
pav search for other commits by this committer
- Update to 0.2.19

PR:             ports/118262
Submitted by:   Vladimir Ermakov <samflanker@gmail.com> (maintainer)
11 Sep 2007 20:53:27
Original commit files touched by this commit  0.2.18.2
edwin search for other commits by this committer
net-mgmt/netxms - support build on FreeBSD 7.0-CURRENT

        NetXMS-0.2.18.2 source not compiling on GCC 4.2 (base
        compilator on 7.0-CURRENT)

PR:             ports/116252
Submitted by:   Vladimir Ermakov <samflanker@gmail.com>
07 Sep 2007 12:15:26
Original commit files touched by this commit  0.2.18.2
edwin search for other commits by this committer
[NEW PORT] net-mgmt/netxms: NetXMS - network monitoring system

        NetXMS is new and rapidly developing monitoring system,
        released under GPL2 license. It can be used for monitoring
        entire IT infrastructure, starting with SNMP-capable hardware
        (like switches and routers) and ending with applications
        on your servers. NetXMS is an extremely reliable and powerful
        monitoring system, enabling you to improve your network
        availability and service levels.

        WWW: http://www.netxms.org/

PR:             ports/114495
Submitted by:   samflanker@gmail.com

Number of commits found: 20

2833
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days25
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0