aboutsummaryrefslogtreecommitdiff
path: root/ftp/linux-f10-curl
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-3/+0
| | | | Notes: svn path=/head/; revision=271305
* Add a more reliable mirrors for fc4 and f10 linux emulation ports.Emanuel Haupt2011-03-031-0/+1
| | | | | | | | Triggered by: distilator Reviewed by: netchild (emulation) Notes: svn path=/head/; revision=270181
* - Update rpms to 7.19.6-2.fc10Juergen Lock2010-09-132-10/+11
| | | | | | | | PR: ports/150133 Submitted by: Marin ROCHE <krnkktz@gmail.com> Notes: svn path=/head/; revision=261080
* Update to version 7.19.4-6.fc10.Boris Samorodov2009-11-152-12/+11
| | | | | | | | PR: ports/140573 Submitted by: Glen Barber <glen.j.barber at gmail.com> Notes: svn path=/head/; revision=244300
* . LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;Boris Samorodov2009-08-081-1/+2
| | | | | | | | | | . bump PORTREVISIONs. PR: ports/135341 Submitted by: amdmi3 Notes: svn path=/head/; revision=239160
* Update to version 7.19.4-6.fc10.Boris Samorodov2009-08-082-11/+11
| | | | | | | | PR: ports/137554 (based on) Submitted by: codebloc Notes: svn path=/head/; revision=239154
* - Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldapJuergen Lock2009-07-031-1/+2
| | | | | | | | | | infrastructure ports to Mk/bsd.linux-apps.mk and add missing dependecies on these to the ftp/linux-f10-curl port. (They are needed for www/linux-f10-flashplugin10 to be committed next.) - Bump ftp/linux-f10-curl PORTREVISION Notes: svn path=/head/; revision=237062
* Update to libcurl-7.19.4-5.fc10.Boris Samorodov2009-06-152-12/+14
| | | | | | | | PR: ports/135342 Submitted by: amdmi Notes: svn path=/head/; revision=235961
* Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-012-15/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. Notes: svn path=/head/; revision=234983
* Here are new Linux Fedora 8 infrastructure ports.Boris Samorodov2009-04-012-16/+23
| | | | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) Notes: svn path=/head/; revision=231438
* - 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