non port: sysutils/apcupsd/pkg-plist |
Number of commits found: 27 |
Monday, 19 Jun 2017
|
22:45 dbaio
sysutils/apcupsd: Several improvements
Add support for running multiple instances of apcupsd[1]
Add an option to use `shutdown -p` rather than `shutdown -h`[2]
Set as @sample several scripts that can be customized[3]
Add an option for build with MODBUS USB driver support (Enabled by default)[4]
Set LICENSE_FILE [5]
Sort OPTIONS and make a small adjustment in pkg-message
Take maintainer'ship
PR: 180336 [1]
PR: 187924 [2][3]
PR: 215809 [4]
PR: 220002 [5]
Submitted by: leres@ee.lbl.gov [1]
Submitted by: tdb [3]
Submitted by: ipluta@wp.pl [4]
Submitted by: takefu@airport.fm [5]
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11224
 |
Saturday, 22 Nov 2014
|
09:13 antoine
Cleanup plist
 |
Sunday, 6 Jul 2014
|
13:14 adamw
Update to 3.14.12 and unbreak. Stage, use OPTIONS helpers, modernize
and clean up.
PR: ports/191645 (based on)
Submitted by: Dan Lukes
 |
Tuesday, 22 Oct 2013
|
14:01 amdmi3
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
 |
Saturday, 3 Apr 2010
|
08:47 itetcu
- 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@
 |
Thursday, 10 Jul 2008
|
20:03 itetcu
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>
 |
Sunday, 21 Oct 2007
|
10:39 itetcu
- 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
 |
Thursday, 5 Apr 2007
|
19:57 itetcu
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@
 |
Monday, 1 May 2006
|
14:35 pav
- Update to 3.12.3
PR: ports/96545
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
(maintainer)
 |
Saturday, 22 Apr 2006
|
13:51 mnag
- 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
 |
Sunday, 22 Jan 2006
|
06:28 edwin
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
 |
Friday, 15 Apr 2005
|
17:24 lkoeller
o) Update to version 3.10.17 (from 3.10.15) now USB on FreeBSD
should work (read manual!!)
 |
Monday, 13 Dec 2004
|
20:34 lkoeller
o) Add smtp binary in $PREFIX/sbin directory
 |
Sunday, 12 Dec 2004
|
19:53 lkoeller
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>
 |
Thursday, 28 Oct 2004
|
19:21 lkoeller
o) Fix some pkg-plist errors
o) Handle new config file correctly
PR: -
Submitted by: Neil Darlow <neil@darlow.co.uk>
 |
Thursday, 14 Oct 2004
|
19:28 lkoeller
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>
 |
Tuesday, 11 May 2004
|
17:02 lkoeller
o) Upgrade to version 3.10.13
 |
Tuesday, 3 Feb 2004
|
20:18 lkoeller
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).
 |
Wednesday, 7 Jan 2004
|
00:14 pav
- 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>
 |
Monday, 5 Jan 2004
|
08:13 lkoeller
o) Delete needlessly patches
o) Install sample config and add them to pkg-plist
Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
 |
Sunday, 4 Jan 2004
|
19:18 lkoeller
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)
 |
Tuesday, 18 Nov 2003
|
20:18 lkoeller
o) Update to version 3.10.6 (USB support)
 |
Tuesday, 25 Feb 2003
|
20:20 lkoeller
- Upgrade to Version 3.8.6 which fixes a root exploit of slave machines.
 |
Sunday, 19 Jan 2003
|
13:36 lkoeller
o Add some missiong documentation files, lost during the updates before
o PR: ports/47059
Originator: David A Bestor <1nd3n14l@indenial.com>
 |
Saturday, 14 Sep 2002
|
22:27 kris
Add missing file
 |
Monday, 3 Dec 2001
|
21:27 lkoeller
* Add HTML documentation * Fix problems with libwrap support
 |
Sunday, 2 Dec 2001
|
11:24 lkoeller
Add apcupsd 3.8.3, a daemon for controlling APC UPS.
 |
Number of commits found: 27 |