Add rubygem-highline1 1.7.10 (copied from rubygem-highline)

- Fix LICENSE_FILE
- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-08-23 19:35:00 +00:00
parent 52760b7e29
commit cfd68f915d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545840
4 changed files with 31 additions and 0 deletions

View file

@ -6073,6 +6073,7 @@
SUBDIR += rubygem-health_check26-rails60
SUBDIR += rubygem-heapy
SUBDIR += rubygem-highline
SUBDIR += rubygem-highline1
SUBDIR += rubygem-hike
SUBDIR += rubygem-hike1
SUBDIR += rubygem-hitimes

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= highline
PORTVERSION= 1.7.10
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= High-level IO library for command-line interfaces
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1514380306
SHA256 (rubygem/highline-1.7.10.gem) = 1e147d5d20f1ad5b0e23357070d1e6d0904ae9f71c3c49e0234cf682ae3c2b06
SIZE (rubygem/highline-1.7.10.gem) = 224768

View file

@ -0,0 +1,6 @@
A high-level IO library that provides validation, type conversion, and more
for command-line interfaces. HighLine also includes a complete menu system
that can crank out anything from simple list selection to complete shells
with just minutes of work.
WWW: https://github.com/JEG2/highline