aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-10-28 03:50:54 +0800
committerswills <swills@FreeBSD.org>2011-10-28 03:50:54 +0800
commita0c10b2bcdbbaa9e755230b6991436372ab6f6e6 (patch)
tree973082858c85c32416c634f530faaa4e72a8e9bc /devel
parent24fd3ebc85f2566d727b149ca7e8a3cd07df0bfe (diff)
downloadfreebsd-ports-gnome-a0c10b2bcdbbaa9e755230b6991436372ab6f6e6.tar.gz
freebsd-ports-gnome-a0c10b2bcdbbaa9e755230b6991436372ab6f6e6.tar.zst
freebsd-ports-gnome-a0c10b2bcdbbaa9e755230b6991436372ab6f6e6.zip
Collection of Rack middleware to protect you against common, opportunistic attack.
WWW: http://rkh.github.com/rack-protection/
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-rack-protection/Makefile22
-rw-r--r--devel/rubygem-rack-protection/distinfo2
-rw-r--r--devel/rubygem-rack-protection/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2ff8e9fe8ff8..82e12901c5a1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3449,6 +3449,7 @@
SUBDIR += rubygem-polyglot
SUBDIR += rubygem-popen4
SUBDIR += rubygem-ptreloaded
+ SUBDIR += rubygem-rack-protection
SUBDIR += rubygem-railsless-deploy
SUBDIR += rubygem-rake
SUBDIR += rubygem-rapt
diff --git a/devel/rubygem-rack-protection/Makefile b/devel/rubygem-rack-protection/Makefile
new file mode 100644
index 000000000000..97a1310dd09f
--- /dev/null
+++ b/devel/rubygem-rack-protection/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rubygem-rack-protection
+# Date created: 2011-10-27
+# Whom: Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rack-protection
+PORTVERSION= 1.1.4
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Collection of Rack middleware to protect against opportunistic attack
+
+RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-rack-protection/distinfo b/devel/rubygem-rack-protection/distinfo
new file mode 100644
index 000000000000..e00fec5e0393
--- /dev/null
+++ b/devel/rubygem-rack-protection/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rack-protection-1.1.4.gem) = fe2599a6e9dcfd6f45c80cba1c499d921ee99ad202bd86c39f958420f9b50003
+SIZE (rubygem/rack-protection-1.1.4.gem) = 13312
diff --git a/devel/rubygem-rack-protection/pkg-descr b/devel/rubygem-rack-protection/pkg-descr
new file mode 100644
index 000000000000..d0a54ec08682
--- /dev/null
+++ b/devel/rubygem-rack-protection/pkg-descr
@@ -0,0 +1,3 @@
+Collection of Rack middleware to protect you against common, opportunistic attack.
+
+WWW: http://rkh.github.com/rack-protection/