./net/libfetch, Library to access HTTP/FTP server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 2.34, Package name: libfetch-2.34, Maintainer: joerg

libfetch provides a high-level interface for retreiving and uploading
files using Uniform Resource Locators (URLs).

The library implements:

* local file access (file://)
* FTP
* HTTP
* HTTPS (optional, using OpenSSL)

FTP and HTTP proxies can be used.



Package options: inet6, openssl

Version history: (Expand)


CVS history: (Expand)


   2012-10-10 08:46:16 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #3937 - requested by sbd
net/libfetch: build fix

Revisions pulled up:
- net/libfetch/Makefile                                         1.43

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Tue Oct  9 02:48:04 UTC 2012

   Modified Files:
   	pkgsrc/net/libfetch: Makefile

   Log message:
   libfetch-2.34:
     On Linux libfetch needs to be built with '-fPIC' so that it can be used
     to build shared libraries.  (Fixes databases/openldap-client build.)