summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-08Import p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.minskim4-0/+35
This module is a namespace placeholder for a future high level perl-oriented interface to libcurl. Currently, you need to use the direct libcurl 'easy' interface, by using the 'WWW::Curl::easy' module. The perl module WWW::Curl::easy provides an interface to the cURL library "libcurl". See http://curl.haxx.se/ for more information on cURL and libcurl.