1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

BigRecord is built from ActiveRecord, and intended to seamlessly integrate

into your Ruby on Rails applications.

WWW: http://www.bigrecord.org/
This commit is contained in:
Philip M. Gollucci 2010-08-27 01:29:50 +00:00
parent 7de78392ab
commit 1ee4780f99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260061
4 changed files with 33 additions and 0 deletions

View File

@ -693,6 +693,7 @@
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-bigrecord
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dm-aggregates

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: rubygem-bigrecord
# Date created: 26 August 2010
# Whom: Philip M. Gollucci
#
# $FreeBSD$
#
PORTNAME= bigrecord
PORTVERSION= 0.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Intended to work as a drop-in for Rails applications.
RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/bigrecord-0.1.1.gem) = 4f1a112192e3e9ed9d3cfcc3aed5f3cb
SHA256 (rubygem/bigrecord-0.1.1.gem) = ba1bf01a3ffdc62693df80ba66cfb104211b7dfe8cd9fc9b2e2b5d0b1af6c330
SIZE (rubygem/bigrecord-0.1.1.gem) = 136704

View File

@ -0,0 +1,4 @@
BigRecord is built from ActiveRecord, and intended to seamlessly integrate
into your Ruby on Rails applications.
WWW: http://www.bigrecord.org/