Date: Sat, 19 Jan 2013 02:28:37 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310629 - in head/textproc: . p5-Text-MicroMason Message-ID: <201301190228.r0J2Sb13040021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat Jan 19 02:28:36 2013 New Revision: 310629 URL: http://svnweb.freebsd.org/changeset/ports/310629 Log: Text::MicroMason interpolates blocks of Perl code embedded into text strings. Each MicroMason object acts as a "template compiler," which converts templates from text-with-embedded-code formats into ready-to-execute Perl subroutines. WWW: http://search.cpan.org/dist/Text-MicroMason/ Added: head/textproc/p5-Text-MicroMason/ head/textproc/p5-Text-MicroMason/Makefile (contents, props changed) head/textproc/p5-Text-MicroMason/distinfo (contents, props changed) head/textproc/p5-Text-MicroMason/pkg-descr (contents, props changed) head/textproc/p5-Text-MicroMason/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Jan 19 02:09:51 2013 (r310628) +++ head/textproc/Makefile Sat Jan 19 02:28:36 2013 (r310629) @@ -815,6 +815,7 @@ SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone + SUBDIR += p5-Text-MicroMason SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP Added: head/textproc/p5-Text-MicroMason/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-MicroMason/Makefile Sat Jan 19 02:28:36 2013 (r310629) @@ -0,0 +1,53 @@ +# $FreeBSD$ + +PORTNAME= Text-MicroMason +PORTVERSION= 2.13 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for simple and extensible templating + +RUN_DEPENDS= \ + p5-Class-MixinFactory>=0.9:${PORTSDIR}/devel/p5-Class-MixinFactory +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Text::MicroMason.3 \ + Text::MicroMason::AllowGlobals.3 \ + Text::MicroMason::ApacheHandler.3 \ + Text::MicroMason::Base.3 \ + Text::MicroMason::Cache::File.3 \ + Text::MicroMason::Cache::Null.3 \ + Text::MicroMason::Cache::Simple.3 \ + Text::MicroMason::CatchErrors.3 \ + Text::MicroMason::CompileCache.3 \ + Text::MicroMason::Debug.3 \ + Text::MicroMason::Docs::Changes.3 \ + Text::MicroMason::Docs::ReadMe.3 \ + Text::MicroMason::Docs::Related.3 \ + Text::MicroMason::Docs::ToDo.3 \ + Text::MicroMason::DoubleQuote.3 \ + Text::MicroMason::Embperl.3 \ + Text::MicroMason::ExecuteCache.3 \ + Text::MicroMason::Filters.3 \ + Text::MicroMason::Functions.3 \ + Text::MicroMason::HTMLMason.3 \ + Text::MicroMason::HTMLTemplate.3 \ + Text::MicroMason::HasParams.3 \ + Text::MicroMason::LineNumbers.3 \ + Text::MicroMason::PLP.3 \ + Text::MicroMason::PassVariables.3 \ + Text::MicroMason::PostProcess.3 \ + Text::MicroMason::QuickTemplate.3 \ + Text::MicroMason::Safe.3 \ + Text::MicroMason::ServerPages.3 \ + Text::MicroMason::Sprintf.3 \ + Text::MicroMason::StoreOne.3 \ + Text::MicroMason::TemplateDir.3 \ + Text::MicroMason::TemplatePath.3 \ + Text::MicroMason::TextTemplate.3 + +.include <bsd.port.mk> Added: head/textproc/p5-Text-MicroMason/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-MicroMason/distinfo Sat Jan 19 02:28:36 2013 (r310629) @@ -0,0 +1,2 @@ +SHA256 (Text-MicroMason-2.13.tar.gz) = 396f1d19872f3cc76eeded35bd0e659ffaa26eb9e0ccb785acb3933a6b87e832 +SIZE (Text-MicroMason-2.13.tar.gz) = 69856 Added: head/textproc/p5-Text-MicroMason/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-MicroMason/pkg-descr Sat Jan 19 02:28:36 2013 (r310629) @@ -0,0 +1,8 @@ +Text::MicroMason interpolates blocks of Perl code embedded into text +strings. + +Each MicroMason object acts as a "template compiler," which converts +templates from text-with-embedded-code formats into ready-to-execute +Perl subroutines. + +WWW: http://search.cpan.org/dist/Text-MicroMason/ Added: head/textproc/p5-Text-MicroMason/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-MicroMason/pkg-plist Sat Jan 19 02:28:36 2013 (r310629) @@ -0,0 +1,42 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroMason/.packlist +%%SITE_PERL%%/Text/MicroMason.pm +%%SITE_PERL%%/Text/MicroMason/AllowGlobals.pm +%%SITE_PERL%%/Text/MicroMason/ApacheHandler.pm +%%SITE_PERL%%/Text/MicroMason/Base.pm +%%SITE_PERL%%/Text/MicroMason/Cache/File.pm +%%SITE_PERL%%/Text/MicroMason/Cache/Null.pm +%%SITE_PERL%%/Text/MicroMason/Cache/Simple.pm +%%SITE_PERL%%/Text/MicroMason/CatchErrors.pm +%%SITE_PERL%%/Text/MicroMason/CompileCache.pm +%%SITE_PERL%%/Text/MicroMason/Debug.pm +%%SITE_PERL%%/Text/MicroMason/Docs/Changes.pod +%%SITE_PERL%%/Text/MicroMason/Docs/ReadMe.pod +%%SITE_PERL%%/Text/MicroMason/Docs/Related.pod +%%SITE_PERL%%/Text/MicroMason/Docs/ToDo.pod +%%SITE_PERL%%/Text/MicroMason/DoubleQuote.pm +%%SITE_PERL%%/Text/MicroMason/Embperl.pm +%%SITE_PERL%%/Text/MicroMason/ExecuteCache.pm +%%SITE_PERL%%/Text/MicroMason/Filters.pm +%%SITE_PERL%%/Text/MicroMason/Functions.pm +%%SITE_PERL%%/Text/MicroMason/HTMLMason.pm +%%SITE_PERL%%/Text/MicroMason/HTMLTemplate.pm +%%SITE_PERL%%/Text/MicroMason/HasParams.pm +%%SITE_PERL%%/Text/MicroMason/LineNumbers.pm +%%SITE_PERL%%/Text/MicroMason/PLP.pm +%%SITE_PERL%%/Text/MicroMason/ParseInfo.pm +%%SITE_PERL%%/Text/MicroMason/PassVariables.pm +%%SITE_PERL%%/Text/MicroMason/PostProcess.pm +%%SITE_PERL%%/Text/MicroMason/QuickTemplate.pm +%%SITE_PERL%%/Text/MicroMason/Safe.pm +%%SITE_PERL%%/Text/MicroMason/ServerPages.pm +%%SITE_PERL%%/Text/MicroMason/Sprintf.pm +%%SITE_PERL%%/Text/MicroMason/StoreOne.pm +%%SITE_PERL%%/Text/MicroMason/TemplateDir.pm +%%SITE_PERL%%/Text/MicroMason/TemplatePath.pm +%%SITE_PERL%%/Text/MicroMason/TextTemplate.pm +@dirrm %%SITE_PERL%%/Text/MicroMason/Docs +@dirrm %%SITE_PERL%%/Text/MicroMason/Cache +@dirrm %%SITE_PERL%%/Text/MicroMason +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroMason +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301190228.r0J2Sb13040021>