# -*- 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 # $Id$ PortSystem 1.0 PortGroup muniversal 1.0 name libedit epoch 20090923 version 20140620-3.1 categories devel platforms darwin license BSD maintainers mcalhoun openmaintainer description command line editing and history library long_description libedit is a command line editing and history library. \ It is designed to be used by interactive programs that \ allow the user to type commands at a terminal prompt. homepage http://www.thrysoee.dk/editline/ master_sites ${homepage} checksums rmd160 20c51220d0b856c2aa4a15db53e5874676689746 \ sha256 a22b9b2a8cf4aec9ff51a57e8c848b69640d0195282159d245d8137a19bfcaf2 depends_lib port:ncurses patchfiles patch-Makefile.in.diff configure.args --enable-widec livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+-\\d+(?:\\.\\d+)*)${extract.suffix}"