1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Add a new port of databases/rubygem-activerecord-import

Approved by:	swills (mentor)
This commit is contained in:
Brad Davis 2016-05-17 22:27:36 +00:00
parent d3c70285d3
commit 16f8966ea6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415421
4 changed files with 27 additions and 0 deletions

View File

@ -848,6 +848,7 @@
SUBDIR += rubygem-activemodel
SUBDIR += rubygem-activemodel4
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-activerecord-mysql-adapter

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= activerecord-import
PORTVERSION= 0.13.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Bulk import many records into an ActiveRecord DB
LICENSE= RUBY
RUN_DEPENDS= rubygem-activerecord>=3.0:databases/rubygem-activerecord
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1463523046
SHA256 (rubygem/activerecord-import-0.13.0.gem) = d0d15936b9d33501be69cf8f1f2061b3439391980f56bc265611bdd88ec656a9
SIZE (rubygem/activerecord-import-0.13.0.gem) = 40448

View File

@ -0,0 +1,4 @@
Extraction of the ActiveRecord::Base#import functionality from ar-extensions for
Rails 3 and beyond.
WWW: http://github.com/zdennis/activerecord-import