mrtg: Initial commit

This commit is contained in:
Alan Mizrahi 2008-02-23 23:33:25 -04:30
parent c7a9634b69
commit 84077b2910
3 changed files with 59 additions and 0 deletions

41
mrtg/.footprint Normal file

@ -0,0 +1,41 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cfgmaker
-rwxr-xr-x root/root usr/bin/indexmaker
-rwxr-xr-x root/root usr/bin/mrtg
-rwxr-xr-x root/root usr/bin/mrtg-traffic-sum
-rwxr-xr-x root/root usr/bin/rateup
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/mrtg2/
-rw-r--r-- root/root usr/lib/mrtg2/BER.pm
-rw-r--r-- root/root usr/lib/mrtg2/MRTG_lib.pm
-rw-r--r-- root/root usr/lib/mrtg2/Net_SNMP_util.pm
drwxr-xr-x root/root usr/lib/mrtg2/Pod/
-rw-r--r-- root/root usr/lib/mrtg2/Pod/InputObjects.pm
-rw-r--r-- root/root usr/lib/mrtg2/Pod/Parser.pm
-rw-r--r-- root/root usr/lib/mrtg2/Pod/PlainText.pm
-rw-r--r-- root/root usr/lib/mrtg2/Pod/Select.pm
-rw-r--r-- root/root usr/lib/mrtg2/Pod/Usage.pm
-rw-r--r-- root/root usr/lib/mrtg2/SNMP_Session.pm
-rw-r--r-- root/root usr/lib/mrtg2/SNMP_util.pm
-rw-r--r-- root/root usr/lib/mrtg2/locales_mrtg.pm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cfgmaker.1.gz
-rw-r--r-- root/root usr/man/man1/indexmaker.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-contrib.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-faq.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-forum.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-ipv6.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-logfile.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-mibhelp.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-nt-guide.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-nw-guide.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-reference.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-rrd.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-squid.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-unix-guide.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg-webserver.1.gz
-rw-r--r-- root/root usr/man/man1/mrtg.1.gz
-rw-r--r-- root/root usr/man/man1/mrtglib.1.gz
drwxr-xr-x root/root usr/share/

1
mrtg/.md5sum Normal file

@ -0,0 +1 @@
568c8f3d7eca2d20607aa7ea7281f897 mrtg-2.16.0.tar.gz

17
mrtg/Pkgfile Normal file

@ -0,0 +1,17 @@
# Description: Multirouter traffic grapher
# URL: http://oss.oetiker.ch/mrtg/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: perl, p5-gd
name=mrtg
version=2.16.0
release=1
source=(http://oss.oetiker.ch/mrtg/pub/mrtg-$version.tar.gz)
build () {
cd mrtg-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc $PKG/usr/share/man/man1/mrtg-nt-guide.1 $PKG/usr/share/mrtg2
}