pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/merb-param-protection Initial import of merb-param...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b5172c701ea
branches:  trunk
changeset: 540550:5b5172c701ea
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:24:45 2008 +0000

description:
Initial import of merb-param-protection-0.9.2 as www/merb-param-protection.

This package contains a plugin for the Merb framework that exposes two
new controller methods which allow one to simply and flexibly filter
the parameters available within the controller.

diffstat:

 www/merb-param-protection/DESCR            |   3 +++
 www/merb-param-protection/Makefile         |  14 ++++++++++++++
 www/merb-param-protection/PLIST            |  12 ++++++++++++
 www/merb-param-protection/distinfo         |   6 ++++++
 www/merb-param-protection/patches/patch-aa |  13 +++++++++++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 48bad4ef1580 -r 5b5172c701ea www/merb-param-protection/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-param-protection/DESCR   Fri Apr 04 15:24:45 2008 +0000
@@ -0,0 +1,3 @@
+This package contains a plugin for the Merb framework that exposes two
+new controller methods which allow one to simply and flexibly filter
+the parameters available within the controller.
diff -r 48bad4ef1580 -r 5b5172c701ea www/merb-param-protection/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-param-protection/Makefile        Fri Apr 04 15:24:45 2008 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:45 jlam Exp $
+
+DISTNAME=      merb_param_protection-0.9.2
+PKGNAME=       ${DISTNAME:S/_/-/g}
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.merbivore.com/
+COMMENT=       Merb plugin supplying methods to filter parameters
+
+DEPENDS+=      merb-core>=0.9.2:../../www/merb-core
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 48bad4ef1580 -r 5b5172c701ea www/merb-param-protection/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-param-protection/PLIST   Fri Apr 04 15:24:45 2008 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:24:45 jlam Exp $
+${GEM_HOME}/cache/merb_param_protection-${PKGVERSION}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/lib/merb_param_protection.rb
+${GEM_LIBDIR}/lib/merb_param_protection/merbtasks.rb
+${GEM_HOME}/specifications/merb_param_protection-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/lib/merb_param_protection
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff -r 48bad4ef1580 -r 5b5172c701ea www/merb-param-protection/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-param-protection/distinfo        Fri Apr 04 15:24:45 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:24:45 jlam Exp $
+
+SHA1 (merb_param_protection-0.9.2.gem) = 565895992f641e0e172ddef2ce1559d0f24d639d
+RMD160 (merb_param_protection-0.9.2.gem) = 5b0f1a4937e03a890da9def32f7546f87a2a1168
+Size (merb_param_protection-0.9.2.gem) = 6656 bytes
+SHA1 (patch-aa) = b9ba0d90dea0fbee5fe61efe5737b486ca1db4fe
diff -r 48bad4ef1580 -r 5b5172c701ea www/merb-param-protection/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-param-protection/patches/patch-aa        Fri Apr 04 15:24:45 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/04 15:24:45 jlam Exp $
+
+--- Rakefile.orig      2008-03-28 23:50:52.000000000 -0400
++++ Rakefile
+@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
+   s.author = AUTHOR
+   s.email = EMAIL
+   #s.homepage = HOMEPAGE
+-  s.add_dependency('merb', '>= 0.9.2')
++  s.add_dependency('merb-core', '>= 0.9.2')
+   s.require_path = 'lib'
+   s.autorequire = PLUGIN
+   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*")



Home | Main Index | Thread Index | Old Index