aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mixlib-authentication
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-04-24 11:53:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-04-24 11:53:38 +0000
commit897eaf37ee553421b0d6d469a6a9c11f470d8349 (patch)
tree2e2a68b6d470aa9d9603ae9b2e4115553f9f3588 /devel/rubygem-mixlib-authentication
parent5d6a378c349e5a2ecea87a5691dfa70b0dd1ff81 (diff)
downloadports-897eaf37ee553421b0d6d469a6a9c11f470d8349.tar.gz
ports-897eaf37ee553421b0d6d469a6a9c11f470d8349.zip
Mixlib::Authentication provides a class-based header signing authentication
object, like the one used in Chef. WWW: http://github.com/opscode/mixlib-authentication PR: ports/145847 Submitted by: renchap at cocoa-x.com
Notes
Notes: svn path=/head/; revision=253164
Diffstat (limited to 'devel/rubygem-mixlib-authentication')
-rw-r--r--devel/rubygem-mixlib-authentication/Makefile26
-rw-r--r--devel/rubygem-mixlib-authentication/distinfo3
-rw-r--r--devel/rubygem-mixlib-authentication/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/rubygem-mixlib-authentication/Makefile b/devel/rubygem-mixlib-authentication/Makefile
new file mode 100644
index 000000000000..67d7938f0536
--- /dev/null
+++ b/devel/rubygem-mixlib-authentication/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: rubygem-mixlib-authentication
+# Date created: 18 Mar 2010
+# Whom: renchap@cocoa-x.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= mixlib-authentication
+PORTVERSION= 1.1.2
+CATEGORIES= devel
+MASTER_SITES= http://gemcutter.org/gems/
+
+MAINTAINER= renchap@cocoa-x.com
+COMMENT= Mixes in simple per-request authentication
+
+BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+# we care about not passing -A to allow HTTP redirect
+FETCH_ARGS= -pRr
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-mixlib-authentication/distinfo b/devel/rubygem-mixlib-authentication/distinfo
new file mode 100644
index 000000000000..c4ab872c5ad4
--- /dev/null
+++ b/devel/rubygem-mixlib-authentication/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/mixlib-authentication-1.1.2.gem) = 52d59c878a8628a97aae64ee6ac35b3f
+SHA256 (rubygem/mixlib-authentication-1.1.2.gem) = 5e1514e0689d3515a0dfcb992e38eea03a1c24ce6e80251ab8d35205fbccc83b
+SIZE (rubygem/mixlib-authentication-1.1.2.gem) = 16384
diff --git a/devel/rubygem-mixlib-authentication/pkg-descr b/devel/rubygem-mixlib-authentication/pkg-descr
new file mode 100644
index 000000000000..29a86860277e
--- /dev/null
+++ b/devel/rubygem-mixlib-authentication/pkg-descr
@@ -0,0 +1,4 @@
+Mixlib::Authentication provides a class-based header signing authentication
+object, like the one used in Chef.
+
+WWW: http://github.com/opscode/mixlib-authentication