summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/linux-f10-procps/Makefile26
-rw-r--r--sysutils/linux-f10-procps/distinfo.i3864
-rw-r--r--sysutils/linux-f10-procps/pkg-descr8
-rw-r--r--sysutils/linux-f10-procps/pkg-plist39
5 files changed, 78 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index f24c48e59300..a3aff1a37221 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -477,9 +477,9 @@
SUBDIR += lineakd
SUBDIR += linrename
SUBDIR += linux-afaapps
+ SUBDIR += linux-f10-procps
SUBDIR += linux-megamgr
SUBDIR += linux-nero
- SUBDIR += linux-procps
SUBDIR += linuxfdisk
SUBDIR += lire
SUBDIR += livecd
diff --git a/sysutils/linux-f10-procps/Makefile b/sysutils/linux-f10-procps/Makefile
new file mode 100644
index 000000000000..2a40d214ef65
--- /dev/null
+++ b/sysutils/linux-f10-procps/Makefile
@@ -0,0 +1,26 @@
+# Created by: leres
+# $FreeBSD$
+
+PORTNAME= procps
+PORTVERSION= 3.2.7
+CATEGORIES= sysutils linux
+PKGNAMEPREFIX= linux-f10-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.fc${LINUX_DIST_VER}
+
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Linux psproc binaries (Linux Fedora 10)
+
+USE_LINUX_RPM= yes
+ONLY_FOR_ARCHS= i386 amd64
+LINUX_DIST_VER= 10
+RPMVERSION= 21
+USE_LDCONFIG= yes
+BRANDELF_DIRS= bin sbin usr/bin
+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
new file mode 100644
index 000000000000..e70d82be00cb
--- /dev/null
+++ b/sysutils/linux-f10-procps/distinfo.i386
@@ -0,0 +1,4 @@
+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
new file mode 100644
index 000000000000..2ed15d276176
--- /dev/null
+++ b/sysutils/linux-f10-procps/pkg-descr
@@ -0,0 +1,8 @@
+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
new file mode 100644
index 000000000000..f5b9759d525b
--- /dev/null
+++ b/sysutils/linux-f10-procps/pkg-plist
@@ -0,0 +1,39 @@
+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
+@dirrm usr/share/doc/procps-%%PORTVERSION%%