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

- 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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-28 16:28:12 +00:00
parent 4564522d58
commit b6ce7532b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404675
4 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= polyamorous
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/polyamorous-1.3.0.gem) = 4fdb214bee8f74b256a606f8f3311b3f28ed38dc16cba9e605376f88448e153c
SIZE (rubygem/polyamorous-1.3.0.gem) = 13824

View File

@ -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