aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-filesystem
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:52:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:52:14 +0000
commitcb79917871ab4da77e6496b361408df1749408eb (patch)
treecaba86ae1c5c4633047717abc408d6761fde2750 /sysutils/rubygem-sys-filesystem
parentbd04fc2b16d62b6ef49a7750762448215e58d7fc (diff)
downloadports-cb79917871ab4da77e6496b361408df1749408eb.tar.gz
ports-cb79917871ab4da77e6496b361408df1749408eb.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>
Notes
Notes: svn path=/head/; revision=258973
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/