aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-curlftpfs
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Fix spelling.Jimmy Olgeni2010-08-291-1/+1
| | | | Notes: svn path=/head/; revision=260158
* Mark BROKEN on 9.x: does not buildErwin Lansing2010-04-181-1/+7
| | | | Notes: svn path=/head/; revision=252887
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - Add patch that's fix core dump, when an FTP server rejects aDennis Herrmann2010-01-082-1/+20
| | | | | | | | | | | file retrieval operation with permission denied. - bump PORTREVISION PR: ports/142454 Submitted by: Aragon Gouveia <aragon@phat.za.net> Notes: svn path=/head/; revision=247412
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.9.2Martin Wilke2009-01-092-7/+5
| | | | | | | | | | - Take maintainership PR: 130114 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=225615
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.9.1Andrew Pantyukhin2007-07-283-69/+5
| | | | | | | | | PR: ports/112346 Submitted by: mm Additional testing: Boris Lytochkin <lytboris@gmail.com> Notes: svn path=/head/; revision=196456
* - Update to 0.9Andrew Pantyukhin2006-12-153-5/+69
| | | | | | | | PR: ports/106638 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=179879
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=179653
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Add USE_GNOME=glib20Andrew Pantyukhin2006-05-261-0/+1
| | | | | | | | Reported by: pointyhat via kris Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=163462
* - Depend on curlAndrew Pantyukhin2006-05-251-1/+2
| | | | | | | | | PR: ports/97917 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=163381
* Adding sysutils/fusefs-curlftpfs:Andrew Pantyukhin2006-05-253-0/+47
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. CurlFtpFS differentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system WWW: http://curlftpfs.sourceforge.net/ Approved by: krion (mentor) Notes: svn path=/head/; revision=163363