aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
Commit message (Collapse)AuthorAgeFilesLines
* o) Forgotten to increase PORTREVISION (always the same ....)Lars Koeller2005-07-031-1/+1
| | | | Notes: svn path=/head/; revision=138396
* o) Add switch for SNMP support (ports/82765)Lars Koeller2005-07-033-0/+45
| | | | | | | | | | | o) Add patch for propper power off of ups device with USB driver on FBSD-5 ("Mike Tancsa" <mike@sentex.net>) PR: ports/82765 Submitted by: Benjamin Constant <bconstant@be.tiauto.com>, "Mike Tancsa" <mike@sentex.net> Notes: svn path=/head/; revision=138395
* o) This release will fix the BSD USB lockup bug that many usersLars Koeller2005-05-152-3/+3
| | | | | | | | have experienced. (I can't check this due to lack of an USP apcups device) Perhaps this fixes PR ports/80233. Notes: svn path=/head/; revision=135290
* o) Update to version 3.10.17 (from 3.10.15) now USB on FreeBSDLars Koeller2005-04-154-33/+48
| | | | | | | should work (read manual!!) Notes: svn path=/head/; revision=133437
* o) Increase port revision due to pkg-plist fixLars Koeller2004-12-131-1/+1
| | | | Notes: svn path=/head/; revision=123960
* o) Add smtp binary in $PREFIX/sbin directoryLars Koeller2004-12-131-0/+1
| | | | Notes: svn path=/head/; revision=123958
* o) Fix correct deletion of apcupsd.conf file if it's identical with sampleLars Koeller2004-12-121-0/+1
| | | | | | | | | | file after fresh install. PR: - Submitted by: Kris Kennaway <kris@obsecurity.org> Notes: svn path=/head/; revision=123831
* o) Fix pkg-plist errors and install of config templates.Lars Koeller2004-11-021-2/+2
| | | | Notes: svn path=/head/; revision=120640
* o) Fix some pkg-plist errorsLars Koeller2004-10-282-3/+13
| | | | | | | | | | o) Handle new config file correctly PR: - Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=120419
* Update from 3.10.13 -> 3.10.15Lars Koeller2004-10-144-22/+19
| | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=119443
* o) Upgrade to version 3.10.13Lars Koeller2004-05-114-177/+5
| | | | Notes: svn path=/head/; revision=108933
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* o) fix annoying message when killall didn't find any lost slavesLars Koeller2004-03-091-1/+2
| | | | Notes: svn path=/head/; revision=103464
* o) Integrate a fix to work around an OpenBSD/FreeBSD pthread bugLars Koeller2004-03-092-3/+174
| | | | | | | | | (set/unset of O_NONBLOCK, hope, someone will fix this bug soon). Submitted by: Gary Bajaj <b04@interbaun.com>, Adam Kropelin Notes: svn path=/head/; revision=103457
* o) Add --disable-pthreads cause with pthreads the called apccontrolLars Koeller2004-03-061-2/+3
| | | | | | | programm sometimes hangs and prevents a graceful shutdown :-( Notes: svn path=/head/; revision=103119
* o) Include new OPTIONS directive into Makefile.Lars Koeller2004-02-091-2/+5
| | | | Notes: svn path=/head/; revision=100513
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* o) Update to version 3.10.11Lars Koeller2004-02-034-18/+32
| | | | | | | | | 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). Notes: svn path=/head/; revision=99902
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* o) Fix Problem with forcing use of internel libgd and an installedLars Koeller2004-01-232-15/+3
| | | | | | | | | | | one in /usr/local/lib. Now alway libgd out of the ports collection is used. PR: - Submitted by: artur@pydo.org, stefano@merlinobbs.net, glyn@grinstead.org Notes: svn path=/head/; revision=98884
* o) Add option --with-nologin=/var/runLars Koeller2004-01-182-1/+15
| | | | | | | | | | | o) Modify configure to use internal libgd. This avoids compat problems and the overkill install of libgd and dependent ports for a apcupsd server machine. Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=98486
* - Install stylesheet for manual [1]Pav Lucistnik2004-01-072-2/+3
| | | | | | | | | | | - Add missed file to pkg-plist - Raise portrevision PR: ports/60995 [1] Submitted by: Krzysztof Stryjek <wtp+apc@bsdguru.org> Notes: svn path=/head/; revision=97516
* o) Delete needlessly patchesLars Koeller2004-01-057-405/+6
| | | | | | | | | o) Install sample config and add them to pkg-plist Submitted by: Andrzej Tobola <A.Tobola@wilk.2a.pl> Notes: svn path=/head/; revision=97335
* o) Update to version 3.10.9Lars Koeller2004-01-045-25/+73
| | | | | | | | | | 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) Notes: svn path=/head/; revision=97290
* o) Update to version 3.10.6 (USB support)Lars Koeller2003-11-1814-490/+473
| | | | Notes: svn path=/head/; revision=94291
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* - Fix fetch problem due to changes on www.apcupds.org -> sourceforgeLars Koeller2003-03-091-1/+2
| | | | | | | | | - Approved by Kris Kenneway <kris@obsecurity.org> - PR: ports/48955 Subbmnitted by: Andrew Stuart <elitetek@tekrealm.net> Notes: svn path=/head/; revision=77074
* - Upgrade to Version 3.8.6 which fixes a root exploit of slave machines.Lars Koeller2003-02-253-3/+4
| | | | Notes: svn path=/head/; revision=76469
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* o Add some missiong documentation files, lost during the updates beforeLars Koeller2003-01-192-3/+6
| | | | | | | | o PR: ports/47059 Originator: David A Bestor <1nd3n14l@indenial.com> Notes: svn path=/head/; revision=73487
* Add missing fileKris Kennaway2002-09-141-0/+1
| | | | Notes: svn path=/head/; revision=66317
* Doing this is lame and causes the -current build to fail:Kris Kennaway2002-08-231-0/+13
| | | | | | | | int true = 1; while (true) { Notes: svn path=/head/; revision=64921
* o) Add a notice to read the manual for site configuration, especiallyLars Koeller2002-08-051-0/+4
| | | | | | | to get a propper shutdown sequence. Notes: svn path=/head/; revision=64031
* o) Change apcupsd.org -> apcupsd.com due to massive network reachabilityLars Koeller2002-08-052-2/+2
| | | | | | | | | | | issues of the .org domain from some networks. They are both the same sites. PR: - Submitted by: Nuno Teixeira <nunotex@pt-quorum.com> Notes: svn path=/head/; revision=64030
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to 3.8.5Patrick Li2002-01-282-2/+2
| | | | | | | | | PR: 34218 Submitted by: Edward Ping-Da Chuang <edwardc@firebird.org.tw> Approved by: maintainer Notes: svn path=/head/; revision=53907
* * Add pkg-message to infor the user to install a softlink inLars Koeller2002-01-091-0/+10
| | | | | | | /dev from the serial line to usv Notes: svn path=/head/; revision=52826
* Update to version 3.8.4-2.Lars Koeller2001-12-212-3/+2
| | | | Notes: svn path=/head/; revision=51934
* * Add missing patch file to compile correctly with libwrapLars Koeller2001-12-053-19/+66
| | | | | | | | * Use --disable-install-distdir instead of patching Makefile * Bump port revision Notes: svn path=/head/; revision=51091
* * Add HTML documentationLars Koeller2001-12-033-6/+127
| | | | | | | * Fix problems with libwrap support Notes: svn path=/head/; revision=50994
* Forgotten to bump PORTREVISION ;-(Lars Koeller2001-12-021-0/+1
| | | | Notes: svn path=/head/; revision=50858
* Patchfile for fixing wrong path to mail binary.Lars Koeller2001-12-021-0/+95
| | | | Notes: svn path=/head/; revision=50856
* Fixing missing brace in startup script and wrong path to mail binary.Lars Koeller2001-12-021-1/+3
| | | | Notes: svn path=/head/; revision=50854
* Add apcupsd 3.8.3, a daemon for controlling APC UPS.Lars Koeller2001-12-029-0/+341
PR: 31478 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> Notes: svn path=/head/; revision=50851