- Glue to allow mounted rack applications to know where they're mounted

PR:		ports/163795
Submitted by:	Rodrigo Nicola Lombardo <rodnic@gmail.com>
Reviewed by:	scheidell
Approved by:	maintainer, gabor (mentor)
This commit is contained in:
Michael Scheidell 2012-01-15 22:58:55 +00:00
parent 03bc1a88df
commit 3c130abf7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289290
4 changed files with 32 additions and 0 deletions

View File

@ -1669,6 +1669,7 @@
SUBDIR += rubygem-uglifier
SUBDIR += rubygem-unicorn
SUBDIR += rubygem-url_escape
SUBDIR += rubygem-url-mount
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-yapra

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-url_mount
# Date created: 2 January 2012
# Whom: Rodrigo Nicola Lombardo <rodnic@gmail.com>
#
# $FreeBSD$
#
PORTNAME= url_mount
PORTVERSION= 0.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= rodnic@gmail.com
COMMENT= Glue to allow mounted rack applications to know where they're mounted
RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/url_mount-0.2.1.gem) = 44b98f9d08ed550a1421679fdf2e1c112bce66950f87a63c6205d4783a0566ad
SIZE (rubygem/url_mount-0.2.1.gem) = 16896

View File

@ -0,0 +1,7 @@
UrlMount is a universal mount point designed for use in rack applications.
It provides a simple way to pass a url mounting point to the mounted application.
This means that when you mount an application in the url space, it's a simple call to url to get the mount point of where
the application is.
WWW: https://github.com/hassox/url_mount