[Midnightbsd-cvs] mports [22791] trunk/www/p5-HTML-Mason/pkg-plist: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 30 14:29:28 EDT 2017
Revision: 22791
http://svnweb.midnightbsd.org/mports/?rev=22791
Author: laffer1
Date: 2017-09-30 14:29:27 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/www/p5-HTML-Mason/Makefile
trunk/www/p5-HTML-Mason/pkg-descr
trunk/www/p5-HTML-Mason/pkg-plist
Property Changed:
----------------
trunk/www/p5-HTML-Mason/pkg-descr
Modified: trunk/www/p5-HTML-Mason/Makefile
===================================================================
--- trunk/www/p5-HTML-Mason/Makefile 2017-09-30 18:25:55 UTC (rev 22790)
+++ trunk/www/p5-HTML-Mason/Makefile 2017-09-30 18:29:27 UTC (rev 22791)
@@ -22,38 +22,6 @@
PERL_MODBUILD= yes
CONFIGURE_ARGS+= --noprompts
-MAN3= Bundle::HTML::Mason.3 \
- HTML::Mason.3 \
- HTML::Mason::Admin.3 \
- HTML::Mason::ApacheHandler.3 \
- HTML::Mason::CGIHandler.3 \
- HTML::Mason::Cache::BaseCache.3 \
- HTML::Mason::Compiler.3 \
- HTML::Mason::Compiler::ToObject.3 \
- HTML::Mason::Component.3 \
- HTML::Mason::Component::FileBased.3 \
- HTML::Mason::Component::Subcomponent.3 \
- HTML::Mason::ComponentSource.3 \
- HTML::Mason::Devel.3 \
- HTML::Mason::Escapes.3 \
- HTML::Mason::Exceptions.3 \
- HTML::Mason::FakeApache.3 \
- HTML::Mason::Interp.3 \
- HTML::Mason::Lexer.3 \
- HTML::Mason::MethodMaker.3 \
- HTML::Mason::Params.3 \
- HTML::Mason::Parser.3 \
- HTML::Mason::Plugin.3 \
- HTML::Mason::Plugin::Context.3 \
- HTML::Mason::Request.3 \
- HTML::Mason::Resolver.3 \
- HTML::Mason::Resolver::File.3 \
- HTML::Mason::Resolver::Null.3 \
- HTML::Mason::Subclassing.3 \
- HTML::Mason::Tests.3 \
- HTML::Mason::Tools.3 \
- HTML::Mason::Utils.3
-
OPTIONS= MOD_PERL "with mod_perl dependency" off \
APACHE2 "with mod_perl for Apache 2" off
Modified: trunk/www/p5-HTML-Mason/pkg-descr
===================================================================
--- trunk/www/p5-HTML-Mason/pkg-descr 2017-09-30 18:25:55 UTC (rev 22790)
+++ trunk/www/p5-HTML-Mason/pkg-descr 2017-09-30 18:29:27 UTC (rev 22791)
@@ -1,23 +1,21 @@
-Mason is a tool for building, serving and managing large web
-sites. Its features make it an ideal backend for high load sites
-serving dynamic content, such as online newspapers or database driven
-e-commerce sites.
+Mason is a tool for building, serving and managing large web sites. Its features
+make it an ideal backend for high load sites serving dynamic content, such as
+online newspapers or database driven e-commerce sites.
-Mason's various pieces revolve around the notion of "components''. A
-component is a mix of HTML, Perl, and special Mason commands, one
-component per file. So-called "top-level" components represent entire
-web-pages, while smaller components typically return HTML snippets for
-embedding in top-level components. This object-like architecture
-greatly simplifies site maintenance: change a shared component, and
-you instantly changed all dependant pages that refer to it across a
-site (or across many virtual sites).
+Mason's various pieces revolve around the notion of "components". A component is
+a mix of HTML, Perl, and special Mason commands, one component per file.
+So-called "top-level" components represent entire web-pages, while smaller
+components typically return HTML snippets for embedding in top-level components.
+This object-like architecture greatly simplifies site maintenance: change a
+shared component, and you instantly changed all dependant pages that refer to it
+across a site (or across many virtual sites).
-Mason's component syntax lets designers separate a web page into
-programmatic and design elements. This means the esoteric Perl bits
-can be hidden near the bottom of a component, preloading simple
-variables for use above in the HTML. In our own experience, this frees
-content managers (i.e., non-programmers) to work on the layout without
-getting mired in programming details. Techies, however, still enjoy
-the full power of Perl.
+Mason's component syntax lets designers separate a web page into programmatic
+and design elements. This means the esoteric Perl bits can be hidden near the
+bottom of a component, preloading simple variables for use above in the HTML. In
+our own experience, this frees content managers (i.e., non-programmers) to work
+on the layout without getting mired in programming details. Techies, however,
+still enjoy the full power of Perl.
+WWW: http://search.cpan.org/dist/HTML-Mason/
WWW: http://www.masonhq.com/
Property changes on: trunk/www/p5-HTML-Mason/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/www/p5-HTML-Mason/pkg-plist
===================================================================
--- trunk/www/p5-HTML-Mason/pkg-plist 2017-09-30 18:25:55 UTC (rev 22790)
+++ trunk/www/p5-HTML-Mason/pkg-plist 2017-09-30 18:29:27 UTC (rev 22791)
@@ -1,10 +1,8 @@
bin/mason.pl
-%%SITE_PERL%%/Apache/Mason.pm
-%%SITE_PERL%%/Bundle/HTML/Mason.pm
%%SITE_PERL%%/HTML/Mason.pm
%%SITE_PERL%%/HTML/Mason/Admin.pod
+%%SITE_PERL%%/HTML/Mason/Apache/Request.pm
%%SITE_PERL%%/HTML/Mason/ApacheHandler.pm
-%%SITE_PERL%%/HTML/Mason/Apache/Request.pm
%%SITE_PERL%%/HTML/Mason/CGIHandler.pm
%%SITE_PERL%%/HTML/Mason/Cache/BaseCache.pm
%%SITE_PERL%%/HTML/Mason/Compiler.pm
@@ -33,14 +31,33 @@
%%SITE_PERL%%/HTML/Mason/Tests.pm
%%SITE_PERL%%/HTML/Mason/Tools.pm
%%SITE_PERL%%/HTML/Mason/Utils.pm
- at dirrm %%SITE_PERL%%/HTML/Mason/Apache
- at dirrm %%SITE_PERL%%/HTML/Mason/Cache
- at dirrm %%SITE_PERL%%/HTML/Mason/Compiler
- at dirrm %%SITE_PERL%%/HTML/Mason/Component
- at dirrm %%SITE_PERL%%/HTML/Mason/Plugin
- at dirrm %%SITE_PERL%%/HTML/Mason/Resolver
- at dirrm %%SITE_PERL%%/HTML/Mason
- at dirrmtry %%SITE_PERL%%/Bundle/HTML
- at dirrmtry %%SITE_PERL%%/Bundle
- at dirrmtry %%SITE_PERL%%/HTML
- at dirrmtry %%SITE_PERL%%/Apache
+%%PERL5_MAN3%%/HTML::Mason.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Admin.3.gz
+%%PERL5_MAN3%%/HTML::Mason::ApacheHandler.3.gz
+%%PERL5_MAN3%%/HTML::Mason::CGIHandler.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Cache::BaseCache.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Compiler.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Compiler::ToObject.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Component.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Component::FileBased.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Component::Subcomponent.3.gz
+%%PERL5_MAN3%%/HTML::Mason::ComponentSource.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Devel.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Escapes.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Exceptions.3.gz
+%%PERL5_MAN3%%/HTML::Mason::FakeApache.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Interp.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Lexer.3.gz
+%%PERL5_MAN3%%/HTML::Mason::MethodMaker.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Params.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Parser.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Plugin.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Plugin::Context.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Request.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Resolver.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Resolver::File.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Resolver::Null.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Subclassing.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Tests.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Tools.3.gz
+%%PERL5_MAN3%%/HTML::Mason::Utils.3.gz
More information about the Midnightbsd-cvs
mailing list