aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-XForwardedFor
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-011-0/+1
| | | | Notes: svn path=/head/; revision=398353
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add LICENSESunpoet Po-Chuan Hsieh2014-08-013-7/+10
| | | | | | | | - Sort PLIST - Reformat pkg-descr Notes: svn path=/head/; revision=363737
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359884
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - stage supportAndrej Zverev2014-01-053-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* 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 the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Reviewed by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326021
* - Trim Makefile headerAndrej Zverev2013-05-251-13/+2
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178931 Submitted by: az Approved by: maintainer Notes: svn path=/head/; revision=319029
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | 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-8/+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
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2011-12-121-6/+4
| | | | | | | | | | | | | - Update PERL_LEVEL checks - Perl releases prior to 5.8.9 is not supported - Align version check to stable releases (which are lang/perl5.* in ports tree) Submitted by: sunpoet (myself) Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer, via IRC) Feature safe: yes Notes: svn path=/head/; revision=287237
* Plack::Middleware::XForwardedFor will look for X-Forwarded-For headerPhilip M. Gollucci2010-12-124-0/+49
in the incomming request and change REMOTE_ADDR to the real client IP. WWW: http://search.cpan.org/dist/Plack-Middleware-XForwardedFor/ PR: ports/153051 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=266148