pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-metaid Initial import of ruby18-metaid-1.0 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c30bef047c1
branches: trunk
changeset: 540480:9c30bef047c1
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Apr 04 15:17:50 2008 +0000
description:
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.
diffstat:
devel/ruby-metaid/DESCR | 3 +++
devel/ruby-metaid/Makefile | 14 ++++++++++++++
devel/ruby-metaid/PLIST | 7 +++++++
devel/ruby-metaid/distinfo | 5 +++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 19a66608eb6a -r 9c30bef047c1 devel/ruby-metaid/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-metaid/DESCR Fri Apr 04 15:17:50 2008 +0000
@@ -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 -r 19a66608eb6a -r 9c30bef047c1 devel/ruby-metaid/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-metaid/Makefile Fri Apr 04 15:17:50 2008 +0000
@@ -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@localhost
+HOMEPAGE= http://code.whytheluckystiff.net/metaid/
+COMMENT= Ruby metaprogramming helpers
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 19a66608eb6a -r 9c30bef047c1 devel/ruby-metaid/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-metaid/PLIST Fri Apr 04 15:17:50 2008 +0000
@@ -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 -r 19a66608eb6a -r 9c30bef047c1 devel/ruby-metaid/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-metaid/distinfo Fri Apr 04 15:17:50 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index