mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +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:
parent
87bdc051d5
commit
384454dd88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447144
@ -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
|
||||
|
22
net/rubygem-fog-internet-archive/Makefile
Normal file
22
net/rubygem-fog-internet-archive/Makefile
Normal 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>
|
3
net/rubygem-fog-internet-archive/distinfo
Normal file
3
net/rubygem-fog-internet-archive/distinfo
Normal 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
|
4
net/rubygem-fog-internet-archive/pkg-descr
Normal file
4
net/rubygem-fog-internet-archive/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user