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.
This commit is contained in:
parent
a91b36d560
commit
77da1551d8
4 changed files with 31 additions and 0 deletions
4
devel/ruby-little-plugger/DESCR
Normal file
4
devel/ruby-little-plugger/DESCR
Normal file
|
@ -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.
|
12
devel/ruby-little-plugger/Makefile
Normal file
12
devel/ruby-little-plugger/Makefile
Normal file
|
@ -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"
|
10
devel/ruby-little-plugger/PLIST
Normal file
10
devel/ruby-little-plugger/PLIST
Normal file
|
@ -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
|
5
devel/ruby-little-plugger/distinfo
Normal file
5
devel/ruby-little-plugger/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue