mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
New port: databases/rubygem-dm-chunked_query
Allows performing chunked queries on DataMapper Models or Collections. WWW: http://rubygems.org/gems/dm-chunked_query Approved by: wxs (mentor)
This commit is contained in:
parent
67d09fa031
commit
53b0b58561
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278718
4 changed files with 29 additions and 0 deletions
|
@ -761,6 +761,7 @@
|
|||
SUBDIR += rubygem-delayed_job_data_mapper
|
||||
SUBDIR += rubygem-dm-active_model
|
||||
SUBDIR += rubygem-dm-aggregates
|
||||
SUBDIR += rubygem-dm-chunked_query
|
||||
SUBDIR += rubygem-dm-constraints
|
||||
SUBDIR += rubygem-dm-core
|
||||
SUBDIR += rubygem-dm-devise
|
||||
|
|
23
databases/rubygem-dm-chunked_query/Makefile
Normal file
23
databases/rubygem-dm-chunked_query/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: rubygem-dm-chunked_query
|
||||
# Date created: 2011-07-30
|
||||
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dm-chunked_query
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= zi@FreeBSD.org
|
||||
COMMENT= Allows performing chunked queries
|
||||
|
||||
RUN_DEPENDS= rubygem-dm-core>=1.0:${PORTSDIR}/databases/rubygem-dm-core \
|
||||
rubygem-dm-aggregates>=1.0:${PORTSDIR}/databases/rubygem-dm-aggregates
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/rubygem-dm-chunked_query/distinfo
Normal file
2
databases/rubygem-dm-chunked_query/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/dm-chunked_query-0.3.0.gem) = 34490ff37a2c4e2b2d571df4bbe4f3ed093f809ee0d60c7de7ba4a745996af63
|
||||
SIZE (rubygem/dm-chunked_query-0.3.0.gem) = 9728
|
3
databases/rubygem-dm-chunked_query/pkg-descr
Normal file
3
databases/rubygem-dm-chunked_query/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Allows performing chunked queries on DataMapper Models or Collections.
|
||||
|
||||
WWW: http://rubygems.org/gems/dm-chunked_query
|
Loading…
Add table
Reference in a new issue