- Add rubygem-addressable 2.2 port copied from newer version

- Use that port for datamapper and friends

PR:		ports/178983
Submitted by:	wollman
This commit is contained in:
Steve Wills
2013-05-26 23:39:05 +00:00
parent b7cb358629
commit ecb23c1bea
4 changed files with 27 additions and 3 deletions

View File

@@ -14,9 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= An Object/Relational Mapper for Ruby
RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
BROKEN= unable to resolve dependencies
rubygem-addressable==2.2.8:${PORTSDIR}/www/rubygem-addressable22
USE_RUBY= yes
USE_RUBYGEMS= yes

View File

@@ -0,0 +1,19 @@
# Ports collection makefile for: rubygem-addressable
# Date created: 01 March 2009
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= addressable
PORTVERSION= 2.2.8
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A replacement for the URI implementation
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (rubygem/addressable-2.2.8.gem) = 8958a2cf63d3b36ca1f7aa939eb36e7ae8822471877402b180ea44a98ace3cff
SIZE (rubygem/addressable-2.2.8.gem) = 99328

View File

@@ -0,0 +1,5 @@
Addressable is a replacement for the URI implementation that is part of Ruby's
standard library. It more closely conforms to the relevant RFCs and adds support
for IRIs and URI templates.
WWW: http://addressable.rubyforge.org/