aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-09-09 02:06:51 +0800
committerglarkin <glarkin@FreeBSD.org>2010-09-09 02:06:51 +0800
commit23a1e61cba45573170f82ff08d81f57b5105c78a (patch)
tree14dc3b9ef15cae556e0a6ff05454c09840f44fd8
parenta6e6145571db12ac4cfdee730a88a1e91e9f0a2d (diff)
downloadfreebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.tar.gz
freebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.tar.zst
freebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.zip
The sys-proctable library provides an interface for gathering
information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms may return different information, the external interface is identical across platforms. WWW: http://sysutils.rubyforge.org/ PR: ports/149379 Submitted by: Eric Freeman <freebsdports at chillibear.com>
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-sys-proctable/Makefile24
-rw-r--r--sysutils/rubygem-sys-proctable/distinfo3
-rw-r--r--sysutils/rubygem-sys-proctable/pkg-descr7
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index dd3b63cee4f9..063902894264 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -748,6 +748,7 @@
SUBDIR += rubygem-sys-cpu
SUBDIR += rubygem-sys-filesystem
SUBDIR += rubygem-sys-host
+ SUBDIR += rubygem-sys-proctable
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += runit
diff --git a/sysutils/rubygem-sys-proctable/Makefile b/sysutils/rubygem-sys-proctable/Makefile
new file mode 100644
index 000000000000..a9c04cb94fdc
--- /dev/null
+++ b/sysutils/rubygem-sys-proctable/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: rubygem-sys-proctable
+# Date created: 30 July 2010
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sys-proctable
+PORTVERSION= 0.9.0
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
+EXTRACT_SUFX= # none
+
+MAINTAINER= freebsdports@chillibear.com
+COMMENT= A Ruby interface for getting process information
+
+GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-sys-proctable/distinfo b/sysutils/rubygem-sys-proctable/distinfo
new file mode 100644
index 000000000000..e3425a552d09
--- /dev/null
+++ b/sysutils/rubygem-sys-proctable/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 09a4cc6c7457a27fa62916a83b581d80
+SHA256 (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 441f8174836e2bdb2124546de6f2a02b4c50ed4d26f3cf9bcf4854ea7054b4e4
+SIZE (rubygem/sys-proctable-0.9.0-x86-freebsd-7.gem) = 17408
diff --git a/sysutils/rubygem-sys-proctable/pkg-descr b/sysutils/rubygem-sys-proctable/pkg-descr
new file mode 100644
index 000000000000..12fa7876c1ff
--- /dev/null
+++ b/sysutils/rubygem-sys-proctable/pkg-descr
@@ -0,0 +1,7 @@
+The sys-proctable library provides an interface for gathering
+information about processes on your system, i.e. the process table.
+Most major platforms are supported and, while different platforms
+may return different information, the external interface is identical
+across platforms.
+
+WWW: http://sysutils.rubyforge.org/