summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/ruby-quota/DESCR3
-rw-r--r--sysutils/ruby-quota/Makefile26
-rw-r--r--sysutils/ruby-quota/PLIST5
-rw-r--r--sysutils/ruby-quota/distinfo4
4 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/ruby-quota/DESCR b/sysutils/ruby-quota/DESCR
new file mode 100644
index 00000000000..e8c40e2e978
--- /dev/null
+++ b/sysutils/ruby-quota/DESCR
@@ -0,0 +1,3 @@
+Ruby/Quota
+
+This module provides functions which manipulate disk quotas.
diff --git a/sysutils/ruby-quota/Makefile b/sysutils/ruby-quota/Makefile
new file mode 100644
index 00000000000..5f3610a3381
--- /dev/null
+++ b/sysutils/ruby-quota/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/30 16:52:41 taca Exp $
+#
+
+DISTNAME= ruby-quota-0.5.1
+CATEGORIES= sysutils
+MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
+
+MAINTAINER= taca@netbsd.org
+HOMEPAGE= http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-ext.html
+COMMENT= quota interface for Ruby
+
+DIST_SUBDIR= ruby
+USE_RUBY_EXTCONF= yes
+INSTALL_TARGET= site-install
+
+DOCS= ChangeLog README
+DOCSDIR= ${RUBY_DOCDIR}/quota
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCSDIR}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f
+.endfor
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-quota/PLIST b/sysutils/ruby-quota/PLIST
new file mode 100644
index 00000000000..e8e472ff8bb
--- /dev/null
+++ b/sysutils/ruby-quota/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/30 16:52:41 taca Exp $
+${RUBY_SITEARCHLIBDIR}/quota.so
+${RUBY_DOCDIR}/quota/ChangeLog
+${RUBY_DOCDIR}/quota/README
+@dirrm ${RUBY_DOCDIR}/quota
diff --git a/sysutils/ruby-quota/distinfo b/sysutils/ruby-quota/distinfo
new file mode 100644
index 00000000000..52e7b483f4b
--- /dev/null
+++ b/sysutils/ruby-quota/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/03/30 16:52:41 taca Exp $
+
+SHA1 (ruby/ruby-quota-0.5.1.tar.gz) = 9edf6054c465af80d7a3534b8fed89fbafc01ec1
+Size (ruby/ruby-quota-0.5.1.tar.gz) = 5110 bytes