Date: Sat, 1 Jun 2013 14:30:19 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319574 - in head/www: . rubygem-rack-openid Message-ID: <201306011430.r51EUJP6029240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jun 1 14:30:18 2013 New Revision: 319574 URL: http://svnweb.freebsd.org/changeset/ports/319574 Log: Provides a more HTTPish API around the ruby-openid library WWW: http://github.com/josh/rack-openid Added: head/www/rubygem-rack-openid/ head/www/rubygem-rack-openid/Makefile (contents, props changed) head/www/rubygem-rack-openid/distinfo (contents, props changed) head/www/rubygem-rack-openid/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jun 1 14:29:43 2013 (r319573) +++ head/www/Makefile Sat Jun 1 14:30:18 2013 (r319574) @@ -1775,6 +1775,7 @@ SUBDIR += rubygem-rack SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-mount + SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test Added: head/www/rubygem-rack-openid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-openid/Makefile Sat Jun 1 14:30:18 2013 (r319574) @@ -0,0 +1,19 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rack-openid +PORTVERSION= 1.3.1 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Provides a more HTTPish API around the ruby-openid library + +RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \ + rubygem-openid>=2.1.8:${PORTSDIR}/net/rubygem-openid + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/rubygem-rack-openid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-openid/distinfo Sat Jun 1 14:30:18 2013 (r319574) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rack-openid-1.3.1.gem) = 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537 +SIZE (rubygem/rack-openid-1.3.1.gem) = 7680 Added: head/www/rubygem-rack-openid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rack-openid/pkg-descr Sat Jun 1 14:30:18 2013 (r319574) @@ -0,0 +1,3 @@ +Provides a more HTTPish API around the ruby-openid library + +WWW: http://github.com/josh/rack-openid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011430.r51EUJP6029240>