aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nut22
Commit message (Collapse)AuthorAgeFilesLines
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-4/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* - fix '(' '}' typoOlli Hauer2013-03-191-2/+2
| | | | | | | - fix OPTION keyword US -> USB (sysutils/nut22) Notes: svn path=/head/; revision=314643
* Convert to new options frameworkBaptiste Daroussin2012-10-051-23/+18
| | | | Notes: svn path=/head/; revision=305302
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-054-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=301539
* For the ports that are maintained by ports@ that have pkgconfig as theirDoug Barton2012-07-221-1/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=301357
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Chase net-snmp shlib version bump.Sylvio Cesar Teixeira2011-07-281-2/+2
| | | | Notes: svn path=/head/; revision=278482
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger2010-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=258515
* - Chase net-snmp shlib bumpSylvio Cesar Teixeira2010-06-021-2/+2
| | | | Notes: svn path=/head/; revision=255579
* - Switch to neon 2.9Pav Lucistnik2010-04-261-2/+2
| | | | | | | Requested by: Rudolf Cejka <cejkar@fit.vutbr.cz> Notes: svn path=/head/; revision=253295
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove support for neon26Martin Wilke2009-12-181-4/+1
| | | | | | | With hat: secteam Notes: svn path=/head/; revision=246205
* - Downgrade to 2.2.2 after repocopy from sysutils/nutPav Lucistnik2009-09-214-41/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241849
* Release these ports into the wild due to maintainer-timeouts and noMark Linimon2009-05-121-1/+1
| | | | | | | response to email. We hope to see him back again sometime. Notes: svn path=/head/; revision=233796
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-092-0/+35
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* - Update to 2.4.1Beat Gaetzi2009-02-204-8/+20
| | | | | | | | | | | - Add patch for problem reported in ports/131812 PR: ports/131885 Submitted by: Joerg Pulz <Joerg.Pulz AT frm2.tum.de> (maintainer) Approved by: miwi (mentor) Notes: svn path=/head/; revision=228739
* - Fix blazer.8 placePhilippe Audeoud2009-02-171-2/+2
| | | | | | | Submitted by: maintainer (via mail) Notes: svn path=/head/; revision=228544
* - Update to 2.4.0Philippe Audeoud2009-02-163-16/+29
| | | | | | | | | | | - Add PDU to OPTIONS (default to off) - Update manpage list PR: ports/131657 Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de> Notes: svn path=/head/; revision=228503
* - Fix CONFLICTS between neon26 and neon28Thomas Abthorpe2008-09-051-0/+4
| | | | | | | | | PR: ports/126843 Submitted by: Josh Paetzel <josh tcbug.org> Approved by: Joerg Pulz <Joerg.Pulz frm2.tum.de> (maintainer) Notes: svn path=/head/; revision=219904
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Forgot to commit these in my last commit (my mistake)Martin Matuska2008-06-122-6/+6
| | | | | | | - Match with 2.2.2 Notes: svn path=/head/; revision=214686
* - Update to 2.2.2Martin Matuska2008-06-114-108/+132
| | | | | | | | | | | | | - Add new OPTIONS - Other minor changes - Depend on pkgconfig PR: ports/124451 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) Reviewed by: mm Notes: svn path=/head/; revision=214646
* - Chase shlib version of net-mgmt/net-snmp.Jun Kuriyama2008-03-271-2/+2
| | | | | | | - Bump PORTREVISIONs. Notes: svn path=/head/; revision=209941
* - Update to 2.2.1Martin Matuska2008-02-194-13/+14
| | | | | | | | | | PR: ports/119777 Submitted by: Mikle Davidkin <skylord at vt.net.ru> Tested by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=207582
* Fix configure check for IPv6 detection, and add an IPV6 OPTIONTilman Keskinoz2008-01-022-0/+22
| | | | | | | | PR: 117144 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=204849
* - Upgrade to 2.2.0Martin Matuska2007-10-078-183/+138
| | | | | | | | | PR: ports/115898 Submitted by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=201039
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Remove my name and e-mail address from these pkg-descr files for portsDoug Barton2007-06-221-3/+0
| | | | | | | | | that I no longer maintain. This was finally identified by a helpful user as the source of the mystery e-mails that I still get from time to time asking about support for them. Notes: svn path=/head/; revision=194097
* - Fix pkg-plist when building with cgi supportLi-Wen Hsu2007-05-292-0/+12
| | | | | | | | | | PR: 111928 Submitted by: Dima Panov <fluffy AT ns.ael.RU> Approved by: Joerg Pulz <Joerg.Pulz AT frm2.tum.de> (maintainer) clsung (mentor, implicitly) Notes: svn path=/head/; revision=192328
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.Jun Kuriyama2007-02-281-1/+2
| | | | Notes: svn path=/head/; revision=186174
* - Update to 2.0.5Pav Lucistnik2007-01-243-18/+24
| | | | | | | | PR: ports/108308 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) Notes: svn path=/head/; revision=183225
* - Update to 2.0.4Rong-En Fan2006-08-193-7/+10
| | | | | | | | PR: ports/102214 Submitted by: Joerg Pulz <Joerg.Pulz at frm2.tum.de> (maintainer) Notes: svn path=/head/; revision=170969
* Remove an obsolete line from pkg-plist which caused a leftoverVolker Stolz2006-04-201-1/+0
| | | | | | | | | | empty directory when installed from a package. PR: ports/95963 Submitted by: maintainer Notes: svn path=/head/; revision=160005
* - Update to 2.0.3Pav Lucistnik2006-03-298-55/+131
| | | | | | | | | | | - Split rc.d script into three - one for each daemon - Introduce user configurable variable NUT_USER, defaults to uucp PR: ports/95015 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer) Notes: svn path=/head/; revision=158380
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-301-1/+2
| | | | Notes: svn path=/head/; revision=149997
* - Update to 2.0.2Sergey Matveychuk2005-07-146-36/+113
| | | | | | | | | | | | | | | - Make the port as master for soon-coming new ports - Resort MASTER_SITES - Homour portlint - Improve rcNG script - New maintainer PR: ports/83318 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: DougB Notes: svn path=/head/; revision=139181
* Declaim responsibility for this port. I no longer have time to maintainDoug Barton2005-07-121-1/+1
| | | | | | | | | | | | it properly, and while I still use it, my ratty old UPS pales in comparison to the fancy new stuff that is out today, and therefore I cannot effectively test the program's functionality. While I have not tested them, the updates in ports/83318 look reasonable, and I suggest that the submitter would probably make a good maintainer. Notes: svn path=/head/; revision=138970
* From the PR, with some small mods from me:Doug Barton2005-06-254-76/+70
| | | | | | | | | | | | | | 1. Upgrade to the latest version, 2.0.1 2. Convert to rc.d style startup/shutdown script 3. Improve permissions on /var/db/nut Download pgp signature file for the tarball. PR: ports/81591 Submitted by: Dmitry A Grigorovich Notes: svn path=/head/; revision=138025
* Update to use the upsdrvctl program to start and stop. This shouldDoug Barton2004-09-031-6/+4
| | | | | | | | | | remove the need to edit this file for 99% of users. Editing the config files will still be necessary however. Submitted by: Rob MacGregor <rob.macgregor@gmail.com> Notes: svn path=/head/; revision=117992
* Update to version 2.0.0, the latest (and newest) stable version.Doug Barton2004-08-294-25/+20
| | | | Notes: svn path=/head/; revision=117545