7740 FreshPorts -- sysutils/nut22
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
nut22 2.2.2_6 sysutils on this many watch lists=0 search for ports that depend on this port
Network UPS Tools

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: 21 Sep 2009 09:12:24
License: not specified in port


This is a developing project to monitor a large assortment of UPS hardware.
Network communications are used so that multiple systems can monitor a
single physical UPS and shut down together if necessary without any
special "sharing hardware" on the UPS itself. CGI scripts are provided
to monitor UPS status via a WEB browser.

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

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

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
  3. devel/autoconf
Required Libraries:
  1. net-mgmt/net-snmp
  2. www/neon29
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/nut22/ && make install clean
To add the package: pkg_add -r nut


Configuration Options
===> The following configuration options are available for nut-2.2.2_6:
     CGI=off: Web CGI interface
     DEVEL=off: Install header files
     DOCS=on: Build and/or install documentation
     HAL=off: HAL (Hardware Abstraction Layer) support
     IPV6=on: IPv6 protocol support
     NEON=on: NEON XML/HTTP support
     SERIAL=on: SERIAL support
     SNMP=on: SNMP protocol support
     USB=on: USB support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.networkupstools.org/source/2.2/

Number of commits found: 19

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 14:20:28
Original commit files touched by this commit  2.2.2_6
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
28 Mar 2013 15:51:17
Refresh Original commit files touched by this commit
  Sanity Test Failure
eadler search for other commits by this committer
Drop support for old versions of FreeBSD from unmaintained ports

Reviewed by:	miwi
19 Mar 2013 13:28:24
Original commit files touched by this commit  2.2.2_6
ohauer search for other commits by this committer
- fix '(' '}' typo
- fix OPTION keyword US -> USB (sysutils/nut22)
05 Oct 2012 14:52:52
Original commit files touched by this commit  2.2.2_6
bapt search for other commits by this committer
Convert to new options framework
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.2.2_6
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
26 Jul 2012 05:40:24
Original commit files touched by this commit  2.2.2_6
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
22 Jul 2012 23:24:00
Original commit files touched by this commit  2.2.2_6
dougb search for other commits by this committer
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.2.2_6
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.
28 Jul 2011 12:43:22
Original commit files touched by this commit  2.2.2_6
sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.2.2_5
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.2.2_5
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.2.2_5
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.2.2_5
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
30 Jul 2010 22:14:49
Original commit files touched by this commit  2.2.2_4
mezz search for other commits by this committer
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
02 Jun 2010 19:14:17
Original commit files touched by this commit  2.2.2_3
sylvio search for other commits by this committer
- Chase net-snmp shlib bump
26 Apr 2010 17:06:05
Original commit files touched by this commit  2.2.2_2
pav search for other commits by this committer
- Switch to neon 2.9

Requested by:   Rudolf Cejka <cejkar@fit.vutbr.cz>
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.2.2_1
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
18 Dec 2009 23:32:51
Original commit files touched by this commit  2.2.2_1
miwi search for other commits by this committer
- Remove support for neon26

With hat:       secteam
21 Sep 2009 09:11:59
Original commit files touched by this commit  2.2.2
pav search for other commits by this committer
- Downgrade to 2.2.2 after repocopy from sysutils/nut

Feature safe:   yes

Number of commits found: 19

28b1
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24571
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 5
new 48 hours12
new 7 days32
new fortnight84
new month177

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