1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add rubygem-bio-shell 1.0.0

bio-shell, providing BioRuby Shell, is a command-line interface for BioRuby, an
open source bioinformatics library for Ruby.

This code has historically been part of the BioRuby gem, but has been split into
its own gem as part of an effort to modularize BioRuby. bio-shell and many more
plugins are available at biogems.info.

WWW: https://github.com/bioruby/bioruby-shell
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-24 07:08:11 +00:00
parent 8ed0c4eaeb
commit c0f387431a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543012
4 changed files with 38 additions and 0 deletions

View File

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

View File

@ -0,0 +1,26 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= bio-shell
PORTVERSION= 1.0.0
CATEGORIES= biology rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command-line interface on BioRuby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-bio>=2.0.0:biology/rubygem-bio
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/bioruby
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595416511
SHA256 (rubygem/bio-shell-1.0.0.gem) = 5a41c4226c12de49476bda8e59dd17ac3340b15cebc2f241842334d9de822528
SIZE (rubygem/bio-shell-1.0.0.gem) = 46592

View File

@ -0,0 +1,8 @@
bio-shell, providing BioRuby Shell, is a command-line interface for BioRuby, an
open source bioinformatics library for Ruby.
This code has historically been part of the BioRuby gem, but has been split into
its own gem as part of an effort to modularize BioRuby. bio-shell and many more
plugins are available at biogems.info.
WWW: https://github.com/bioruby/bioruby-shell