ports is a steaming pile
authorivan <ivan>
Thu, 10 Mar 2005 15:43:59 +0000 (15:43 +0000)
committerivan <ivan>
Thu, 10 Mar 2005 15:43:59 +0000 (15:43 +0000)
install/freebsd/INSTALL
install/freebsd/ports

index 6fff379..6e3c26b 100755 (executable)
@@ -18,13 +18,16 @@ portsdb -Uu
 
 portinstall -PR portupgrade
 
+portinstall -PR lang/perl5.8
+/usr/local/bin/use.perl port
+
 for port in `grep -v '^ *#' ports`; do
   #cd /usr/ports/$port
   #make install || exit
-  portinstall -P -R $port
+  portinstall -P -R $port || exit
 done
 
-for a in JavaScript::RPC::Server::CGI Chart::LinesPoints; do perl -MCPAN -e"install $a"; done
+for a in JavaScript::RPC::Server::CGI Chart::LinesPoints Frontier::RPC2; do perl -MCPAN -e"install $a"; done
 
 su -l pgsql -c initdb
 
@@ -47,3 +50,9 @@ make deploy
 
 #edit apache config, etc.
 
+#mkdir /etc/rc.conf.d
+#add these to /etc/rc.conf.d/apache
+#apache_enable="YES"
+#apache_flags="-DSSL"
+
+
index 5abaac2..4d8f01b 100644 (file)
@@ -50,3 +50,7 @@ net-mgmt/p5-NetAddr-IP
 graphics/p5-GD
 textproc/p5-Spreadsheet-WriteExcel
 textproc/p5-Text-CSV_XS
+misc/p5-Locale-SubCountry
+devel/p5-IO-stringy
+textproc/p5-XML-Parser
+