summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-07-30 02:51:49 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-07-30 02:51:49 +0000
commit7eadffaeb135a0596e42ad16aa5cb703121fd515 (patch)
tree09dba424e941022f741d822bd0568a28aec08d88 /net-misc/nut
parentmajor version bump (diff)
downloadgentoo-2-7eadffaeb135a0596e42ad16aa5cb703121fd515.tar.gz
gentoo-2-7eadffaeb135a0596e42ad16aa5cb703121fd515.tar.bz2
gentoo-2-7eadffaeb135a0596e42ad16aa5cb703121fd515.zip
major version bump
Diffstat (limited to 'net-misc/nut')
-rw-r--r--net-misc/nut/ChangeLog7
-rw-r--r--net-misc/nut/Manifest5
-rw-r--r--net-misc/nut/files/digest-nut-1.4.01
-rw-r--r--net-misc/nut/nut-1.4.0.ebuild126
4 files changed, 135 insertions, 4 deletions
diff --git a/net-misc/nut/ChangeLog b/net-misc/nut/ChangeLog
index 7eb2fd799a66..5bd7d5520801 100644
--- a/net-misc/nut/ChangeLog
+++ b/net-misc/nut/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/nut
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/ChangeLog,v 1.15 2003/05/10 02:04:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/ChangeLog,v 1.16 2003/07/30 02:51:46 robbat2 Exp $
+
+*nut-1.4.0 (29 Jul 2003)
+
+ 29 Jul 2003; Robin Johnson <robbat2@gentoo.org> nut-1.4.0.ebuild:
+ Version bump as 1.4 is now the stable series.
*nut-1.3.6 (09 May 2003)
diff --git a/net-misc/nut/Manifest b/net-misc/nut/Manifest
index 6396d9c424f0..3f02be83feb1 100644
--- a/net-misc/nut/Manifest
+++ b/net-misc/nut/Manifest
@@ -1,11 +1,10 @@
-MD5 623a0a65c70001ecf9ac8132e1a521b6 nut-1.4.0.ebuild 3361
+MD5 03f934c71da26dd1b5fc6435ce7c25a4 nut-1.4.0.ebuild 3364
MD5 6aab9abab0b73d9a5a7a78e644433734 nut-1.0.0.ebuild 2527
MD5 e7b0cec5163957ce8fbd4f6911a35e3e nut-1.2.1.ebuild 2921
MD5 2811ea76c2865f413e5b89656e924d72 nut-1.3.6.ebuild 3361
-MD5 623a0a65c70001ecf9ac8132e1a521b6 nut-1.4.0.ebuild~ 3361
MD5 547e8cf9de6cd5bb27e6b655a8473c38 nut-1.2.2.ebuild 3282
MD5 bb9618c8b03a1237cd7ab2ac7c060cae nut-1.2.1-r1.ebuild 3237
-MD5 11ed5ce7e811e826813bb27bbeb55cf3 ChangeLog 2227
+MD5 4fb76914257035f2905740448c763dd9 ChangeLog 2370
MD5 53b3c22e90b76d9ed4ac9cbbef393c31 files/digest-nut-1.0.0 61
MD5 4f6c951306e95660e88086bc591f03d0 files/digest-nut-1.2.1 61
MD5 ab96c8181bf3780dae5e3377987b05c2 files/digest-nut-1.2.2 61
diff --git a/net-misc/nut/files/digest-nut-1.4.0 b/net-misc/nut/files/digest-nut-1.4.0
new file mode 100644
index 000000000000..1a233a0f22a5
--- /dev/null
+++ b/net-misc/nut/files/digest-nut-1.4.0
@@ -0,0 +1 @@
+MD5 1ddf547866db0f1eeb9c535ba0339906 nut-1.4.0.tar.gz 523924
diff --git a/net-misc/nut/nut-1.4.0.ebuild b/net-misc/nut/nut-1.4.0.ebuild
new file mode 100644
index 000000000000..1fba8025f92a
--- /dev/null
+++ b/net-misc/nut/nut-1.4.0.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-1.4.0.ebuild,v 1.1 2003/07/30 02:51:46 robbat2 Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Network-UPS Tools"
+SRC_URI="http://www.exploits.org/nut/release/${PV%.*}/${P}.tar.gz"
+HOMEPAGE="http://www.exploits.org/nut/"
+KEYWORDS="~x86 ~sparc"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=""
+RDEPEND=">=sys-apps/baselayout-1.8.2"
+
+if [ "`use apache2`" ]; then
+ APACHEBIN="apache2"
+else
+ APACHEBIN="apache"
+fi
+
+APACHE="`which ${APACHEBIN}`"
+if [ -z "${APACHE}" -a -x /usr/sbin/${APACHEBIN} ]; then
+ APACHE=/usr/sbin/${APACHEBIN}
+fi
+
+if [ -n "${APACHE}" ]; then
+ DEPEND="${DEPEND} =sys-libs/zlib-1* =media-libs/libgd-1* =media-libs/libpng-1.2*"
+ RDEPEND="${RDEPEND} net-www/apache"
+fi
+RDEPEND="${RDEPEND} ${DEPEND}"
+
+src_unpack() {
+ unpack ${A} || die
+ cd ${S} || die
+ cp configure.in configure.in.orig
+ sed -e "s:GD_LIBS.*=.*-L/usr/X11R6/lib \(.*\) -lXpm -lX11:GD_LIBS=\"\1:" \
+ configure.in.orig >configure.in
+ WANT_AUTOCONF_2_5=1 autoconf || die
+}
+
+src_compile() {
+ local myconf
+ [ -n "${APACHE}" ] && myconf="--with-cgi --with-cgipath=/home/httpd/cgi-bin" || myconf="--without-cgi"
+
+ #default is to build all drivers; but the following is common:
+ #--with-drivers=apcsmart,hidups
+ ./configure \
+ --prefix=/usr \
+ --with-user=nut \
+ --with-group=nut \
+ --with-port=3493 \
+ --with-drvpath=/sbin \
+ --sysconfdir=/etc/nut \
+ --mandir=/usr/share/man \
+ --with-pidpath=/var/run \
+ --with-logfacility=LOG_DAEMON \
+ --with-statepath=/var/state/nut \
+ --with-altpidpath=/var/state/nut \
+ --with-linux-hiddev \
+ --host=${CHOST} ${myconf} || die
+
+ cp ${S}/drivers/Makefile ${S}/drivers/Makefile.orig
+ sed -e "s:= bestups:= hidups bestups:" ${S}/drivers/Makefile.orig \
+ > ${S}/drivers/Makefile
+ cp ${S}/man/Makefile ${S}/man/Makefile.orig
+ sed -e "s:= powercom.8:= hidups.8 powercom.8:" \
+ ${S}/man/Makefile.orig > ${S}/man/Makefile
+
+ emake || die
+
+ if [ -n "${APACHE}" ]
+ then
+ emake cgi || die
+ fi
+}
+
+src_install() {
+ # Makefile: user/group nut might not exist until after
+ # pkg_preinst() runs; so use root for now, and fix it
+ # up in pkg_postinst().
+ make DESTDIR=${D} RUNUID=root RUNGID=root install || die
+
+ if [ -n "${APACHE}" ]
+ then
+ make DESTDIR=${D} install-cgi || die
+ fi
+ # see above note...
+ rm -rf ${D}/var/state/nut
+
+ dodoc CHANGES COPYING CREDITS INSTALL NEWS README \
+ UPGRADING docs/{FAQ,*.txt,driver.list}
+ docinto cables ; dodoc docs/cables/*
+ docinto drivers ; dodoc docs/drivers/*
+
+ # clean up /etc/nut/*.sample files
+ cd ${D}/etc/nut
+ for i in *.sample
+ do
+ mv $i ${i/.sample/}
+ done
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/upsd-init upsd
+ newexe ${FILESDIR}/upsmon-init upsmon
+}
+
+pkg_preinst() {
+ if ! groupmod nut ; then
+ groupadd -g 84 nut || die "problem adding group nut"
+ fi
+
+ # usermod returns 2 on user-exists-but-no-flags-given
+ usermod nut &>/dev/null
+ if [ $? != 2 ] ; then
+ useradd -u 84 -g nut -s /bin/false -c "nut" \
+ -d /var/state/nut nut || die "problem adding user nut"
+ fi
+}
+
+pkg_postinst() {
+ install -m0700 -o nut -g nut -d ${ROOT}/var/state/nut
+ chown root.nut ${ROOT}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
+ chmod 640 ${ROOT}/etc/nut/{upsd.conf,upsd.users,upsmon.conf}
+ ewarn "Dont forget to merge any changes in /etc/init.d/._cfgXXXX_halt.sh"
+}