Sat Dec 17 17:32:34 2011 UTC ()
Importing databases/ruby-dm-sweatshop package version 1.2.0.


dm-sweatshop is a model factory for DataMapper.  It makes it easy & painless
to crank out complex pseudo random models -- useful for tests and seed data.
Production Goals:

* Easy generation of random models with data that fits the application domain.
* Simple syntax for declaring and generating model patterns.
* Add context to model patterns, allowing grouping and
* Effortlessly generate or fill in associations for creating complex models
  with few lines of code.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(taca)
diff -r0 -r1.1.1.1 pkgsrc/databases/ruby-dm-sweatshop/Makefile
diff -r0 -r1.1.1.1 pkgsrc/databases/ruby-dm-sweatshop/PLIST
diff -r0 -r1.1.1.1 pkgsrc/databases/ruby-dm-sweatshop/distinfo
diff -r0 -r1.1.1.1 pkgsrc/databases/ruby-dm-sweatshop/DESCR

File Added: pkgsrc/databases/ruby-dm-sweatshop/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/17 17:32:33 taca Exp $

DISTNAME=	dm-sweatshop-1.2.0
CATEGORIES=	databases

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/datamapper/dm-sweatshop
COMMENT=	DataMapper plugin for building pseudo random models
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
DEPENDS+=	${RUBY_PKGPREFIX}-randexp>=0.1.5<0.2:../../devel/ruby-randexp
DEPENDS+=	${RUBY_PKGPREFIX}-parsetree>=3.0.7<3.1:../../devel/ruby-parsetree

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/databases/ruby-dm-sweatshop/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/17 17:32:33 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/dm-sweatshop.gemspec
${GEM_LIBDIR}/lib/dm-sweatshop.rb
${GEM_LIBDIR}/lib/dm-sweatshop/model.rb
${GEM_LIBDIR}/lib/dm-sweatshop/support/class_attributes.rb
${GEM_LIBDIR}/lib/dm-sweatshop/sweatshop.rb
${GEM_LIBDIR}/lib/dm-sweatshop/unique.rb
${GEM_LIBDIR}/spec/dm-sweatshop/model_spec.rb
${GEM_LIBDIR}/spec/dm-sweatshop/sweatshop_spec.rb
${GEM_LIBDIR}/spec/dm-sweatshop/unique_spec.rb
${GEM_LIBDIR}/spec/rcov.opts
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/tasks/spec.rake
${GEM_LIBDIR}/tasks/yard.rake
${GEM_LIBDIR}/tasks/yardstick.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

File Added: pkgsrc/databases/ruby-dm-sweatshop/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/12/17 17:32:33 taca Exp $

SHA1 (dm-sweatshop-1.2.0.gem) = 3e159e7fae38b2b3ced2526b69ef17c65e7cb68f
RMD160 (dm-sweatshop-1.2.0.gem) = 8ee7fb6a78d5c5b9ab1a85c8e3660754c87a6bda
Size (dm-sweatshop-1.2.0.gem) = 15360 bytes

File Added: pkgsrc/databases/ruby-dm-sweatshop/DESCR
dm-sweatshop is a model factory for DataMapper.  It makes it easy & painless
to crank out complex pseudo random models -- useful for tests and seed data.
Production Goals:

* Easy generation of random models with data that fits the application domain.
* Simple syntax for declaring and generating model patterns.
* Add context to model patterns, allowing grouping and
* Effortlessly generate or fill in associations for creating complex models
  with few lines of code.