summaryrefslogtreecommitdiff
path: root/ftp/curl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change dependencies from static to shared openssl libraries,Dirk Froemberg1999-11-071-2/+2
| | | | | | | because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
* Upgrade to curl 6.1Kris Kennaway1999-10-262-3/+3
| | | | Notes: svn path=/head/; revision=22657
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* include ${PREFIX}/include/openssl due to openssl upgrade.Dirk Froemberg1999-06-021-2/+3
| | | | Notes: svn path=/head/; revision=19176
* Upgrade to v5.9Kris Kennaway1999-05-272-5/+5
| | | | | | | PR: 11837 Notes: svn path=/head/; revision=19021
* Update to 5.8Seiichirou Hiraoka1999-05-062-4/+4
| | | | | | | | PR: ports/11527 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18558
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Update curl from 5.5 to 5.5.1 and remove ftp.all.de - seems to be goneMichael Haro1999-04-162-4/+3
| | | | | | | | PR: 11160 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=17898
* Remove the last remaining dependency to SSLeay. Use openssl instead.Dirk Froemberg1999-03-301-3/+4
| | | | | | | OK'ed by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> (maintainer) Notes: svn path=/head/; revision=17449
* There is no need for "USE_AUTOCONF" when "GNU_CONFIGURE" will work just fine.David E. O'Brien1999-02-111-2/+2
| | | | Notes: svn path=/head/; revision=16615
* curl is a client to get documents/files from servers, using any of theBill Fumerola1999-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 Notes: svn path=/head/; revision=16569