DataMapper plugin providing support for aggregates, functions on collections

and datasets

WWW: http://github.com/datamapper/dm-more/tree/master/dm-aggregates

PR:		ports/143519
Submitted by:	Jyun-Yan You <jyyou at cs.nctu.edu.tw>
This commit is contained in:
Martin Wilke 2010-02-08 22:05:59 +00:00
parent f18337333a
commit 48b35c82ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249461
4 changed files with 31 additions and 0 deletions

View file

@ -650,6 +650,7 @@
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dm-aggregates
SUBDIR += rubygem-dm-core
SUBDIR += rubygem-do_mysql
SUBDIR += rubygem-do_postgres

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-dm-aggregates
# Date created: 2010-01-20
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= dm-aggregates
PORTVERSION= 0.10.1
CATEGORIES= databases rubygems
MASTER_SITES= http://s3.amazonaws.com/gemcutter_production/gems/
MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= DataMapper plugin providing support for aggregates
RUN_DEPENDS= rubygem-dm-core=0.10.1:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (rubygem/dm-aggregates-0.10.1.gem) = fe42871f30ad988568d8911bb1ee544f
SHA256 (rubygem/dm-aggregates-0.10.1.gem) = e7fdc440cf33f7cab9ff3ad813e1d96f5e0a99377f8c8089f2a477fbb2120ffe
SIZE (rubygem/dm-aggregates-0.10.1.gem) = 11776

View file

@ -0,0 +1,4 @@
DataMapper plugin providing support for aggregates, functions on collections
and datasets
WWW: http://github.com/datamapper/dm-more/tree/master/dm-aggregates