From 9f81b115cbed83df68b14837fdd0f8f77e901107 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 16 Dec 2011 22:17:59 +0000 Subject: Merb is a web development framework for fast, simple, and powerful development. WWW: http://www.merbivore.com/ PR: ports/163353 Submitted by: Scott Sanders Sponsored by: RideCharge Inc. / Taxi Magic --- www/Makefile | 1 + www/rubygem-merb-param-protection/Makefile | 22 ++++++++++++++++++++++ www/rubygem-merb-param-protection/distinfo | 2 ++ www/rubygem-merb-param-protection/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) create mode 100644 www/rubygem-merb-param-protection/Makefile create mode 100644 www/rubygem-merb-param-protection/distinfo create mode 100644 www/rubygem-merb-param-protection/pkg-descr (limited to 'www') diff --git a/www/Makefile b/www/Makefile index f22605d70d52..7061fc9cb6be 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1647,6 +1647,7 @@ SUBDIR += rubygem-merb-assets SUBDIR += rubygem-merb-haml SUBDIR += rubygem-merb-helpers + SUBDIR += rubygem-merb-param-protection SUBDIR += rubygem-mongrel SUBDIR += rubygem-mongrel_cluster SUBDIR += rubygem-multipart-post diff --git a/www/rubygem-merb-param-protection/Makefile b/www/rubygem-merb-param-protection/Makefile new file mode 100644 index 000000000000..8a44df0b22c0 --- /dev/null +++ b/www/rubygem-merb-param-protection/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-merb-param-protection +# Date created: 13 Dec 2011 +# Whom: Scott Sanders +# +# $FreeBSD$ +# + +PORTNAME= merb-param-protection +PORTVERSION= 1.1.3 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Merb plugin that helps protecting sensible parameters + +RUN_DEPENDS= rubygem-merb-core>=1.1.3:${PORTSDIR}/www/rubygem-merb-core + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/www/rubygem-merb-param-protection/distinfo b/www/rubygem-merb-param-protection/distinfo new file mode 100644 index 000000000000..939c9bdd91c7 --- /dev/null +++ b/www/rubygem-merb-param-protection/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/merb-param-protection-1.1.3.gem) = 0ebeaa69d2627e601587e7873845fdcbe6503781d3d4672403f78051c9adb868 +SIZE (rubygem/merb-param-protection-1.1.3.gem) = 8192 diff --git a/www/rubygem-merb-param-protection/pkg-descr b/www/rubygem-merb-param-protection/pkg-descr new file mode 100644 index 000000000000..99af9e1e0221 --- /dev/null +++ b/www/rubygem-merb-param-protection/pkg-descr @@ -0,0 +1,3 @@ +Merb is a web development framework for fast, simple, and powerful development. + +WWW: http://www.merbivore.com/ -- cgit