aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-sys-filesystem
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-08-09 12:52:14 +0800
committermiwi <miwi@FreeBSD.org>2010-08-09 12:52:14 +0800
commit0f3cca71f490faab7cea3539bb3bbe5e5f673f68 (patch)
treee01cc166ed9b63382b2340bfacb7365a83a6d152 /sysutils/rubygem-sys-filesystem
parent76c9487956cd3b7551680fec5aac2d6ed98875d4 (diff)
downloadfreebsd-ports-gnome-0f3cca71f490faab7cea3539bb3bbe5e5f673f68.tar.gz
freebsd-ports-gnome-0f3cca71f490faab7cea3539bb3bbe5e5f673f68.tar.zst
freebsd-ports-gnome-0f3cca71f490faab7cea3539bb3bbe5e5f673f68.zip
The sys-filesystem library provides an interface
for gathering filesystem information, such as disk space and mount point data. WWW: http://sysutils.rubyforge.org/ PR: ports/149382 Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'sysutils/rubygem-sys-filesystem')
-rw-r--r--sysutils/rubygem-sys-filesystem/Makefile20
-rw-r--r--sysutils/rubygem-sys-filesystem/distinfo3
-rw-r--r--sysutils/rubygem-sys-filesystem/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/rubygem-sys-filesystem/Makefile b/sysutils/rubygem-sys-filesystem/Makefile
new file mode 100644
index 000000000000..42e407f96777
--- /dev/null
+++ b/sysutils/rubygem-sys-filesystem/Makefile
@@ -0,0 +1,20 @@
+# Ports collection makefile for: rubygem-sys-filesystem
+# Date created: 30 July 2010
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sys-filesystem
+PORTVERSION= 0.3.3
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= freebsdports@chillibear.com
+COMMENT= A Ruby interface for getting filesystem information
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-sys-filesystem/distinfo b/sysutils/rubygem-sys-filesystem/distinfo
new file mode 100644
index 000000000000..dfc55ade41ce
--- /dev/null
+++ b/sysutils/rubygem-sys-filesystem/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/sys-filesystem-0.3.3.gem) = a16bff1114395b020b071b88c80e8326
+SHA256 (rubygem/sys-filesystem-0.3.3.gem) = 3db8ce0ce4c04973c3e82ed2c8031048cf22ca3b381dc4eb694b1354161ba9c9
+SIZE (rubygem/sys-filesystem-0.3.3.gem) = 12800
diff --git a/sysutils/rubygem-sys-filesystem/pkg-descr b/sysutils/rubygem-sys-filesystem/pkg-descr
new file mode 100644
index 000000000000..a2f49748d8c6
--- /dev/null
+++ b/sysutils/rubygem-sys-filesystem/pkg-descr
@@ -0,0 +1,5 @@
+The sys-filesystem library provides an interface
+for gathering filesystem information, such as
+disk space and mount point data.
+
+WWW: http://sysutils.rubyforge.org/