1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Journey is a router. It routes requests.

WWW: http://github.com/tenderlove/journey
This commit is contained in:
Philip M. Gollucci 2012-02-08 02:34:51 +00:00
parent 9ec7b69ec2
commit 217eae974e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290665
4 changed files with 26 additions and 0 deletions

View File

@ -1630,6 +1630,7 @@
SUBDIR += rubygem-httpclient
SUBDIR += rubygem-innate
SUBDIR += rubygem-jekyll
SUBDIR += rubygem-journey
SUBDIR += rubygem-jquery-rails
SUBDIR += rubygem-layout-yullio
SUBDIR += rubygem-less

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-journey
# Date created: 2012-02-07
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= journey
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= It routes requests.
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/journey-1.0.1.gem) = 9d3ebd3fe572a20db772377a3df5cfc251b00238f0baadc215d2449998ed8cb9
SIZE (rubygem/journey-1.0.1.gem) = 45568

View File

@ -0,0 +1,3 @@
Journey is a router. It routes requests.
WWW: http://github.com/tenderlove/journey