diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-03 19:38:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-03 19:38:08 +0000 |
commit | c06fe92332325ffa4c1464228917d19a55bb348c (patch) | |
tree | 0c472dd2ac16327c32010a3590f383a4f33a1a3e /sys-apps/apcupsd | |
parent | Version bump (diff) | |
download | gentoo-2-c06fe92332325ffa4c1464228917d19a55bb348c.tar.gz gentoo-2-c06fe92332325ffa4c1464228917d19a55bb348c.tar.bz2 gentoo-2-c06fe92332325ffa4c1464228917d19a55bb348c.zip |
added snmp support
Diffstat (limited to 'sys-apps/apcupsd')
-rw-r--r-- | sys-apps/apcupsd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.5-r4.ebuild | 87 | ||||
-rw-r--r-- | sys-apps/apcupsd/files/digest-apcupsd-3.10.5-r4 | 2 |
5 files changed, 101 insertions, 6 deletions
diff --git a/sys-apps/apcupsd/ChangeLog b/sys-apps/apcupsd/ChangeLog index fe72d1f4e65d..93e6780b9bdc 100644 --- a/sys-apps/apcupsd/ChangeLog +++ b/sys-apps/apcupsd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/apcupsd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.16 2003/09/03 18:40:39 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.17 2003/09/03 19:38:08 mholzer Exp $ + +*apcupsd-3.10.5-r4 (04 Sep 2003) + + 04 Sep 2003; Martin Holzer <mholzer@gentoo.org> apcupsd-3.10.5-r4.ebuild: + Added snmp support. Submitted by Anders Bruun Olsen <anders@bruun-olsen.net> + in #23946. 03 Sep 2003; Martin Holzer <mholzer@gentoo.org> apcupsd-3.10.5-r3.ebuild: Adding safe.apccontrol diff --git a/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild b/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild index 2d5824f6e0ef..dddbc72e1ebf 100644 --- a/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild +++ b/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild,v 1.3 2003/06/29 22:38:10 mholzer Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.5-r2.ebuild,v 1.4 2003/09/03 19:38:08 mholzer Exp $ IUSE="doc" diff --git a/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild b/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild index 7e2a8c180ac0..38a291d713f4 100644 --- a/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild +++ b/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild,v 1.4 2003/09/03 18:40:39 mholzer Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.5-r3.ebuild,v 1.5 2003/09/03 19:38:08 mholzer Exp $ IUSE="doc" @@ -62,7 +62,7 @@ src_install () { insinto /etc/apache/conf/addon-modules newins ${FILESDIR}/${PV}/apache.conf apcupsd.conf insinto /etc/apcupsd - newins examples/safe.apccontrol safe.apccontrol + newins examples/safe.apccontrol safe.apccontrol if [ "`use doc`x" != "x" ] then diff --git a/sys-apps/apcupsd/apcupsd-3.10.5-r4.ebuild b/sys-apps/apcupsd/apcupsd-3.10.5-r4.ebuild new file mode 100644 index 000000000000..2dc819c25563 --- /dev/null +++ b/sys-apps/apcupsd/apcupsd-3.10.5-r4.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.5-r4.ebuild,v 1.1 2003/09/03 19:38:08 mholzer Exp $ + +IUSE="doc snmp" + +S=${WORKDIR}/${P} +DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" +SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz + ftp://ftp.apcupsd.com/pub/apcupsd/contrib/gd1.2.tar.gz" +HOMEPAGE="http://www.sibbald.com/apcupsd/" +KEYWORDS="~x86 ~amd64 ~ppc ~arm" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=sys-apps/baselayout-1.8.4 + virtual/glibc + virtual/mta + snmp? ( net-analyzer/ucd-snmp ) + sys-libs/ncurses" + +XPIDDIR=/var/run +XLOGDIR=/var/log +XLOCKDIR=/var/lock +XSYSCONFDIR=/etc/apcupsd +XPWRFAILDIR=${XSYSCONFDIR} + +src_unpack() { + unpack ${A} + cp -a ${WORKDIR}/gd1.2 ${S}/src/ +} + +src_compile() { + local myconf + use snmp && myconf="--enable-snmp" + APCUPSD_MAIL=/usr/sbin/sendmail ./configure \ + --prefix=/usr \ + --sbindir=/usr/sbin \ + --sysconfdir=${XSYSCONFDIR} \ + --with-pwrfail-dir=${XPWRFAILDIR} \ + --with-lock-dir=${XLOCKDIR} \ + --with-pid-dir=${XPIDDIR} \ + --with-log-dir=${XLOGDIR} \ + --with-upstype=usb \ + --with-upscable=usb \ + --with-serial-dev=/dev/usb/hid/hiddev[0-9] \ + --with-net-port=6666 \ + --with-nis-port=3551 \ + --enable-usb \ + --enable-net \ + --enable-oldnet \ + --enable-master-slave \ + --enable-powerflute \ + --enable-pthreads \ + --with-css-dir=/home/httpd/apcupsd \ + --with-cgi-bin=/home/httpd/apcupsd \ + --enable-cgi \ + ${myconf} \ + || die + make || die +} + +src_install () { + make DESTDIR=${D} install || die "installed failed" + + insinto /etc/apache/conf/addon-modules + newins ${FILESDIR}/${PV}/apache.conf apcupsd.conf + insinto /etc/apcupsd + newins examples/safe.apccontrol safe.apccontrol + + if [ "`use doc`x" != "x" ] + then + einfo "Installing full documentation into /usr/share/doc/${P}..." + cd ${S}/doc + dodoc README.* + docinto developers_manual + dodoc developers_manual/* + docinto logo + dodoc logo/* + docinto manual + dodoc manual/* + docinto old_documents + dodoc old_documents/* + docinto vim + dodoc vim/* + fi +} diff --git a/sys-apps/apcupsd/files/digest-apcupsd-3.10.5-r4 b/sys-apps/apcupsd/files/digest-apcupsd-3.10.5-r4 new file mode 100644 index 000000000000..7bb96a139a01 --- /dev/null +++ b/sys-apps/apcupsd/files/digest-apcupsd-3.10.5-r4 @@ -0,0 +1,2 @@ +MD5 f182db64c8acdae18f896ecdc064a239 apcupsd-3.10.5.tar.gz 2749777 +MD5 d9a0ddf7918c93ca28fa5832a4af54d8 gd1.2.tar.gz 64595 |