diff --git a/mrtg/.footprint b/mrtg/.footprint new file mode 100644 index 000000000..54488b777 --- /dev/null +++ b/mrtg/.footprint @@ -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/ diff --git a/mrtg/.md5sum b/mrtg/.md5sum new file mode 100644 index 000000000..55251ad9d --- /dev/null +++ b/mrtg/.md5sum @@ -0,0 +1 @@ +568c8f3d7eca2d20607aa7ea7281f897 mrtg-2.16.0.tar.gz diff --git a/mrtg/Pkgfile b/mrtg/Pkgfile new file mode 100644 index 000000000..c5ff00876 --- /dev/null +++ b/mrtg/Pkgfile @@ -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 +}