aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl
Commit message (Collapse)AuthorAgeFilesLines
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build on FreeBSD 10beat2011-10-291-0/+1
| | | | Approved by: portmgr (miwi)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+1
|
* - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-141-1/+2
|
* Update cURL to 7.21.3 and fix its librtmp detection. In the process:roam2010-12-207-30/+118
| | | | | | | | - disable the -Werror build option by popular demand - do not override the user's debug and optimization settings PR: 150854 (the debug and optimization CFLAGS) Reported by: Anonymous <swell.k@gmail.com>
* Update to curl-7.21.1; in the process:roam2010-09-139-122/+51
| | | | | | | | | - add a knob for the compiler's -Werror checking, on by default - add a knob for RTMP streams support - reflect reality: actually disable the diagnostic memory tracking if the user has turned the knob off! - fix a bashism in the configure script - remove two patches to the test framework that were integrated upstream
* - Make run dependency on security/ca_root_nss optionalpgj2010-08-251-4/+11
| | | | | | PR: ports/149368 Submitted by: pgj Approved by: roam (maintainer timeout)
* Update to curl-7.20.1 and specify the MIT license.roam2010-06-117-16/+18
|
* Update to curl-7.20.0.roam2010-04-039-51/+21
|
* Now that c-ares-1.7.0 is in the tree, cURL can, at long last,roam2010-03-221-4/+0
| | | | use c-ares for asynchronous DNS lookups while supporting IPv6!
* Fix the build of dependent ports by including <sys/select.h> onroam2009-12-182-0/+31
| | | | | | | | | earlier FreeBSD versions. I've modified the PR patch slightly to make it a bit more portable so it was suitable for forwarding upstream :) Bump PORTREVISION. PR: 141459 Submitted by: garga
* Remove a minor patch to the testing subsystem resulting in a brain lapseroam2009-11-191-16/+0
| | | | | | | on my part. It's just not needed, the code flows otherwise here, as kindly pointed out by Daniel Stenberg, the cURL upstream author. No PORTREVISION bump - no change to the binary package, no change even to the standard build, the tests must be invoked explicitly.
* Update to curl-7.19.7.roam2009-11-1310-18/+40
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+0
| | | | starting with E,F
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1
|
* Update the cURL port to 7.19.6.roam2009-08-159-77/+22
|
* Well, yeah, leave it to me to test an update and all dependent ports,roam2009-06-151-1/+2
| | | | | | | | | notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself)
* Update to curl-7.19.5.roam2009-05-199-31/+68
|
* - Mark MAKE_JOBS_SAFEpav2009-05-151-0/+1
| | | | | | PR: ports/133003 Submitted by: mm Approved by: maintainer timeout (roam; 1 month)
* Update to curl-7.19.4, which fixes a redirection vulnerability.roam2009-03-0714-182/+101
| | | | | | | | | | | The changes in the patch files are almost the same as in Eugene's PR, although I arrived at them mostly independently :) Reformat all patch files now that I use quilt to manage them. Fix two complaints from portlint: needless use of CFLAGS and differentiation between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene! PR: 132358 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Apply a band-aid to fix the build without proxy support.roam2009-01-262-0/+54
| | | | Note that some of the tests shall fail for the present.
* At long last, update the curl port to its almost-current version, 7.19.2.roam2009-01-2322-1463/+91
| | | | | | | | Yes, there's been a new 7.19.3 version for a couple of days now, but I figure you folks have been waiting for me much too much as it is :( Apologies all around! Prompted by: several PR's and more people (and portmgrs) than I dare admit
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Argh. The cURL build requires Perl.roam2008-04-241-0/+1
| | | | | | PR: 123050 Reported by: Chess Griffin <chess@chessgriffin.com> Pointy hat to: roam (myself)
* Update to curl-7.18.0.roam2008-04-2320-719/+1724
|
* - Chase security/gnutls shlib version bumpnovel2008-03-031-0/+1
| | | | - Add an entry to UPDATING
* Update to curl-7.16.3.roam2007-08-277-91/+685
| | | | | | | | Fix the (still present in 7.16.3) libssh2 problems, at least so that cURL works with the libssh2 0.17 in our ports tree. PR: 114215 (the basic update) Submitted by: pesho.petrov@gmail.com
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Actually, at least this version of cURL sometimes breaks with the newroam2007-07-111-0/+1
| | | | | | libssh2, and fails to connect. Mark the libssh2 usage as broken until I figure out what is the matter. And yep, David Thiel did inform me in advance about his plans to update libssh2, and I did not check then.
* - Chase libssh2 updatepav2007-07-111-1/+1
| | | | | | PR: ports/114474 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Pointy hat to: lx
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-0/+1
| | | | bump PORTREVISIONs.
* Update to curl 7.16.1, loosely based on the PR. Also:roam2007-03-094-14/+31
| | | | | | | | | - add a LIBSSH2 option for SCP and SFTP support using security/libssh2; - add a patch from the cURL CVS repository to fix an expired cookie in test 62. PR: 109670 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* - Chase security/gnutls updatenovel2007-01-021-0/+1
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* Update the ftp/curl port to 7.16.0.roam2006-12-134-12/+14
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* If c-ares support is requested, properly depend on the shared c-aresroam2006-11-081-1/+2
| | | | | | | library now that dns/c-ares installs it. This should, among other things, fix the build of libcurl on amd64. Reported by: girgen
* Update to cURL 7.15.5 and integrate Scot Hetzel's patch forroam2006-09-184-33/+23
| | | | | | | | | | really making OpenSSL support optional. Now OpenSSL and GnuTLS are on level ground, both controlled by the OPTIONS setting. Fortunately, it turned out that the curl_multi_socket() API change does not affect any of the ports that use ftp/curl. PR: 102871, 103126 Submitted by: pav, vd, Scot Hetzel <swhetzel@gmail.com>
* Add an explicit knob for c-ares support now that we have Daniel's versionroam2006-07-141-1/+20
| | | | | | | | | of the ares library in the ports tree. The knob defaults to "off" since it conflicts with curl's IPv6 support - which is now also configurable via its own knob. PORTREVISION not bumped since there is no change in the default package build - if enough people consider asynchronous DNS resolving to be good, it could become the default, but for the present it is not.
* Update to 7.15.4, mostly by Vasil Dimov's PR.roam2006-07-134-19/+59
| | | | | | | In addition, OPTIONS'ify everything but OpenSSL support. PR: 99050 Submitted by: vd
* Remove USE_REINPLACE from all categories starting with Fedwin2006-05-071-1/+0
|
* Update from 7.15.1 to 7.15.3vd2006-03-204-16/+5
| | | | | | | PR: ports/94727 Submitted by: vd Approved by: secteam (simon) Security: http://curl.haxx.se/docs/adv_20060320.html
* Chase gnutls update.novel2006-01-101-0/+1
|
* Update to 7.15.1 [1]mnag2005-12-093-25/+27
| | | | | | | | | | Reorganize Makefile PR: 90079 [1] Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (security 1 day, simon with secteam hat) Security: http://curl.haxx.se/docs/adv_20051207.html http://secunia.com/advisories/17907/
* Move IDN related ports from devel to dns category:pav2005-11-131-1/+1
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* Update to 7.15.0, which contains a security fix, among other changes.roam2005-10-153-4/+4
| | | | | | PR: 87393 Submitted by: Vasil Dimov <vd@datamax.bg> Security: http://curl.haxx.se/docs/security.html#BID15102
* Update to 7.14.1.roam2005-09-064-12/+16
|
* - Update to 7.14.0pav2005-06-064-8/+24
| | | | | | | | - Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS PR: ports/81195 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (18 days)
* Fix plist.krion2005-03-152-5/+8
| | | | | Portlint(1). Bump PORTREVISION.
* Update to curl 7.13.1, which also takes care of the recent securityroam2005-03-126-64/+27
| | | | issue.
* Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.roam2004-12-221-4/+13
| | | | | | | Add debugging support via the WITH_CURL_DEBUG knob. Properly use LC_ALL=C instead of LANG=C to run the test suite (thanks Fujishima-san!)
* Repeat after me: testing the build on lots of machines is not an excuseroam2004-12-212-0/+3
| | | | for not checking for packing list changes...
* Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).roam2004-12-216-12/+71
| | | | | | | Explicitly disable libidn support so that it is not even probed if libidn is installed; I will look into enabling it after some more testing. Testing paid off on: ref4 (lib/select.c), sledge (lib/sendf.c)
* Update to 7.12.1, which is mainly an important bugfix release, but alsoroam2004-08-103-7/+15
| | | | contains some new functionality.
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-045-38/+36
| | | | dependent ports.
* Update to curl 7.11.1.roam2004-04-094-15/+14
|
* Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.roam2004-03-272-2/+5
| | | | | | | Bump PORTREVISION. PR: 64667 Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Update curl to 7.11.0.roam2004-02-062-2/+3
|
* Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.roam2003-12-136-212/+214
| | | | | PR: 60105 Submitted by: ijliao
* Mark BROKEN on 64-bit arches (1).roam2003-09-101-2/+7
| | | | | | | De-quote the COMMENT variable. Fix a typo in a comment. Reported by: naddy (1)
* Update to curl-7.10.7; the added patch is needed to actually getroam2003-09-026-26/+41
| | | | the test suite going :)
* Use bsd.port.mk's OpenSSL support.roam2003-09-011-1/+3
| | | | Submitted by: dinoex
* Fix LP64 bugs and bump PORTREVISION. This still detects the boguskris2003-06-165-0/+50
| | | | | gethostbyaddr_r() "implementation" in libc, which may be causing problems in certain cases.
* Update to curl-7.10.5.roam2003-06-062-2/+2
| | | | Submitted by: Phillip Oleson <poleson@verio.net>
* Update to 7.10.4.roam2003-04-253-9/+3
| | | | | PR: 51315 Submitted by: Jason Harris <jharris@widomaker.com>
* - Use bsd.openssl.mkdinoex2003-04-161-1/+1
| | | | | (No response from maintainer after 2003-04-09) PR: 48978
* Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSLroam2003-03-051-6/+8
| | | | | | | | to prevent conflicts between the base system and port OpenSSL libraries. Bump PORTREVISION. Reported by: Stephen Cravey <clists@www.gotbrains.org> Submitted by: Scot Hetzel <hetzels@westbend.net>
* Remove pkg-comment files in my ports.roam2003-02-202-1/+1
|
* Add a .netrc handling patch from the cURL CVS repository.roam2003-01-222-0/+7
| | | | Reported by: David Thiel <lx@redundancy.redundancy.org>
* Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.roam2003-01-171-1/+2
| | | | Submitted by: ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
* Update to curl-7.10.3. There is a minor problem with the lib503 androam2003-01-152-2/+2
| | | | | | | | lib504 tests on some FreeBSD versions, but the major bulk of the functionality is there, and it is still an improvement over 7.10.2 :) Not functionally tested on: ia64; there is no spoon.. er.. perl5 on pluto1.FreeBSD.org for the present.
* Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.roam2003-01-034-3/+182
| | | | Add PORTDOCS handling.
* Update to 7.9.8.roam2002-07-026-84/+2
| | | | | | | | | | For some reason, this segfaults badly on sparc64, or at least on the only sparc64 machine that I have access to (thanks mike!). I'll deal with this later; for the present, let the x86 and Alpha users benefit from the new cURL features and bugfixes :) PR: 39873 Submitted by: Ying-Chih Kuo <yckuo@yckuo.org>
* Fix a segfault in an IPv4-only case - realloc() may really, well,roam2002-06-253-1/+47
| | | | | | | | | | | | "reallocate" memory even when the programmer only asks for a resizing of the region. Reported by: Steve Ames <steve@energistic.com> While I'm here, change the way SSL header and library paths are handled to avoid specifically referencing /usr/lib and /usr/include; while -STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit -I/usr/include (and rightly so, IMHO).
* Bump PORTREVISION for bugfixes just committed.kris2002-06-071-0/+1
|
* Correct some non-exploitable format string errors and an extraneouskris2002-06-072-0/+38
| | | | format string argument.
* Update to curl-7.9.7.roam2002-05-223-2/+12
|
* Update to 7.9.6.roam2002-04-163-9/+7
|
* Now that the pkg_install tools know how to handle symlinks,roam2002-02-222-1/+2
| | | | | | | | | | unbreak the cURL package - include libcurl.so in the packing list so that pkg_add(1) makes it visible to other packages. Bump PORTREVISION for this (definitely package-related) change. PR: ports/34491 Submitted by: Tom Payne <twp20@cam.ac.uk>
* Update to 7.9.2.roam2001-12-152-4/+8
| | | | | | | | | Add a vendor patch (from the cURL CVS repository) to make it compile. Remove the GNU make dependency. PR: 32815 Submitted by: Joseph Scott <joseph@randomnetworks.com> and naddy Apologies to: Joseph Scott and Christian Weisberger <naddy@FreeBSD.org>
* Update to 7.9.1, add a 'test' target to run the curl suite tests.roam2001-11-052-13/+6
| | | | | | Note: some of those seem to intermitently fail on my system, no idea why. Nuke the commented-out USE_AUTOMAKE and a no-longer-needed post-configure substitution in some Makefiles.
* Update to 7.9.roam2001-10-052-5/+5
| | | | Submitted by: kris
* Update to 7.8.1, which should, among other changes, fix the POSTroam2001-09-012-5/+8
| | | | | | | | bug in cURL/PHP interaction. Build with SSL by default, change the knob name to WITHOUT_SSL. Submitted by: sf
* Add the ipv6 category.roam2001-07-191-1/+1
| | | | Submitted by: sf
* Update to 7.8, which is needed by www/mod_php4 now.roam2001-06-262-3/+6
| | | | | | | | | Disable use of automake - the configuration framework was updated for use with autoconf and automake newer than the ones in the Ports collection, and breaks with those. Besides, the pregenerated configure script in the distribution Does The Right Thing(tm) anyway. Reviewed by: dirk, knu
* Update to 7.7.3, with fingers crossed hoping the minor API change doesroam2001-06-082-3/+3
| | | | | | | | | not break dependent ports. PR: 27900 Submitted by: Jos Backus <josb@cncdsl.com> Reviewed by: knu (maintainer of ftp/ruby-curl) Silence by: dirk (maintainer of www/mod_php4)
* Update the WWW line; curl has been at curl.haxx.se for quite some time now;roam2001-05-091-1/+1
| | | | | | I've even changed the MASTER_SITE in the Makefile, just not here.. oops. Submitted by: Daniel Stenberg <daniel@haxx.se>
* Update to 7.7.2roam2001-04-253-3/+7
| | | | Submitted by: olgeni
* Remove two dead sites that the distfile checking scripts complained aboutroam2001-04-091-2/+0
|
* Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6roam2001-04-062-3/+4
| | | | | | interplay. Submitted by: olgeni
* Update to 7.6.1. Besides a couple of bugfixes (most notably toroam2001-02-232-2/+2
| | | | | | the HTTP PUT resume), this version has a couple of new features, too - including IPv6 support, submitted by Jun-ichiro "itojun" Hagino. (Yes, this is itojun@FreeBSD.org :)
* Update to 7.6 and format the MAN3 list better.roam2001-01-312-3/+8
|
* Update to 7.5.2.roam2001-01-052-2/+2
|
* Update to 7.5.1 - a bugfix release mainly for a -o outfname parsing bug,roam2000-12-122-2/+2
| | | | | where bad things would happen if the output filename was longer than the fetched URL.
* Update to version 7.5.roam2000-12-052-3/+3
|
* Take over maintainershiproam2000-11-251-1/+1
| | | | Approved by: kris (former maintainer)
* Upgrade to curl 7.4.2kris2000-11-194-36/+2
|
* Update to curl 7.4.1. Adds Kerberos support.kris2000-10-304-6/+45
| | | | Submitted by: Peter Pentchev <roam@orbitel.bg>
* Oops, I forgot to commit this patch to make WITH_SSL compile again.kris2000-09-241-3/+1
|
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-9/+2
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Upgrade to curl 7.2.1kris2000-09-043-2/+20
| | | | Submitted by: Peter Pentchev <roam@orbitel.bg>
* Add a manpage to MAN1kris2000-06-031-0/+2
| | | | Submitted by: bento
* whitespace nitsmharo2000-04-221-3/+3
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* PORTNAME/PORTVERSION stuffmharo2000-04-121-2/+3
|
* Update WWWkris2000-04-041-1/+1
| | | | Submitted by: author
* Update to curl 6.5.2kris2000-03-262-4/+6
|
* Upgrade to curl 6.3, USE_OPENSSL and actually make USE_SSL compile in SSLkris2000-02-072-9/+14
| | | | | | | support. PR: ports/14280 Assisted by: Jim Bloom <bloom@acm.org>
* Change dependencies from static to shared openssl libraries,dirk1999-11-081-2/+2
| | | | because openssl also builds shared libraries, now.
* Upgrade to curl 6.1kris1999-10-272-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change "net" -> "ftp".asami1999-08-021-2/+2
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* include ${PREFIX}/include/openssl due to openssl upgrade.dirk1999-06-021-2/+3
|
* Upgrade to v5.9kris1999-05-272-5/+5
| | | | PR: 11837
* Update to 5.8flathill1999-05-062-4/+4
| | | | | PR: ports/11527 Submitted by: cpiazza@home.net
* WWW: This is definately the daemon's work. In Chuck we trust.mharo1999-05-031-1/+1
|
* Update curl from 5.5 to 5.5.1 and remove ftp.all.de - seems to be gonemharo1999-04-162-4/+3
| | | | | PR: 11160 Submitted by: Chris Piazza cpiazza@home.net
* Remove the last remaining dependency to SSLeay. Use openssl instead.dirk1999-03-301-3/+4
| | | | OK'ed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (maintainer)
* There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.obrien1999-02-111-2/+2
|
* curl is a client to get documents/files from servers, using any of thebillf1999-02-095-0/+49
supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, file transfer resume and more. PR: ports/9079 Submitted By: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Kris Kennaway <kkenn@rebel.net.au> This port replaces ports/www/urlget