mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Update dependencies due to library name change. See https://trac.macports.org/ticket/57871
53 lines
1.7 KiB
Tcl
53 lines
1.7 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
|
|
|
|
name zssh
|
|
version 1.5c
|
|
revision 6
|
|
categories comms security
|
|
license GPL-2
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description interactive file transfer wrapper for ssh
|
|
long_description zssh (Zmodem SSH) is a program for interactively \
|
|
transferring files to a remote machine while using \
|
|
SSH. It acts as an alternative to scp.
|
|
|
|
master_sites sourceforge:project/zssh/zssh/1.5/
|
|
homepage http://zssh.sourceforge.net/
|
|
|
|
extract.suffix .tgz
|
|
|
|
checksums rmd160 87f3c69d6497a90fc89bc423de932915ee667efa \
|
|
sha256 a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b \
|
|
size 344964
|
|
|
|
depends_lib port:readline
|
|
depends_run port:lrzsz
|
|
|
|
patchfiles patch-completion.c.diff \
|
|
patch-zmodem.c.diff \
|
|
patch-Makefile.in.diff
|
|
|
|
configure.args --mandir=${destroot}${prefix}/share/man
|
|
|
|
destroot.destdir prefix=${destroot}${prefix}
|
|
|
|
post-destroot {
|
|
set docdir ${destroot}${prefix}/share/doc/${name}-${version}
|
|
xinstall -d ${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} \
|
|
CHANGES \
|
|
COPYING \
|
|
FAQ \
|
|
README \
|
|
TODO \
|
|
${docdir}
|
|
}
|
|
|
|
livecheck.type regex
|
|
livecheck.url http://sourceforge.net/projects/${name}/files/
|
|
livecheck.regex /${name}-(\[0-9a-z.\]+)\\${extract.suffix}
|