diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/linux-f10-procps/Makefile | 25 | ||||
-rw-r--r-- | sysutils/linux-f10-procps/distinfo.i386 | 4 | ||||
-rw-r--r-- | sysutils/linux-f10-procps/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/linux-f10-procps/pkg-plist | 38 |
5 files changed, 0 insertions, 76 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5deff82ecd7e..75b3e6fc00b6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -536,7 +536,6 @@ SUBDIR += lineakd SUBDIR += linrename SUBDIR += linux-crashplan - SUBDIR += linux-f10-procps SUBDIR += linux-nero SUBDIR += linuxfdisk SUBDIR += livecd diff --git a/sysutils/linux-f10-procps/Makefile b/sysutils/linux-f10-procps/Makefile deleted file mode 100644 index 2b1108e62c1d..000000000000 --- a/sysutils/linux-f10-procps/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: leres -# $FreeBSD$ - -PORTNAME= procps -PORTVERSION= 3.2.7 -CATEGORIES= sysutils linux -PKGNAMEPREFIX= linux-f10- - -MAINTAINER= emulation@FreeBSD.org -COMMENT= Linux psproc binaries (Linux Fedora 10) - -CONFLICTS= linux-procps-[0-9]* - -USES= linux:f10 -USE_LINUX_RPM= yes -RPMVERSION= 21.fc10 -USE_LDCONFIG= yes -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -PROCFS= /compat/linux/proc - -post-install: - @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>") - -.include <bsd.port.mk> diff --git a/sysutils/linux-f10-procps/distinfo.i386 b/sysutils/linux-f10-procps/distinfo.i386 deleted file mode 100644 index e70d82be00cb..000000000000 --- a/sysutils/linux-f10-procps/distinfo.i386 +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 2d0e5014470e662ee64298b66d82e55a1605190d89fe8649fcb01537e46c4333 -SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.i386.rpm) = 216136 -SHA256 (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 6880c5121d5572d5f77b39a87106f9b5555d589fc436093f027faa4b34358516 -SIZE (rpm/i386/fedora/10/procps-3.2.7-21.fc10.src.rpm) = 330499 diff --git a/sysutils/linux-f10-procps/pkg-descr b/sysutils/linux-f10-procps/pkg-descr deleted file mode 100644 index 2ed15d276176..000000000000 --- a/sysutils/linux-f10-procps/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a Linux/i386 rpm port of procps. - - procps is the package that has a bunch of small useful utilities - that give information about processes using the /proc filesystem. - The package includes the programs ps, top, vmstat, w, kill, - free, slabtop, and skill. - -WWW: http://procps.sourceforge.net/ diff --git a/sysutils/linux-f10-procps/pkg-plist b/sysutils/linux-f10-procps/pkg-plist deleted file mode 100644 index ab40155dd289..000000000000 --- a/sysutils/linux-f10-procps/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/ps -lib/libproc-%%PORTVERSION%%.so -sbin/sysctl -usr/bin/free -usr/bin/pgrep -usr/bin/pkill -usr/bin/pmap -usr/bin/pwdx -usr/bin/skill -usr/bin/slabtop -usr/bin/snice -usr/bin/tload -usr/bin/top -usr/bin/uptime -usr/bin/vmstat -usr/bin/w -usr/bin/watch -usr/share/doc/procps-%%PORTVERSION%%/BUGS -usr/share/doc/procps-%%PORTVERSION%%/FAQ -usr/share/doc/procps-%%PORTVERSION%%/NEWS -usr/share/doc/procps-%%PORTVERSION%%/TODO -usr/share/man/man1/free.1.gz -usr/share/man/man1/pgrep.1.gz -usr/share/man/man1/pkill.1.gz -usr/share/man/man1/pmap.1.gz -usr/share/man/man1/ps.1.gz -usr/share/man/man1/pwdx.1.gz -usr/share/man/man1/skill.1.gz -usr/share/man/man1/slabtop.1.gz -usr/share/man/man1/snice.1.gz -usr/share/man/man1/tload.1.gz -usr/share/man/man1/top.1.gz -usr/share/man/man1/uptime.1.gz -usr/share/man/man1/w.1.gz -usr/share/man/man1/watch.1.gz -usr/share/man/man5/sysctl.conf.5.gz -usr/share/man/man8/sysctl.8.gz -usr/share/man/man8/vmstat.8.gz |