summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:17:50 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:17:50 +0000
commita54dbf5cef93f44534fdea73fae62520f2171497 (patch)
tree7481ed8b6f6b430ebc5a3f8c50c1b20a15d315ff
parentf5daec1b4a0b2016547d6a40c77f23de09acf1db (diff)
downloadpkgsrc-a54dbf5cef93f44534fdea73fae62520f2171497.tar.gz
Initial import of ruby18-metaid-1.0 as devel/ruby-metaid.
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
-rw-r--r--devel/ruby-metaid/DESCR3
-rw-r--r--devel/ruby-metaid/Makefile14
-rw-r--r--devel/ruby-metaid/PLIST7
-rw-r--r--devel/ruby-metaid/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/ruby-metaid/DESCR b/devel/ruby-metaid/DESCR
new file mode 100644
index 00000000000..4e2e32b2738
--- /dev/null
+++ b/devel/ruby-metaid/DESCR
@@ -0,0 +1,3 @@
+MetAid adds a few innocent methods to Object and Module to make
+metaprogramming easier. For the lore of metaprogramming see Seeing
+Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
diff --git a/devel/ruby-metaid/Makefile b/devel/ruby-metaid/Makefile
new file mode 100644
index 00000000000..10a2f25d9a6
--- /dev/null
+++ b/devel/ruby-metaid/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:50 jlam Exp $
+
+DISTNAME= metaid-1.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.whytheluckystiff.net/metaid/
+COMMENT= Ruby metaprogramming helpers
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-metaid/PLIST b/devel/ruby-metaid/PLIST
new file mode 100644
index 00000000000..52c06cc249a
--- /dev/null
+++ b/devel/ruby-metaid/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:50 jlam Exp $
+${GEM_HOME}/cache/metaid-${PKGVERSION}.gem
+${GEM_LIBDIR}/.require_paths
+${GEM_LIBDIR}/metaid.rb
+${GEM_HOME}/specifications/metaid-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}
+@exec ${MKDIR} %D/${GEM_DOCDIR}
diff --git a/devel/ruby-metaid/distinfo b/devel/ruby-metaid/distinfo
new file mode 100644
index 00000000000..986b33dd287
--- /dev/null
+++ b/devel/ruby-metaid/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:50 jlam Exp $
+
+SHA1 (metaid-1.0.gem) = 9ed2a0f62da2749312571ea8c874fea48b7f4200
+RMD160 (metaid-1.0.gem) = ec5197db3a1527ed63b4499ea60d5ee0bda4aaf1
+Size (metaid-1.0.gem) = 3072 bytes