aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-proctable
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-09-08 18:06:51 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-09-08 18:06:51 +0000
commitc97a64455f94aae9923f225ab928b1aea5499efb (patch)
treef43f64a337572740515f66712ec7dc0308823d62 /sysutils/rubygem-sys-proctable
parentc4a4c449a58411c58fe5aaa120eb997fefa87cb6 (diff)
downloadports-c97a64455f94aae9923f225ab928b1aea5499efb.tar.gz
ports-c97a64455f94aae9923f225ab928b1aea5499efb.zip
Notes
Diffstat (limited to 'sysutils/rubygem-sys-proctable')
-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
3 files changed, 34 insertions, 0 deletions
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/