aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Message
Commit message (Collapse)AuthorAgeFilesLines
* support STAGEDIR.Vanilla I. Shu2013-11-072-12/+10
| | | | Notes: svn path=/head/; revision=333099
* 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 frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add a patch to fix the parsing of HTTP messages in case they containFrederic Culot2013-04-092-1/+15
| | | | | | | | | | | X-Meta field names Submitted by: Cyril Nguyen Huu <cyril@ci0.org> (via private email) Obtained from: OpenBSD Approved by: portmgr (bapt) Notes: svn path=/head/; revision=315769
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-13/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309085
* - Add missing dependency on IO::HTML [1]Frederic Culot2012-11-272-2/+4
| | | | | | | | | | | | | - Use dirrmtry for HTTP/Request and HTTP/Headers directories (common to other modules such as p5-HTTP-Request-AsCGI or p5-HTTP-Headers-Fast) - Bump PORTREVISION for dependency change PR: ports/173460 [1] Submitted by: Tomokazu HARADA <tharada@oucrc.org> Feature safe: yes Notes: svn path=/head/; revision=307832
* - Update to 6.06Emanuel Haupt2012-11-032-9/+4
| | | | | | | | | - Trim header Feature safe: yes Notes: svn path=/head/; revision=306907
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+13
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-13/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Fix *_DEPENDSSunpoet Po-Chuan Hsieh2012-02-191-5/+16
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=291805
* - Update to 6.03Sunpoet Po-Chuan Hsieh2012-02-172-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Message/Changes Notes: svn path=/head/; revision=291612
* - Add CONFLICTS with www/p5-libwww-5*Frederic Culot2011-04-191-0/+2
| | | | Notes: svn path=/head/; revision=272926
* HTTP::Message contains classes useful for representing the messagesFrederic Culot2011-04-154-0/+60
passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them. WWW: http://search.cpan.org/dist/HTTP-Message/ This new port is needed to update www/p5-libwww. Notes: svn path=/head/; revision=272752