You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.2 KiB
Tcl
40 lines
1.2 KiB
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 makefile 1.0
|
|
|
|
name ytree
|
|
version 2.12
|
|
revision 0
|
|
|
|
description Ytree - a (curses-based) file manager similar to DOS \
|
|
Xtree\(tm\)
|
|
|
|
long_description {*}${description}, for browsing filesystems and archives \
|
|
\(RAR/SPM/RPM/TAR/ARC/LHA/ZIP/ZOO\).
|
|
|
|
set website https://www.han.de/~werner
|
|
homepage ${website}/ytree.html
|
|
master_sites ${website}/
|
|
|
|
categories sysutils
|
|
installs_libs no
|
|
license GPL-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
checksums rmd160 e888ac43466b418b934e9328b257db6152f887b3 \
|
|
sha256 2366d2d5fc1f644460323863e5be9974584bc9b2d66d7247165a8ff1a0991114 \
|
|
size 125039
|
|
|
|
patchfiles patch-Makefile.diff \
|
|
patch-Makefile-ltinfo.diff
|
|
|
|
build.target ${name}
|
|
|
|
depends_lib-append port:ncurses \
|
|
port:readline
|
|
|
|
livecheck.type regex
|
|
livecheck.regex ytree-(\[0-9.\]+)${extract.suffix}
|