OpenURI with transparent disk caching
WWW: https://github.com/tigris/open-uri-cached
This commit is contained in:
parent
78889e9c76
commit
e693d1dae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281856
4 changed files with 26 additions and 0 deletions
|
@ -965,6 +965,7 @@
|
|||
SUBDIR += rubygem-net-ldap
|
||||
SUBDIR += rubygem-net-netrc
|
||||
SUBDIR += rubygem-oauth
|
||||
SUBDIR += rubygem-open-uri-cached
|
||||
SUBDIR += rubygem-openid
|
||||
SUBDIR += rubygem-rightaws
|
||||
SUBDIR += rubygem-rightflexiscale
|
||||
|
|
20
net/rubygem-open-uri-cached/Makefile
Normal file
20
net/rubygem-open-uri-cached/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: rubygem-open-uri-cached
|
||||
# Date created: September 09, 2011
|
||||
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= open-uri-cached
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT=
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-open-uri-cached/distinfo
Normal file
2
net/rubygem-open-uri-cached/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/open-uri-cached-0.0.4.gem) = a8288f049dd28deab3a1859d96409197afa7c9616caad3afbe024f92dac471d2
|
||||
SIZE (rubygem/open-uri-cached-0.0.4.gem) = 5120
|
3
net/rubygem-open-uri-cached/pkg-descr
Normal file
3
net/rubygem-open-uri-cached/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
OpenURI with transparent disk caching
|
||||
|
||||
WWW: https://github.com/tigris/open-uri-cached
|
Loading…
Reference in a new issue