Commit graph

23 commits

Author SHA1 Message Date
Ion-Mihai Tetcu
9e4d77a01e - Update to 3.14.8
- Among other things, the SNMP driver that does not require libsnmp.so
- Adjust pkg-message to point to the right manual [1]

Full list of changes:
http://apcupsd.cvs.sourceforge.net/viewvc/*checkout*/apcupsd/apcupsd/ReleaseNotes?pathrev=Release-3_14_8

Submitted by:	Scott Bennett <bennett@cs.niu.edu> [1]
Tested by:	Ulrich Drolshagen <u.drolshagen@t-online.de>, imp@inbox.ru,
		Warren Block <wblock@wonkity.com>, mack@
2010-04-03 08:47:33 +00:00
Ion-Mihai Tetcu
8f93fe176d Update to 3.14.4.
Notable changes are:
- it now builds using gmake
- NLS and POWERFLUTE are removed
- POLLTIME directive to control UPS polling interval. This directive
    specifies the number of seconds to delay between polling the UPS for
    status. Previously, NETTIME allowed this to be adjusted for network
    connections only (snmp, pcnet, nis-net). POLLTIME configures the delay
    for all connection types. NETTIME is accepted as a synonym for
    compatibility with old config files.
- you can now use the graphical client via GAPCMON OPTION
- it won't build on anything pre 6.3R

Tested by:	Stefan Lambrev <stefan.lambrev@moneybookers.com>
2008-07-10 20:03:47 +00:00
Ion-Mihai Tetcu
a62bccf85a - Update to 3.14.2
- Now the port build depends on devel/makedepend
- Utilize ETCDIR for Makefile and pkg-plist
- Move pkg-message to FILESDIR
- No need to use USE_GETTEXT=yes, because port doesn't install any mo files
and --enable-nls option doesn't help. With --with-included-gettext apcupsd
doesn't build.

PR:		ports/116774
Submitted by:	Alexander Logvinov
2007-10-21 10:39:39 +00:00
Ion-Mihai Tetcu
d7871ae81f Update to 3.14.0
- MASTER/SLAVE networking mode removed (use NIS instead, see manual)
- PowerChute Network Shutdown driver
- New configuration directives to set paths at runtime

Note: GAPCMON GUI monitoring tool is not yet builded in this port, but it will.

PR:		ports/111253
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Poked by:	infofarmer@
2007-04-05 19:57:25 +00:00
Pav Lucistnik
7099aa7a42 - Update to 3.12.3
PR:		ports/96545
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
2006-05-01 14:35:47 +00:00
Marcus Alves Grando
df4b7a8f49 - Update to 3.12.2
- Use new rc.d script
- Reorganize Makefile

PR:		92466
Notified by:	"Alex Samorukov" <samm___os2.kiev.ua>
Submitted by:	maintainer
2006-04-22 13:51:37 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Lars Koeller
92ad9a4c49 o) Update to version 3.10.17 (from 3.10.15) now USB on FreeBSD
should work (read manual!!)
2005-04-15 17:24:04 +00:00
Lars Koeller
f0e6adb769 o) Add smtp binary in $PREFIX/sbin directory 2004-12-13 20:34:29 +00:00
Lars Koeller
ee81faacbf o) Fix correct deletion of apcupsd.conf file if it's identical with sample
file after fresh install.

PR:		-
Submitted by:	Kris Kennaway <kris@obsecurity.org>
2004-12-12 19:53:36 +00:00
Lars Koeller
bfb7c8bb56 o) Fix some pkg-plist errors
o) Handle new config file correctly

PR:		-
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2004-10-28 19:21:50 +00:00
Lars Koeller
91f85e2954 Update from 3.10.13 -> 3.10.15
- Fix for lost config files during "portupgrade apcupsd"
    (PR ports/67251)
  - Mandrake 10 USB users, please note, you must either use devfs
    to access the USB or reconfigure your kernel and turn
    CONFIG_USB_DYNAMIC_MINORS off.
  - The NIS slave server code (net driver) should be much more
    efficient and robust than previous versions.
  - The code as a whole is much more resistant to buffer overflows
    since most all string copies are now protected.

PR:		67251
Submitted by:	Rob <robbyrnes@fastmail.com.au>
2004-10-14 19:28:31 +00:00
Lars Koeller
41726bea73 o) Upgrade to version 3.10.13 2004-05-11 17:02:45 +00:00
Lars Koeller
847dacfab1 o) Update to version 3.10.11
o) Add flag WITH_CGI=yes for building with/without cgi support
o) When cgi support is choosen dependency on libgd is now
   added out of the ports tree (not internal one).
2004-02-03 20:18:25 +00:00
Pav Lucistnik
40ac3df715 - Install stylesheet for manual [1]
- Add missed file to pkg-plist
- Raise portrevision

PR:		ports/60995 [1]
Submitted by:	Krzysztof Stryjek <wtp+apc@bsdguru.org>
2004-01-07 00:14:00 +00:00
Lars Koeller
a98e8965c6 o) Delete needlessly patches
o) Install sample config and add them to pkg-plist

Submitted by:	Andrzej Tobola <A.Tobola@wilk.2a.pl>
2004-01-05 08:13:18 +00:00
Lars Koeller
8d7399db80 o) Update to version 3.10.9
o) files dir contains a sample config for network master-slave
   which seems to be stable on my test environment
o) still lack of USB support, cause noone ports the LINUX usb code to
   FreeBSD (perhaps libusb is also a staring point)
2004-01-04 19:18:20 +00:00
Lars Koeller
a9eb0f55e5 o) Update to version 3.10.6 (USB support) 2003-11-18 20:18:17 +00:00
Lars Koeller
40ebd7b675 - Upgrade to Version 3.8.6 which fixes a root exploit of slave machines. 2003-02-25 20:20:32 +00:00
Lars Koeller
4569b0e0a5 o Add some missiong documentation files, lost during the updates before
o PR:		     ports/47059
   Originator:	     David A Bestor <1nd3n14l@indenial.com>
2003-01-19 13:36:07 +00:00
Kris Kennaway
6ee5063436 Add missing file 2002-09-14 22:27:22 +00:00
Lars Koeller
128c79b0d4 * Add HTML documentation
* Fix problems with libwrap support
2001-12-03 21:27:29 +00:00
Lars Koeller
da0b33d01c Add apcupsd 3.8.3, a daemon for controlling APC UPS.
PR:		31478
Submitted by:	Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
2001-12-02 11:24:53 +00:00