Add rubygem-bio-old-biofetch-emulator 1.0.0

bio-old-biofetch-emulator emulates Bio::Fetch object in BioRuby as if
discontinued BioRuby BioFetch server were still alive. It overrides methods and
objects in Bio::Fetch, and if the old BioRuby BioFetch server's URL is given, it
intercepts all requests and converts them into existing web services such as
TogoWS, KEGG REST API, NCBI E-Utilities, and GenomeNet(genome.jp).

WWW: https://github.com/ngoto/bioruby-old-biofetch-emulator
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-24 07:08:05 +00:00
parent 6b5447a39b
commit 8ed0c4eaeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543011
4 changed files with 33 additions and 0 deletions

View File

@ -149,6 +149,7 @@
SUBDIR += ruby-bio
SUBDIR += rubygem-bio
SUBDIR += rubygem-bio-executables
SUBDIR += rubygem-bio-old-biofetch-emulator
SUBDIR += samtools
SUBDIR += scrm
SUBDIR += seaview

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= bio-old-biofetch-emulator
PORTVERSION= 1.0.0
CATEGORIES= biology rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Emulate Bio::Fetch object
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-bio>=1.4.2:biology/rubygem-bio
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595416509
SHA256 (rubygem/bio-old-biofetch-emulator-1.0.0.gem) = 2cebae441cd8d680cbf76df5301b7d45a3d086974cdc016b9148a15dfb8b6d8b
SIZE (rubygem/bio-old-biofetch-emulator-1.0.0.gem) = 11264

View File

@ -0,0 +1,7 @@
bio-old-biofetch-emulator emulates Bio::Fetch object in BioRuby as if
discontinued BioRuby BioFetch server were still alive. It overrides methods and
objects in Bio::Fetch, and if the old BioRuby BioFetch server's URL is given, it
intercepts all requests and converts them into existing web services such as
TogoWS, KEGG REST API, NCBI E-Utilities, and GenomeNet(genome.jp).
WWW: https://github.com/ngoto/bioruby-old-biofetch-emulator