1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add rubygem-fog-internet-archive 0.0.1

Fog::InternetArchive is a module for the fog gem to support Internet Archive
Storage.

WWW: https://github.com/fog/fog-internet-archive
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-08-02 18:30:41 +00:00
parent 87bdc051d5
commit 384454dd88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447144
4 changed files with 30 additions and 0 deletions

View File

@ -1168,6 +1168,7 @@
SUBDIR += rubygem-fog-dynect
SUBDIR += rubygem-fog-ecloud
SUBDIR += rubygem-fog-google
SUBDIR += rubygem-fog-internet-archive
SUBDIR += rubygem-fog-local
SUBDIR += rubygem-fog-openstack
SUBDIR += rubygem-fog-powerdns

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-internet-archive
PORTVERSION= 0.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Module for the 'fog' gem to support Internet Archive
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-fog-json>=0:devel/rubygem-fog-json \
rubygem-fog-xml>=0:textproc/rubygem-fog-xml
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501695230
SHA256 (rubygem/fog-internet-archive-0.0.1.gem) = ce42402c87f4068f076f8d3835bb6477c1de955b7f1838e7fbf10209e0bd6ea5
SIZE (rubygem/fog-internet-archive-0.0.1.gem) = 47104

View File

@ -0,0 +1,4 @@
Fog::InternetArchive is a module for the fog gem to support Internet Archive
Storage.
WWW: https://github.com/fog/fog-internet-archive