summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:26:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:26:36 +0000
commit8f6796d5bf8349dd129415c9f95cc7ed38c8e378 (patch)
treec3cbab9e13f5eb18f117a3f51086a36b48e75948 /databases
parent- Use textproc/rubygem-sass instead of textproc/rubygem-sass32 to avoid depen... (diff)
- Add rubygem-after_commit_queue 1.3.0
- While I'm here: - Add LICENSE_FILE - Add NO_ARCH Plugin for running methods on ActiveRecord models after record is committed WWW: https://github.com/shellycloud/after_commit_queue PR: 203581 Submitted by: Michael Fausten <ports@michael-fausten.de>
Notes
Notes: svn path=/head/; revision=402299
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-after_commit_queue/Makefile21
-rw-r--r--databases/rubygem-after_commit_queue/distinfo2
-rw-r--r--databases/rubygem-after_commit_queue/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index fa7c41ca8de1..7466f452b0be 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -840,6 +840,7 @@
SUBDIR += rubygem-activerecord-mysql-adapter
SUBDIR += rubygem-activerecord4
SUBDIR += rubygem-activerecord41
+ SUBDIR += rubygem-after_commit_queue
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
SUBDIR += rubygem-arel-helpers
diff --git a/databases/rubygem-after_commit_queue/Makefile b/databases/rubygem-after_commit_queue/Makefile
new file mode 100644
index 000000000000..b72ac998de88
--- /dev/null
+++ b/databases/rubygem-after_commit_queue/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= after_commit_queue
+PORTVERSION= 1.3.0
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ports@michael-fausten.de
+COMMENT= Allows to run callbacks after transaction is committed
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS?= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-after_commit_queue/distinfo b/databases/rubygem-after_commit_queue/distinfo
new file mode 100644
index 000000000000..70dc28b59a3f
--- /dev/null
+++ b/databases/rubygem-after_commit_queue/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/after_commit_queue-1.3.0.gem) = 400f420fe161ceba1f5f80d919fae2cb46518f3a6e35db81ccba953188dc30cb
+SIZE (rubygem/after_commit_queue-1.3.0.gem) = 20992
diff --git a/databases/rubygem-after_commit_queue/pkg-descr b/databases/rubygem-after_commit_queue/pkg-descr
new file mode 100644
index 000000000000..f46555d57c79
--- /dev/null
+++ b/databases/rubygem-after_commit_queue/pkg-descr
@@ -0,0 +1,3 @@
+Plugin for running methods on ActiveRecord models after record is committed
+
+WWW: https://github.com/shellycloud/after_commit_queue