- Add rubygem-nested_form 0.3.2

- While I'm here:
  - Add LICENSE
  - Add NO_ARCH

This is a Rails gem for conveniently manage multiple nested models
in a single form. It does so in an unobtrusive way through jQuery
or Prototype.

WWW: https://github.com/ryanb/nested_form

PR:		203557
Submitted by:	Michael Fausten <ports@michael-fausten.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-23 18:33:03 +00:00
parent 2c18e90c9c
commit deb25c9622
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402310
4 changed files with 27 additions and 0 deletions

View File

@ -1924,6 +1924,7 @@
SUBDIR += rubygem-mousetrap-rails
SUBDIR += rubygem-multipart-post
SUBDIR += rubygem-nanoc
SUBDIR += rubygem-nested_form
SUBDIR += rubygem-net-http-digest_auth
SUBDIR += rubygem-net-http-digest_auth11
SUBDIR += rubygem-net-http-persistent

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= nested_form
PORTVERSION= 0.3.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fauste.de
COMMENT= Handle multiple models in one form through jQuery or Prototype
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/nested_form-0.3.2.gem) = b1c468d7eac781235861c2f74fc9f675df0c4d915d5724aaf7fd29f7891c0538
SIZE (rubygem/nested_form-0.3.2.gem) = 483840

View File

@ -0,0 +1,5 @@
This is a Rails gem for conveniently manage multiple nested models
in a single form. It does so in an unobtrusive way through jQuery
or Prototype.
WWW: https://github.com/ryanb/nested_form