# -*- 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 20120601-3.0 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 75fe677f345a2b2ff384ca8dd61cc630cc1a2404 \ sha256 51f0f4b4a97b7ebab26e7b5c2564c47628cdb3042fd8ba8d0605c719d2541918 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}"