You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1003 B
Tcl
26 lines
1003 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup hanslub42 rlwrap 0.48 v
|
|
revision 0
|
|
github.tarball_from releases
|
|
categories sysutils
|
|
license GPL-2+
|
|
maintainers {@kakuhen} openmaintainer
|
|
|
|
description rlwrap is a readline wrapper.
|
|
|
|
long_description rlwrap is a wrapper that enables any other command to \
|
|
support editing of keyboard input using the GNU \
|
|
readline library.
|
|
|
|
checksums rmd160 bea4903d1b838542e4d4fdf2d61666557c00ad11 \
|
|
sha256 cdf69074a216a8284574dddd145dd046c904ad5330a616e0eed53c9043f2ecbc \
|
|
size 353592
|
|
|
|
depends_lib port:libptytty \
|
|
port:ncurses \
|
|
port:readline
|