[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at dev.open-bio.org
Tue Feb 6 19:59:32 UTC 2007


mwilkinson
Tue Feb  6 14:59:31 EST 2007
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv19182

Modified Files:
	Makefile.PL 
Log Message:
adding WSRF dependencies to Makefile
moby-live/Perl Makefile.PL,1.21,1.22
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/Makefile.PL,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- /home/repository/moby/moby-live/Perl/Makefile.PL	2007/02/06 19:27:28	1.21
+++ /home/repository/moby/moby-live/Perl/Makefile.PL	2007/02/06 19:59:31	1.22
@@ -3,79 +3,6 @@
 use strict;
 my $VERSION = '0.87';
 
-# Anyone know why it was ever necessary to copy everything in "lib"?
-#system "mkdir lib" unless (-e 'lib' && -d 'lib');  # put the files into the lib directory so that they will be properly installed
-#my $os = $^O;
-#if ($os =~ /(linux|unix)/) {  system "cp -rf MOBY lib"; }
-#elsif ($os =~ /ms.*win/i) { # windows only, usually $^O="mswin32", is this true on all Windows?
-#  system q{xcopy /E MOBY .\lib\MOBY\ };
-#}
-
-#my $WWW_ROOT_PATH = "/usr/local/apache" ;
-#my $CGI_BIN = "cgi-bin" ;
-#my $WWW_USER = "www" ;
-##
-## RMB - Singapore biohackethon - Work in progress, to make a cleaner installation
-## Welcome...
-#print STDERR "\n\nMOBY Installation (Perl Implementation)\n" ;
-#print STDERR "=======================================\n\n" ;
-#
-#my $line ;
-#print STDERR
-#    "I need to know your web server path...\n",
-#    "This is typically something like one of the following:\n\n",
-#    "\tStandard Apache Unix location: '/usr/local/apache'\n",
-#    "\tTypical location under Linux: '/var/www/'\n",
-#    "\tLocation under Mac OS X: '/Library/WebServer'\n\n",
-#    "Path to your WWW server root \[$WWW_ROOT_PATH\]? ";
-#chomp ($line = <>);
-#$WWW_ROOT_PATH=$line if ($line) ;
-#print STDERR "Setting WWW server root path to '$WWW_ROOT_PATH'\n\n" ;
-#
-#print STDERR 
-#    "I also need the name of your CGI script directory there:\n\n",
-#    "\tMost of the time, this is 'cgi-bin'\n",
-#    "\tbut Mac OS X uses 'CGI-Executables'\n\n",
-#    "Name of your CGI directory \[$CGI_BIN\]? ";
-#chomp ($line = <>);
-#$CGI_BIN=$line if ($line) ;
-#my $CGI_BIN_PATH = "$WWW_ROOT_PATH/$CGI_BIN" ;
-#print STDERR "Setting CGI bin path to '$CGI_BIN_PATH'\n\n" ;
-#
-#print STDERR 
-#    "Your server runs under a specific user account.\n",
-#    "\tUnder most installations, this is usually 'nobody' or 'www'\n",
-#    "\tUnder Mac OS X, this is 'root'\n\n",
-#    "Name of WWW server user account \[$WWW_USER\]? ";
-#chomp ($line = <>);
-#$WWW_USER=$line if ($line) ;
-#print STDERR "Setting WWW user to '$WWW_USER'\n\n" ;
-#
-#my $WWW_GROUP=$WWW_USER ;
-#print STDERR 
-#    "A UNIX group is also generally associated with the web directories.\n",
-#    "\tThis may be the same as the above user account name, or\n",
-#    "\tin be something else, like 'admin' in Mac OS X\n\n",
-#    "Name of WWW server group \[$WWW_GROUP\]? ";
-#chomp($line = <>) ;
-#$WWW_GROUP=$line if($line) ;
-#print STDERR "Setting WWW group to '$WWW_GROUP'\n\n" ;
-#print STDERR "Press any key to continue...\n\n" ;
-#$line=<>;
-#
-#sub MY::post_initialize {
-#    return <<"MAKE_FRAG";
-#MOBY_WWW_ROOT_PATH = $WWW_ROOT_PATH
-#MOBY_CGI_BIN_PATH = $CGI_BIN_PATH
-#MOBY_WWW_USER = $WWW_USER
-#MOBY_WWW_GROUP = $WWW_GROUP
-#MAKE_FRAG
-#}
-#
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-
-
 
 sub MY::postamble {
   # Now build documentation.
@@ -213,7 +140,7 @@
 	      # Version numbers specified for prerequiisites are simply "desired" versions,
 	      # not minimum, or anything else.
 	      PREREQ_PM     => {
-				'SOAP::Lite'       => 0.60,
+				'SOAP::Lite'       => 0.69,
 				'SOAP::MIME'       => 0.55,
 				'XML::LibXML'      => 1.58,
 				'XML::XPath'       => 1.12,
@@ -223,6 +150,19 @@
 				# Database stuff required only for local registry, but notify user if missing anyway.
 				'DBI'              => 0.01,
 				'DBD::mysql'       => 0.01,
+				'WSRF::Lite'		=> '',
+                     'Test::Simple' => 0.44,
+                     'XML::DOM'     => '',
+                     'DateTime::Format::Epoch'  => '',
+                     'DateTime::Format::W3CDTF' => '',
+                     'HTTP::Daemon' => '',
+                     'HTTP::Daemon::SSL' => '',
+                     'MIME::Base64' => '',
+                     'Digest::SHA1' => '',
+                     'Crypt::OpenSSL::X509' => '',
+                     'Crypt::OpenSSL::RSA' => '',
+                     'XML::CanonicalizeXML' => 0.02,
+                     'Sys::Hostname::Long' => ''
 		  #	LS::ID => 1.1.1,
 	      }, # e.g., Module::Name => 1.1
 	      #PM_FILTER     => "", 




More information about the MOBY-guts mailing list