aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
Commit message (Collapse)AuthorAgeFilesLines
* Despite portlint, CONFIGURE_ENV ain't added in by bsd.port.mk. Restore the oldIon-Mihai Tetcu2009-03-161-3/+3
| | | | | | | | | | | | | way. This fixes the failure to find gd.h thus enabling building WITH_CGI. [1] The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on any other machine. Reported by: Robert Huff, Simon Wright [1] Notes: svn path=/head/; revision=230209
* - fix it to work with newusb on HEAD [1] [2]Ion-Mihai Tetcu2009-03-122-4/+68
| | | | | | | | | | - makefile cleanup and portlint petting. PR: ports/132548 [1] Submitted by: Ben Kelly [1], stass@ [2] Notes: svn path=/head/; revision=229936
* IGNORE the pdf manual, it changes to often.Ion-Mihai Tetcu2009-02-162-4/+3
| | | | | | | | | PR: 131747 [1] Submitted by: Shin-ichi Yoshimoto [1] Prompted by: [1] Notes: svn path=/head/; revision=228520
* Update to 3.14.5:Ion-Mihai Tetcu2009-02-152-8/+7
| | | | | | | | | | | | | | | | | | | | | | | * docs: Document the /refresh switch for apctray. * apctest: Do not create pid file. There is little reason for it since apctest is a command-line tool, not a daemon. Plus nothing ever deletes the file so it interferes with apcupsd operation. * gapcmon: Network connect timeout fix. * Fix a few unsafe uses of sprintf and strcat. * gapcmon: Iconify fixes for KDE * Fix LOWBATT glitch handling bug that could cause us to act on a LOWBATT signal immediately instead of waiting for the debounce time. * Support shutting down apcupsd instances running in other sessions (such as terminal services or remote desktop sessions). * docs: PCNET minimum password length is 15 chars, default username is 'apc', no known way to change the username. * Makefile: Fix dependency build errors on Darwin and other platforms. ('echo -n' is not portable; use 'tr' to strip newline instead) Tested by: beech@ Notes: svn path=/head/; revision=228443
* - conflict with sysutils/gapcmon when WITH_GAPCMON is on since this installsIon-Mihai Tetcu2008-09-071-0/+2
| | | | | | | | | | | | | | the bundled gapcmon in the same place - bump PORTREVISION This is a temporary fix as his suggestion from the PR to depend on sysutils/gapcmon is good but need further tests. PR: ports/126932 Submitted by: Jason E. Hale (sysutils/gapcmon maintainer) Notes: svn path=/head/; revision=220079
* Update entry for the pdf manual.Ion-Mihai Tetcu2008-07-241-3/+3
| | | | | | | Prompted by: Moggie on IRC Notes: svn path=/head/; revision=217412
* Update to 3.14.4.Ion-Mihai Tetcu2008-07-106-61/+37
| | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=216669
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214431
* - Patch powerflute to include the "correct" ncurses header when ↵Ion-Mihai Tetcu2008-04-052-0/+18
| | | | | | | | | | | | | devel/ncurses* is installed. - bup PORTREVISION for for this. Reported by: Robert Jameson Reviewed by: rafan@ Notes: svn path=/head/; revision=210576
* - update to 3.14.3Ion-Mihai Tetcu2008-03-314-22/+174
| | | | | | | | | | | | | | | | | - more OPTIONS to let the user choose what he needs to have compiled - don't allow drivers to be compiled if user wants only the client - chase netsnmp shared lib version - provide internationalization support - provide backup location on my server for the pdf manual and don't IGNORE the file in distinfo anymore - patch apcaccess to be able to fetch the host:port from the config file [1] - add patch to allow usb driver to compile [2] PR: ports/121141 [1] Submitted by: Adrian Penisoara [1], Stefan Lambrev [2] Notes: svn path=/head/; revision=210280
* - Chase shlib version of net-mgmt/net-snmp.Jun Kuriyama2008-03-271-1/+2
| | | | | | | - Bump PORTREVISIONs. Notes: svn path=/head/; revision=209941
* - Update to 3.14.2Ion-Mihai Tetcu2007-10-215-39/+42
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=201714
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+2
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* The pdf file still changes to much, so put it back in IGNORE files.Ion-Mihai Tetcu2007-06-122-3/+3
| | | | | | | Poked by: a few people on IRC Notes: svn path=/head/; revision=193349
* - Update to 3.14.1Ion-Mihai Tetcu2007-06-102-7/+7
| | | | | | | | | | | - try to checksum the pdf manual again, since there's a new version for the 3.14.x series PR: ports/113211 Submitted by: Alexander Logvinov Notes: svn path=/head/; revision=193199
* Update to 3.14.0Ion-Mihai Tetcu2007-04-054-50/+5
| | | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=189310
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.Jun Kuriyama2007-02-281-1/+2
| | | | Notes: svn path=/head/; revision=186174
* Update to 3.12.4:Ion-Mihai Tetcu2006-09-092-5/+4
| | | | | | | | | | This is a bug fix release which includes fixes for SNMP crash in the face of network errors. Also status and data logging interval was often off by one period. NIS port now properly defaults to 3551 or value provided by configure, not hard-coded 7000. Notes: svn path=/head/; revision=172646
* - remove w/o PTHREADS OPTION since it's not supported upstream anymore. [1]Ion-Mihai Tetcu2006-08-041-15/+6
| | | | | | | | | | | | - remove pre-4.x support - change MAINIANER addres to my @FreeBSD.org one - bump PORTREVISION PR: ports/101342 [1] Submitted by: Shane Bell [1] Notes: svn path=/head/; revision=169658
* - Update to 3.12.3Pav Lucistnik2006-05-014-10/+9
| | | | | | | | PR: ports/96545 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=161069
* - Fix typo in rc.d scriptMarcus Alves Grando2006-04-241-1/+1
| | | | | | | | | PR: 96240 Submitted by: Alexander Logvinov <user___blg.akavia.ru> Approved by: maintainer via email Notes: svn path=/head/; revision=160276
* - Update to 3.12.2Marcus Alves Grando2006-04-226-148/+97
| | | | | | | | | | | | - Use new rc.d script - Reorganize Makefile PR: 92466 Notified by: "Alex Samorukov" <samm___os2.kiev.ua> Submitted by: maintainer Notes: svn path=/head/; revision=160136
* Fix literal error in files/apcupsd.sh.sample that leads toVasil Dimov2006-02-271-1/+1
| | | | | | | | | | | wrong processing of "apcupsd_lockfile" parameter from /etc/rc.conf PR: ports/93862 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Approved by: portmgr (linimon @ irc), Ion-Mihai Tetcu <itetcu@people.tecnik93.com> (maintainer) Notes: svn path=/head/; revision=156857
* - Take maintainershipPav Lucistnik2006-01-281-2/+2
| | | | | | | | PR: ports/92336 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=154651
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-301-2/+2
| | | | Notes: svn path=/head/; revision=149997
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* - Add NOPTHREADS knobPav Lucistnik2005-11-171-1/+7
| | | | | | | | | | PR: ports/88811 Submitted by: Josh Carroll <floyd@deblin.org> - Properly capitalize FreeBSD.org Notes: svn path=/head/; revision=148660
* o) Due to lack of time it's not possible for me to maintain this port anymore.Lars Koeller2005-11-131-1/+1
| | | | Notes: svn path=/head/; revision=148130
* o) Update to version 3.10.18Lars Koeller2005-10-024-42/+4
| | | | Notes: svn path=/head/; revision=143964
* 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