wcurl: replaced by curl

This commit is contained in:
Herby Gillot
2026-03-15 07:30:32 -04:00
parent eab386f8ce
commit 759fc5f74c
+6 -42
View File
@@ -1,48 +1,12 @@
# -*- 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 github 1.0
github.setup curl wcurl 2025.11.09 v
revision 0
checksums rmd160 7b95572f0f471c0479fc03147130468d13956966 \
sha256 0eac1eea9d9ecb8e0c4629090660b08bdc6eafb6921f2f2075777aa2a68d2bdb \
size 12994
PortGroup obsolete 1.0
name wcurl
# Last standalone wcurl release before curl started shipping it directly.
version 2025.11.09
revision 1
categories net www
license Curl
maintainers {ryandesign @ryandesign} openmaintainer
platforms any
supported_archs noarch
description a simple wrapper around curl to easily download files
long_description ${name} is a simple curl wrapper which lets you use curl \
to download files without having to remember any \
parameters. Simply call wcurl with a list of URLs you want \
to download and wcurl will pick sane defaults.
homepage https://curl.se/wcurl/
github.tarball_from archive
depends_test port:shunit2
depends_run bin:curl:curl
use_configure no
build {}
test.env-append PATH=${worksrcpath}:$env(PATH)
test.run yes
test.dir ${worksrcpath}/tests
test.cmd ./tests.sh
test.target
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
xinstall -m 0444 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -W ${worksrcpath} -m 0644 LICENSE README.md ${destroot}${docdir}
}
replaced_by curl