aboutsummaryrefslogtreecommitdiff
path: root/ftp/linux-curl
Commit message (Collapse)AuthorAgeFilesLines
* Set the expiration date for all ports which depend upon linux_base-fc4 toAlexander Leidinger2012-04-141-0/+2
| | | | | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam Notes: svn path=/head/; revision=294825
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;Boris Samorodov2009-06-021-2/+2
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235056
* Finish repocopies of new linux-f8 infrastructure ports:Boris Samorodov2009-04-011-0/+3
| | | | | | | | | . add CONFLICTS to 47 original ports; . bump PORTREVISIONs for all of them; . pet portlint for 2-3 ports (misplaced PORTREVISION). Notes: svn path=/head/; revision=231432
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove ONLY_FOR_ARCHSJose Alonso Cardenas Marquez2006-11-081-1/+0
| | | | | | | | Suggested by: kris Noticed by: alepulver Notes: svn path=/head/; revision=176762
* - New port: ftp/linux-curlJose Alonso Cardenas Marquez2006-08-042-0/+30
curl is a client to get documents/files from servers, using any of the 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. (Linux version) WWW: http://curl.haxx.se/ Approved by: garga (mentor) Notes: svn path=/head/; revision=169661