sysstat: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:50:32 +00:00
parent cad4302515
commit ec5ec69ffc
3 changed files with 0 additions and 60 deletions

View File

@ -1,34 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cifsiostat
-rwxr-xr-x root/root usr/bin/iostat
-rwxr-xr-x root/root usr/bin/mpstat
-rwxr-xr-x root/root usr/bin/pidstat
-rwxr-xr-x root/root usr/bin/sadf
-rwxr-xr-x root/root usr/bin/sar
-rwxr-xr-x root/root usr/bin/tapestat
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/sa/
-rwxr-xr-x root/root usr/lib/sa/sa1
-rwxr-xr-x root/root usr/lib/sa/sa2
-rwxr-xr-x root/root usr/lib/sa/sadc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cifsiostat.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/iostat.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/mpstat.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/pidstat.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/sadf.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/sar.1.xz.gz
-rw-r--r-- root/root usr/share/man/man1/tapestat.1.xz.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/sysstat.5.xz.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/sa1.8.xz.gz
-rw-r--r-- root/root usr/share/man/man8/sa2.8.xz.gz
-rw-r--r-- root/root usr/share/man/man8/sadc.8.xz.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
drwxr-xr-x root/root var/log/sa/

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WAMuVZLLGWhwPJAZov06eUaLRc49G73ndHzvJiEnxHHhnHHQ8BQZAM8S/KJ0bt1E6oTvWc8S4e63IirQ7pi6A8=
SHA256 (Pkgfile) = 4ca2709eab87c812be636ec3128eeffc6e14f2805cff31ad1fc965c7ba2c5f65
SHA256 (.footprint) = 6d2dd84d70532b12624a57b9439f5b67ea561b31d1f53a85ca713370a178a119
SHA256 (sysstat-12.5.2.tar.xz) = e7bce0ba36b0ad9f4b3ef9eef9abfa56d341e2ca33ce9616874da2e4d9b0d5ef

View File

@ -1,21 +0,0 @@
# Description: A collection of performance monitoring tools
# URL: http://perso.orange.fr/sebastien.godard/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends on:
name=sysstat
version=12.5.2
release=1
source=(http://pagesperso-orange.fr/sebastien.godard/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
sed -i "/^SA_LIB_DIR/s/lib64/lib/" Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/etc/sysconfig
rm -rf $PKG/usr/{doc,share/doc}
}