svn commit: r367750 - in head/www: . rubygem-http_router

Steve Wills swills at FreeBSD.org
Tue Sep 9 17:03:15 UTC 2014


Author: swills
Date: Tue Sep  9 17:03:14 2014
New Revision: 367750
URL: http://svnweb.freebsd.org/changeset/ports/367750
QAT: https://qat.redports.org/buildarchive/r367750/

Log:
  www/rubygem-http_router: add port for rubygem-http_router
  
  Sort category Makefile while here.
  
  This library allows you to recognize and build URLs in a Rack application.
  
  WWW: http://github.com/joshbuddy/http_router

Added:
  head/www/rubygem-http_router/
  head/www/rubygem-http_router/Makefile   (contents, props changed)
  head/www/rubygem-http_router/distinfo   (contents, props changed)
  head/www/rubygem-http_router/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Sep  9 16:54:13 2014	(r367749)
+++ head/www/Makefile	Tue Sep  9 17:03:14 2014	(r367750)
@@ -1782,9 +1782,10 @@
     SUBDIR += rubygem-html2haml
     SUBDIR += rubygem-http
     SUBDIR += rubygem-http-cookie
-    SUBDIR += rubygem-httpi
+    SUBDIR += rubygem-http_router
     SUBDIR += rubygem-httparty
     SUBDIR += rubygem-httpclient
+    SUBDIR += rubygem-httpi
     SUBDIR += rubygem-innate
     SUBDIR += rubygem-jekyll
     SUBDIR += rubygem-jekyll-watch

Added: head/www/rubygem-http_router/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http_router/Makefile	Tue Sep  9 17:03:14 2014	(r367750)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	http_router
+PORTVERSION=	0.11.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	HTTP router for use in Rack
+
+RUN_DEPENDS=	rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
+		rubygem-url_mount>=0.2.1:${PORTSDIR}/www/rubygem-url-mount
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-http_router/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http_router/distinfo	Tue Sep  9 17:03:14 2014	(r367750)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/http_router-0.11.1.gem) = 61cb61d6135b40d7e74428663a9fd609a32eb376c137db66d7614512dc66913f
+SIZE (rubygem/http_router-0.11.1.gem) = 156672

Added: head/www/rubygem-http_router/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-http_router/pkg-descr	Tue Sep  9 17:03:14 2014	(r367750)
@@ -0,0 +1,3 @@
+This library allows you to recognize and build URLs in a Rack application.
+
+WWW: http://github.com/joshbuddy/http_router


More information about the svn-ports-head mailing list