aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-StackTrace
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 0.11Yen-Ming Lee2009-11-062-5/+6
| | | | Notes: svn path=/head/; revision=243910
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* - Update to 0.10Philip M. Gollucci2009-06-152-4/+4
| | | | | | | | | PR: ports/135121 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=235956
* Updated to 0.09Lars Balker Rasmussen2008-09-042-4/+4
| | | | Notes: svn path=/head/; revision=219821
* Update to 0.08Lars Balker Rasmussen2008-04-062-4/+4
| | | | Notes: svn path=/head/; revision=210674
* Update to 0.07Lars Balker Rasmussen2008-02-043-9/+12
| | | | Notes: svn path=/head/; revision=206720
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.06Lars Balker Rasmussen2006-07-252-4/+4
| | | | Notes: svn path=/head/; revision=168744
* Update to 0.05Lars Balker Rasmussen2006-07-142-4/+4
| | | | Notes: svn path=/head/; revision=167759
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+1
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* - Update to 0.04Sergey Matveychuk2006-03-282-4/+4
| | | | | | | | PR: ports/95001 Submitted by: maintainer Notes: svn path=/head/; revision=158344
* - Update to 0.03Sergey Matveychuk2006-03-262-4/+4
| | | | | | | | PR: ports/94958 Submitted by: maintainer Notes: svn path=/head/; revision=158187
* 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
* This plugin will enhance the standard Catalyst debug screen by includingErwin Lansing2006-01-114-0/+42
a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number. WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ PR: ports/91667 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=153271