Add rubygem-highline1 1.7.10 (copied from rubygem-highline)
- Fix LICENSE_FILE - Add PORTSCOUT
This commit is contained in:
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
|
@ -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
|
||||
|
|
21
devel/rubygem-highline1/Makefile
Normal file
21
devel/rubygem-highline1/Makefile
Normal 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>
|
3
devel/rubygem-highline1/distinfo
Normal file
3
devel/rubygem-highline1/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1514380306
|
||||
SHA256 (rubygem/highline-1.7.10.gem) = 1e147d5d20f1ad5b0e23357070d1e6d0904ae9f71c3c49e0234cf682ae3c2b06
|
||||
SIZE (rubygem/highline-1.7.10.gem) = 224768
|
6
devel/rubygem-highline1/pkg-descr
Normal file
6
devel/rubygem-highline1/pkg-descr
Normal 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
|
Loading…
Reference in a new issue