diff options
author | Lance Albertson <ramereth@gentoo.org> | 2005-04-10 00:18:29 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2005-04-10 00:18:29 +0000 |
commit | 2d685ca73eb65923a270720fe2937f1309ff8e7e (patch) | |
tree | a3fca1912b40cc1fb7887a5ab5ad52c6c7d627c7 /net-analyzer/cacti-cactid | |
parent | Version bump, removed old ebuilds. (diff) | |
download | gentoo-2-2d685ca73eb65923a270720fe2937f1309ff8e7e.tar.gz gentoo-2-2d685ca73eb65923a270720fe2937f1309ff8e7e.tar.bz2 gentoo-2-2d685ca73eb65923a270720fe2937f1309ff8e7e.zip |
new ebuild, slightly modified from #63889
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r-- | net-analyzer/cacti-cactid/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild | 46 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6c | 1 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/metadata.xml | 18 |
5 files changed, 78 insertions, 0 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog new file mode 100644 index 000000000000..32de8a3102df --- /dev/null +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/cacti-cactid +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.1 2005/04/10 00:18:29 ramereth Exp $ + +*cacti-cactid-0.8.6c (10 Apr 2005) + + 10 Apr 2005; Lance Albertson <ramereth@gentoo.org> +metadata.xml, + +cacti-cactid-0.8.6c.ebuild: + new ebuild from #63889, thanks Andy Dustman <farcepest@gmail.com> + diff --git a/net-analyzer/cacti-cactid/Manifest b/net-analyzer/cacti-cactid/Manifest new file mode 100644 index 000000000000..7dada0b17030 --- /dev/null +++ b/net-analyzer/cacti-cactid/Manifest @@ -0,0 +1,3 @@ +MD5 4dbc648f1776f968b897fe4d4c2c187c cacti-cactid-0.8.6c.ebuild 1123 +MD5 528bed3e0527d5e490f39fdd9c98daa6 metadata.xml 682 +MD5 ffd8c4a7927d055eacd63bdbdb0d2308 files/digest-cacti-cactid-0.8.6c 71 diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild new file mode 100644 index 000000000000..bb1f95725b96 --- /dev/null +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild,v 1.1 2005/04/10 00:18:29 ramereth Exp $ + +DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast +as possible" +HOMEPAGE="http://cacti.net/cactid_info.php" +SRC_URI="http://www.cacti.net/downloads/cactid/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="net-analyzer/net-snmp + net-analyzer/rrdtool + dev-db/mysql + sys-devel/autoconf" +RDEPEND="=net-analyzer/cacti-${PV}" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am + sed -i -e 's/mysqlclient/mysqlclient_r/g' configure.ac + sed -i -e 's/wwwroot\/cacti\/log/var\/log/g' cactid.h +} + +src_compile() { + WANT_AUTOCONF=2.53 + aclocal || die "aclocal failed" + autoconf || die "autoconf failed" + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + exeinto usr/sbin ; doexe ${S}/cactid + insinto etc/ ; doins ${S}/cactid.conf + dodoc CHANGELOG INSTALL README +} + +pkg_postinst() { + einfo "Please see cacti's site for installation instructions" + einfo "http://cacti.net/cactid_install.php" +} diff --git a/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6c b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6c new file mode 100644 index 000000000000..a6dc5911c5b7 --- /dev/null +++ b/net-analyzer/cacti-cactid/files/digest-cacti-cactid-0.8.6c @@ -0,0 +1 @@ +MD5 3e4c2b592b7fc714d77cb54540a64319 cacti-cactid-0.8.6c.tar.gz 116413 diff --git a/net-analyzer/cacti-cactid/metadata.xml b/net-analyzer/cacti-cactid/metadata.xml new file mode 100644 index 000000000000..e239e0c05e24 --- /dev/null +++ b/net-analyzer/cacti-cactid/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + Cactid is a poller for Cacti that primarily strives to be as fast as + possible. For this reason it is written in native C, makes use of POSIX + threads, and is linked directly against the net-snmp library for + minmumal SNMP polling overhead. Cactid is a replacement for the default + cmd.php poller so you must decide if using Cactid makes sense for your + installation. + </longdescription> +</pkgmetadata> + |