svn commit: r404675 - in head/devel: . rubygem-polyamorous
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 28 16:28:14 UTC 2015
Author: sunpoet
Date: Mon Dec 28 16:28:12 2015
New Revision: 404675
URL: https://svnweb.freebsd.org/changeset/ports/404675
Log:
- Add rubygem-polyamorous 1.3.0
Polyamorous is an extraction of shared code from the Active Record Hackery gems
Ransack, Squeel and MetaSearch by Ernie Miller and maintained by Ryan Bigg,
Xiang Li, Jon Atack and a great little group of contributors.
It is an internal library for extending various versions of Active Record with
polymorphism. There is no public API, so it's :nodoc:. Move along. Nothing to
see here.
WWW: https://github.com/activerecord-hackery/polyamorous
Added:
head/devel/rubygem-polyamorous/
head/devel/rubygem-polyamorous/Makefile (contents, props changed)
head/devel/rubygem-polyamorous/distinfo (contents, props changed)
head/devel/rubygem-polyamorous/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Dec 28 16:27:02 2015 (r404674)
+++ head/devel/Makefile Mon Dec 28 16:28:12 2015 (r404675)
@@ -4937,6 +4937,7 @@
SUBDIR += rubygem-pkg-config
SUBDIR += rubygem-platform
SUBDIR += rubygem-plist
+ SUBDIR += rubygem-polyamorous
SUBDIR += rubygem-polyglot
SUBDIR += rubygem-popen4
SUBDIR += rubygem-posix-spawn
Added: head/devel/rubygem-polyamorous/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-polyamorous/Makefile Mon Dec 28 16:28:12 2015 (r404675)
@@ -0,0 +1,22 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= polyamorous
+PORTVERSION= 1.3.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Extraction of shared code from the Active Record Hackery gems
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-polyamorous/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-polyamorous/distinfo Mon Dec 28 16:28:12 2015 (r404675)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/polyamorous-1.3.0.gem) = 4fdb214bee8f74b256a606f8f3311b3f28ed38dc16cba9e605376f88448e153c
+SIZE (rubygem/polyamorous-1.3.0.gem) = 13824
Added: head/devel/rubygem-polyamorous/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-polyamorous/pkg-descr Mon Dec 28 16:28:12 2015 (r404675)
@@ -0,0 +1,9 @@
+Polyamorous is an extraction of shared code from the Active Record Hackery gems
+Ransack, Squeel and MetaSearch by Ernie Miller and maintained by Ryan Bigg,
+Xiang Li, Jon Atack and a great little group of contributors.
+
+It is an internal library for extending various versions of Active Record with
+polymorphism. There is no public API, so it's :nodoc:. Move along. Nothing to
+see here.
+
+WWW: https://github.com/activerecord-hackery/polyamorous
More information about the svn-ports-all
mailing list