aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Curl
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buildDmitry Marakasov2016-06-061-0/+10
| | | | | | | | | CURL_DID_MEMORY_FUNC_TYPEDEFS define is not a constant, don't try to treat it like one Approved by: portmgr blanket Notes: svn path=/head/; revision=416456
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Strip shared librarySunpoet Po-Chuan Hsieh2015-08-171-1/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=394496
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 4.17Sunpoet Po-Chuan Hsieh2014-02-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Curl/Changes Notes: svn path=/head/; revision=345703
* - Update to 4.16Sunpoet Po-Chuan Hsieh2014-02-222-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Curl/Changes Notes: svn path=/head/; revision=345652
* - Fix TEST_DEPENDSSunpoet Po-Chuan Hsieh2013-10-031-2/+2
| | | | Notes: svn path=/head/; revision=329139
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-09-302-4/+4
| | | | | | | | - Add TEST_DEPENDS - Support STAGEDIR Notes: svn path=/head/; revision=328844
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Cleanup :install target which was previously done by bdrewery in r316958 [1]Sunpoet Po-Chuan Hsieh2013-07-132-10/+5
| | | | | | | | | | | | | - Update COMMENT - Remove no-op post-patch: - Take maintainership - Update pkg-descr - Add CPAN as primary WWW Pointyhat to: sunpoet (myself) [1] Notes: svn path=/head/; revision=322888
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDSBryan Drewery2013-04-301-6/+2
| | | | | | | | | | This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr Notes: svn path=/head/; revision=316958
* - Reassign to the heapGreg Larkin2012-02-271-1/+1
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* - Update to 4.15Philip M. Gollucci2012-02-122-4/+5
| | | | | | | | | PR: ports/161875 Submitted by: Oleg A. Mamontov <oleg@mamontov.net> Approved by: maintainer timeout (roam ; 11 days) Notes: svn path=/head/; revision=290963
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Update to p5-WWW-Curl-4.13, similar to the PR.Peter Pentchev2010-09-114-25/+5
| | | | | | | | | | | Remove the serial comma patch since the upstream author rejected it. Specify the port's MIT license. PR: 150269 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261000
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* Update to p5-WWW-Curl-4.11.Peter Pentchev2009-12-244-55/+12
| | | | Notes: svn path=/head/; revision=246537
* Update to p5-WWW-Curl-4.09 and expand the patch headers a bit.Peter Pentchev2009-09-104-6/+12
| | | | Notes: svn path=/head/; revision=241156
* Update to p5-WWW-Curl-4.08.Peter Pentchev2009-08-044-6/+33
| | | | Notes: svn path=/head/; revision=238873
* Update to WWW-Curl-4.07, refresh the patches and add descriptivePeter Pentchev2009-06-114-12/+16
| | | | | | | headers on the patch files. Notes: svn path=/head/; revision=235575
* Update to p5-WWW-Curl-4.06.Peter Pentchev2009-04-082-5/+4
| | | | Notes: svn path=/head/; revision=231866
* - Update to 4.0.5Nicola Vitale2009-02-077-98/+14
| | | | | | | | | | | - Remove files/patch-Curl.xs, files/patch-Easy.pm.in, files/patch-lib-WWW-Curl-Multi.pm PR: ports/125323 Submitted by: Wen Heping <wenheping at gmail dot com> Reviewed by: roam (maintainer timeout), pav (via email) Notes: svn path=/head/; revision=227758
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+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
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* 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
* Update to WWW-Curl 3.02, mostly based on the PR, but with somePeter Pentchev2006-07-139-64/+112
| | | | | | | | | | additional modifications. PR: 98560 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=167692
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Chase the curl library bumpKris Kennaway2004-06-071-1/+1
| | | | | | | Pointy hat to: roam Notes: svn path=/head/; revision=110997
* Work around the removal of the CURLOPT_PASSWDFUNCTION andPeter Pentchev2004-04-202-0/+62
| | | | | | | | | CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8. Reported by: dosirak via kris Notes: svn path=/head/; revision=107706
* Take over maintainership of two ports related to ftp/curl as aPeter Pentchev2004-04-141-1/+1
| | | | | | | | preparation for fixing some breakage resulting from curl-7.11.1 finally removing two options marked obsolete for over a year. Notes: svn path=/head/; revision=106996
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Add p5-WWW-Curl 2.0, perl binding interface for curl.Mathieu Arnold2003-09-024-0/+52
PR: 54831 Submitted by: Chris Larsen <darth@vader.dk> Notes: svn path=/head/; revision=88361