Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change dependencies from static to shared openssl libraries, | Dirk Froemberg | 1999-11-07 | 1 | -2/+2 |
| | | | | because openssl also builds shared libraries, now. | ||||
* | Upgrade to curl 6.1 | Kris Kennaway | 1999-10-26 | 2 | -3/+3 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Change "net" -> "ftp". | Satoshi Asami | 1999-08-02 | 1 | -2/+2 |
| | |||||
* | Commit #3/4 to enforce caps, no period. | Tim Vanderhoek | 1999-06-26 | 1 | -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. | Dirk Froemberg | 1999-06-02 | 1 | -2/+3 |
| | |||||
* | Upgrade to v5.9 | Kris Kennaway | 1999-05-27 | 2 | -5/+5 |
| | | | | PR: 11837 | ||||
* | Update to 5.8 | Seiichirou Hiraoka | 1999-05-06 | 2 | -4/+4 |
| | | | | | PR: ports/11527 Submitted by: cpiazza@home.net | ||||
* | WWW: This is definately the daemon's work. In Chuck we trust. | Michael Haro | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Update curl from 5.5 to 5.5.1 and remove ftp.all.de - seems to be gone | Michael Haro | 1999-04-16 | 2 | -4/+3 |
| | | | | | PR: 11160 Submitted by: Chris Piazza cpiazza@home.net | ||||
* | Remove the last remaining dependency to SSLeay. Use openssl instead. | Dirk Froemberg | 1999-03-30 | 1 | -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. | David E. O'Brien | 1999-02-11 | 1 | -2/+2 |
| | |||||
* | curl is a client to get documents/files from servers, using any of the | Bill Fumerola | 1999-02-09 | 5 | -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 |