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:
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
|
@ -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
|
||||
|
|
23
databases/rubygem-dm-aggregates/Makefile
Normal file
23
databases/rubygem-dm-aggregates/Makefile
Normal 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>
|
3
databases/rubygem-dm-aggregates/distinfo
Normal file
3
databases/rubygem-dm-aggregates/distinfo
Normal 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
|
4
databases/rubygem-dm-aggregates/pkg-descr
Normal file
4
databases/rubygem-dm-aggregates/pkg-descr
Normal 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
|
Loading…
Reference in a new issue