1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Amalgalite embeds the SQLite database

engine in a ruby extension. There is no
need to install SQLite separately.

WWW: http://copiousfreetime.rubyforge.org/amalgalite/

PR:		ports/158316
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
This commit is contained in:
Steve Wills 2011-10-02 18:14:26 +00:00
parent 68a3645015
commit 8e1764510a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282811
4 changed files with 33 additions and 0 deletions

View File

@ -756,6 +756,7 @@
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
SUBDIR += rubygem-bigrecord
SUBDIR += rubygem-couchrest

View File

@ -0,0 +1,25 @@
# Ports collection makefile for: rubygem-amalgalite
# Date created: 26 June 2011
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= amalgalite
PORTVERSION= 1.1.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Embeds the SQLite database engine in a ruby extension
RUN_DEPENDS= rubygem-arrayfields>=4.7.4:${PORTSDIR}/devel/rubygem-arrayfields \
rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/amalgalite-pack
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/amalgalite-1.1.2.gem) = 133d013d02608ba5713e1c2db8b7280b1e5a5378925ace14ea133e911bc72b22
SIZE (rubygem/amalgalite-1.1.2.gem) = 1351168

View File

@ -0,0 +1,5 @@
Amalgalite embeds the SQLite database
engine in a ruby extension. There is no
need to install SQLite separately.
WWW: http://copiousfreetime.rubyforge.org/amalgalite/