83c35b5938
pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/. ## [v0.9.0] - 2020-12-08 ### Added * Add buffer to save input when traversing history and restore it back similar to shell ### Changed * Pressing :down no longer erases the #read_line input if history is disabled by Charles Pence (@pencechp) * Change Reader initializer to use keyword arguments in place of options hash * Change history to only exclude empty lines without any space or invisible characters * Change all input reading methods to use explicit keyword arguments ### Fix * Fix #read_multiline :value parameter to insert content only once in the first line
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/01/11 13:26:44 taca Exp $
|
|
|
|
DISTNAME= tty-reader-0.9.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ttytoolkit.org/
|
|
COMMENT= Set of methods for processing keyboard input
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-wisper>=2.0<3:../../devel/ruby-wisper
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-screen>=0.8<1:../../devel/ruby-tty-screen
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|