Files

35 lines
1021 B
Plaintext
Raw Permalink Normal View History

2004-09-21 19:59:16 +00:00
PortSystem 1.0
2009-09-18 02:21:58 +00:00
name waitfor
version 0.5
categories sysutils
2023-12-24 01:03:44 +11:00
platforms any
supported_archs noarch
2018-10-11 06:12:23 -05:00
maintainers nomaintainer
2009-09-18 02:21:58 +00:00
description waits until a url is available, a port is being listened to, etc.
long_description \
utility that will wait until a url is available, until a \
port is being listened to, until an amount of time has passed \
or until a shell command succeeds.
2023-12-24 01:03:44 +11:00
license GPL-2+
2004-09-21 19:59:16 +00:00
2009-09-18 02:21:58 +00:00
homepage http://www.hennessynet.com/waitfor/
master_sites ${homepage}
checksums md5 9c8759e26e8f5cb2345443a6523dfca3
2004-09-21 19:59:16 +00:00
2019-01-03 15:12:12 -08:00
depends_run bin:python:python27
2004-09-21 19:59:16 +00:00
2009-09-18 02:21:58 +00:00
use_configure no
2004-09-21 19:59:16 +00:00
2009-09-18 02:21:58 +00:00
build {}
2004-09-21 19:59:16 +00:00
destroot {
2009-09-18 02:21:58 +00:00
xinstall -m 755 ${worksrcpath}/waitfor ${destroot}${prefix}/bin
xinstall -m 644 ${worksrcpath}/waitfor.1 ${destroot}${prefix}/share/man/man1
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README waitfor.xml \
${destroot}${prefix}/share/doc/${name}
2004-09-21 19:59:16 +00:00
}
2009-09-14 06:38:32 +00:00
livecheck.type none