Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24761

Modified Files:
        po4a.info 
Log Message:
  * New upsteam release
  * Patched for installing into /usr/local by default


Index: po4a.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/po4a.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- po4a.info   26 Jul 2012 15:11:26 -0000      1.4
+++ po4a.info   9 Sep 2013 22:34:05 -0000       1.5
@@ -1,14 +1,16 @@
 Package: po4a
-Version: 0.42
-Revision: 4
+Version: 0.45
+Revision: 1
 ###
 ## System module-build works fine "module-build-pm"
+###   *  Unicode::GCString is not installed (Unicode-LineBreak)
 BuildDepends: docbook-dtd, docbook-xsl, gettext-tools, sgmls-pm, 
term-readkey-pm5123 | term-readkey-pm5124, libxslt-bin
 Depends: gettext-tools, sgmls-pm, opensp-bin
-Recommends: locale-gettext-pm5123, term-readkey-pm5123, text-wrapi18n-pm5123
+###   *  Unicode::GCString is not installed
+Recommends: locale-gettext-pm5123 | locale-gettext-pm5124, term-readkey-pm5123 
| term-readkey-pm5124, text-wrapi18n-pm5123 | text-wrapi18n-pm5124
 ###
 Source: mirror:debian:/pool/main/p/%n/%n_%v.orig.tar.gz
-Source-MD5: cf2d342f4831490cc17524fd6c40ca75
+Source-MD5: 423bdf5c39f30e63a808b84c5d9d1899
 SourceDirectory: %n-%v
 ###
 DocFiles: changelog COPYING NEWS README* TODO
@@ -18,8 +20,10 @@
 perl -pi -e 's,nsgmls,onsgmls,g' lib/Locale/Po4a/Sgml.pm
 
 # Show %p/bin not /usr/bin
-for i in %b/po/bin/*.po; do \
-  perl -pi -e 's,/usr/bin,%p/bin,g' $i; \
+BASE=$(echo %p | perl -pi -e 's,/,,'); \
+for i in %b/po/bin/*.po %b/po/bin/*.pot %b/po/pod/*.po %b/po/pod/*.pot 
lib/Locale/Po4a/Pod.pm; do \
+  perl -pi -e 's,/usr/,%p/,g' $i; \
+  perl -pi -e 's,usr/,${BASE}/,g' $i; \
   perl -pi -e 's,nsgmls,onsgmls,g' $i; \
 done 
 perl -pi -e 's,/usr/local,%p,g' po/bin/Makefile;
@@ -37,6 +41,9 @@
 ### Fix for msgmerge 0.17 
 # 
http://subcommanderblog.wordpress.com/2009/05/16/msgmerge-on-macosx-and-no-such-file-or-directory/
 perl -pi -e 's,msgmerge \$msgmerge_opt,msgmerge --backup=off \$msgmerge_opt,g' 
po4a-updatepo
+
+### Fix for man pages installing to /usr/local
+perl -pi -e 
's,install_sets[\(]\$self-(.)installdirs[\)]-.(\{)(.)bindoc.,install_path\(\)-\1\2\3bindoc\3,g'
 Po4aBuilder.pm
 <<
 ###
 CompileScript: <<
@@ -54,9 +61,6 @@
 InstallScript: <<
 ./Build install --install_path lib=%p/lib/perl5 --install_path 
arch=%p/lib/perl5/darwin-thread-multi-2level --install_path script=%p/bin 
--install_path bin=%p/bin --install_path bindoc=%p/share/man/man1 
--install_path libdoc=%p/share/man/man3 --install_path 
binhtml=%p/share/man/man1 --install_path libhtml=%p/share/man/man3 destdir=%d
 sed -i -e '1s|^#! /usr/bin/env perl|#! /usr/bin/perl|' %i/bin/*
-### Can't figure out why it installs to /usr/local/share/man/<po>
-mv %d/usr/local/* %i
-rm -rf %d/usr
 <<
 ###
 Description: Tools for helping translation of docs


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to