[prev] [thread] [next] [lurker] [Date index for 2005/01/27]
Author: richardc Date: 2005-01-27 15:16:48 +0000 (Thu, 27 Jan 2005) New Revision: 1798 Added: trunk/Siesta-Web/Build.PL trunk/Siesta-Web/MANIFEST Log: packaging fluff Added: trunk/Siesta-Web/Build.PL =================================================================== --- trunk/Siesta-Web/Build.PL 2005-01-27 10:26:42 UTC (rev 1797) +++ trunk/Siesta-Web/Build.PL 2005-01-27 15:16:48 UTC (rev 1798) @@ -0,0 +1,36 @@ +use strict; +use lib qw(lib); +use Siesta::Build; + +my $build = Siesta::Build->new( + module_name => "Siesta::Web", + license => 'perl', + requires => { + 'perl' => '5.006', + 'Apache::Session::SharedMem' => 0, + 'Siesta' => '0.66', + }, + create_makefile_pl => 'passthrough', + dynamic_config => 1, + ); + +$build->{config}{__extras_from} = [ 'web-frontend' ]; + +$|= 1; +print "Checking for existing Siesta::Config... "; + +my $D_ROOT = '/usr/local/siesta'; +eval { + require Siesta::Config; + print "found. setting defaults based on existing install\n"; + $D_ROOT = $Siesta::Config::config->root; +}; + +print "failed. selecting regular defaults\n" + if $@; + +my $ROOT = $build->prompt("where do we install to guv?", $D_ROOT); + +$build->{config}{__extras_destination} = $ROOT; + +$build->create_build_script; Added: trunk/Siesta-Web/MANIFEST =================================================================== --- trunk/Siesta-Web/MANIFEST 2005-01-27 10:26:42 UTC (rev 1797) +++ trunk/Siesta-Web/MANIFEST 2005-01-27 15:16:48 UTC (rev 1798) @@ -0,0 +1,21 @@ +lib/Siesta/Web.pm +lib/Siesta/Web/FakeApache.pm +web-frontend/lib/I_SHOULDNT_EXIST.tt2 +web-frontend/lib/_errors_list.tt2 +web-frontend/lib/_footer.tt2 +web-frontend/lib/_header.tt2 +web-frontend/lib/_login_box.tt2 +web-frontend/lib/_navbar.tt2 +web-frontend/lib/_pub_archive_list.tt2 +web-frontend/lib/_pub_lists_list.tt2 +web-frontend/lib/_topbar.tt2 +web-frontend/siesta/images/siesta_logo.gif +web-frontend/siesta/images/zero.gif +web-frontend/siesta/index.tt2 +web-frontend/siesta/list.tt2 +web-frontend/siesta/login.tt2 +web-frontend/siesta/logout.tt2 +web-frontend/siesta/register.tt2 +web-frontend/siesta/resume.tt2 +web-frontend/siesta/siesta.css +web-frontend/tt2.cgi
Generated at 16:00 on 27 Jan 2005 by mariachi 0.52