[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATHCH] ubuntu.sh



Hi All,

Attached is a patch that updates ubuntu.sh to install all the needed and optional perl modules on debian/ubuntu.

I actually think it might be nicer to re-write in perl and list the perl modules by name and try to install the debian package and if that fails then install the cpan module. Something to think about. The contents of the script is currently very manual to maintain.

I noticed a few people using GIT is that preferred?


Thanks.
Index: dists/deb/ubuntu/ubuntu.sh
===================================================================
--- dists/deb/ubuntu/ubuntu.sh	(revision 3118)
+++ dists/deb/ubuntu/ubuntu.sh	(working copy)
@@ -1,13 +1,55 @@
 #!/bin/sh
 # This is not complete but it is a start
 #
+apt-get install texlive
+
 apt-get install libmime-perl
-apt-get install texlive
 apt-get install libtest-exception-perl
 apt-get install libmime-lite-perl
 apt-get install libconfig-std-perl 
 apt-get install libtemplate-perl
 apt-get install liberror-perl
 apt-get install libcgi-simple-perl
-apt-get install libtest-exception-pe
+apt-get install libtest-exception-perl
 apt-get install liblocale-maketext-lexicon-perl
+apt-get install liblog-log4perl-perl
+
+# test modules
+################################################################################
+# this module is in perl-modules package
+#apt-get install libtest-more-perl
+apt-get install libtest-trap-perl
+apt-get install libtest-exception-perl
+
+# optional modules
+################################################################################
+
+# [POS module credit card processing support]
+apt-get install libnet-tclink-perl
+
+
+# [Experimental scripting engine]
+apt-get install libparse-recdescent-perl
+
+
+# [PDF and Postscript output]
+# prerequisites
+apt-get install liblatex-table-perl
+
+# not available in deb, but dependencies are, see above
+cpan Template::Plugin::Latex
+
+
+# [OpenOffice.org output]
+apt-get install libxml-twig-perl
+apt-get install libopenoffice-oodoc-perl
+
+
+# [Excel output]
+# prerequisites
+apt-get install libtest-deep-perl
+apt-get install libole-storage-lite-perl
+apt-get install libspreadsheet-writeexcel-perl
+
+# not available in deb
+cpan Excel::Template::Plus