summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2010-09-12 01:32:06 +0000
committertaca <taca>2010-09-12 01:32:06 +0000
commit23ba02823d030cbf53777e68519cdced16af58d7 (patch)
tree68c5aac2b6b780f57f3249ca48fa4acb884f3fa1 /devel
parent5483d07de9b46f69c6498cb1589a4f0606fec341 (diff)
downloadpkgsrc-23ba02823d030cbf53777e68519cdced16af58d7.tar.gz
Importing ruby-little-plugger 1.1.2.
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-little-plugger/DESCR4
-rw-r--r--devel/ruby-little-plugger/Makefile12
-rw-r--r--devel/ruby-little-plugger/PLIST10
-rw-r--r--devel/ruby-little-plugger/distinfo5
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/ruby-little-plugger/DESCR b/devel/ruby-little-plugger/DESCR
new file mode 100644
index 00000000000..fc0cab28d43
--- /dev/null
+++ b/devel/ruby-little-plugger/DESCR
@@ -0,0 +1,4 @@
+LittlePlugger is a module that provides Gem based plugin management.
+By extending your own class or module with LittlePlugger you can
+easily manage the loading and initializing of plugins provided by
+other gems.
diff --git a/devel/ruby-little-plugger/Makefile b/devel/ruby-little-plugger/Makefile
new file mode 100644
index 00000000000..007f24d97ae
--- /dev/null
+++ b/devel/ruby-little-plugger/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:32:06 taca Exp $
+
+DISTNAME= little-plugger-1.1.2
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://gemcutter.org/gems/little-plugger
+COMMENT= Module that provides Gem based plugin management
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-little-plugger/PLIST b/devel/ruby-little-plugger/PLIST
new file mode 100644
index 00000000000..aa6e0c453c9
--- /dev/null
+++ b/devel/ruby-little-plugger/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 01:32:06 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/little-plugger.rb
+${GEM_LIBDIR}/spec/little-plugger_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-little-plugger/distinfo b/devel/ruby-little-plugger/distinfo
new file mode 100644
index 00000000000..b5f678fa143
--- /dev/null
+++ b/devel/ruby-little-plugger/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/12 01:32:06 taca Exp $
+
+SHA1 (little-plugger-1.1.2.gem) = 29642d70fda1774f16d80aa3e2ec8bd151297e51
+RMD160 (little-plugger-1.1.2.gem) = 272dd8f3a572823e97f7281786722b2ecd364b93
+Size (little-plugger-1.1.2.gem) = 9216 bytes