aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template-JIT
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove unneeded dependencies which is in perl-5.8.9 dist from portsJun Kuriyama2010-01-161-1/+1
| | | | | | | | | | | maintained by (perl|ports|kuriyama)@FreeBSD.org. - Targets are: Test::Simple, Digest::MD5, Locale-Maketext, ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long, Encode, Digest, Pod::Parser, File::Spec. Notes: svn path=/head/; revision=247977
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Use the CPAN site macro.Mathieu Arnold2007-08-312-33/+1
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* Update to 0.05Mathieu Arnold2006-06-146-73/+6
| | | | | | | | PR: 98648 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=165396
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Add some patches :Mathieu Arnold2004-08-195-3/+73
| | | | | | | | | | | | + Fix 8bit symbols escaping. + Allow blessed hashrefs in loops. + Fix a portlint warning and make it not clutter perllocal.pod PR: 70656 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> Notes: svn path=/head/; revision=116698
* Fix a indent issueMathieu Arnold2004-05-071-2/+6
| | | | | | | | Submitted by: alex@kapranoff.ru Forgotten by: me Notes: svn path=/head/; revision=108622
* Add p5-HTML-Template-JIT 0.04, perl module to compile HTML TemplatesMathieu Arnold2004-05-075-0/+85
with Inline::C. PR: ports/66351 Submitted by: alex@kapranoff.ru Notes: svn path=/head/; revision=108608