Importing databases/ruby-dm-cli package version 1.2.0.
DataMapper plugin allowing interaction with models through a Command-Line Interface (CLI).
This commit is contained in:
parent
be320d6a96
commit
8e66958ec7
4 changed files with 43 additions and 0 deletions
2
databases/ruby-dm-cli/DESCR
Normal file
2
databases/ruby-dm-cli/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
DataMapper plugin allowing interaction with models through a Command-Line
|
||||
Interface (CLI).
|
14
databases/ruby-dm-cli/Makefile
Normal file
14
databases/ruby-dm-cli/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:21:55 taca Exp $
|
||||
|
||||
DISTNAME= dm-cli-1.2.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/datamapper/dm-cli
|
||||
COMMENT= DataMapper plugin allowing interaction with models through a CLI
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
databases/ruby-dm-cli/PLIST
Normal file
22
databases/ruby-dm-cli/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:21:55 taca Exp $
|
||||
bin/.irbrc
|
||||
bin/dm
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/bin/.irbrc
|
||||
${GEM_LIBDIR}/bin/dm
|
||||
${GEM_LIBDIR}/dm-cli.gemspec
|
||||
${GEM_LIBDIR}/lib/dm-cli.rb
|
||||
${GEM_LIBDIR}/lib/dm-cli/cli.rb
|
||||
${GEM_LIBDIR}/spec/rcov.opts
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/unit/cli_spec.rb
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/tasks/yardstick.rake
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
databases/ruby-dm-cli/distinfo
Normal file
5
databases/ruby-dm-cli/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:21:55 taca Exp $
|
||||
|
||||
SHA1 (dm-cli-1.2.0.gem) = 7752c87b235cfa1036e683e93b846a82cf1b8533
|
||||
RMD160 (dm-cli-1.2.0.gem) = b12aa3121f48f69b50a9a7028f86e19e9fabfe3a
|
||||
Size (dm-cli-1.2.0.gem) = 9728 bytes
|
Loading…
Reference in a new issue