Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20884

Modified Files:
        xmlto.info xmlto.patch 
Log Message:
Fix to cope with find in findutils package

Index: xmlto.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/xmlto.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlto.patch 1 Nov 2005 21:02:04 -0000       1.1
+++ xmlto.patch 1 Jan 2007 20:48:52 -0000       1.2
@@ -1,6 +1,6 @@
-diff -Nurd -x'*~' xmlto-0.0.18.orig/format/docbook/txt 
xmlto-0.0.18/format/docbook/txt
---- xmlto-0.0.18.orig/format/docbook/txt       2003-11-30 11:56:45.000000000 
-0500
-+++ xmlto-0.0.18/format/docbook/txt    2005-11-01 15:57:33.000000000 -0500
+diff -Nurd xmlto-0.0.18-orig/format/docbook/txt xmlto-0.0.18/format/docbook/txt
+--- xmlto-0.0.18-orig/format/docbook/txt       2003-11-30 17:56:45.000000000 
+0100
++++ xmlto-0.0.18/format/docbook/txt    2007-01-01 17:16:09.000000000 +0100
 @@ -10,6 +10,10 @@
  then
    CONVERT=/usr/bin/links
@@ -12,3 +12,15 @@
  else
    echo >&2 "No way to convert HTML to text found."
    exit 1
+diff -Nurd xmlto-0.0.18-orig/xmlto.in xmlto-0.0.18/xmlto.in
+--- xmlto-0.0.18-orig/xmlto.in 2004-01-02 13:03:24.000000000 +0100
++++ xmlto-0.0.18/xmlto.in      2007-01-01 17:17:45.000000000 +0100
+@@ -47,7 +47,7 @@
+ EOF
+   if [ -d "$FORMAT_DIR" ]
+   then
+-    for source in $(${FIND} "$FORMAT_DIR" -type d -maxdepth 1)
++    for source in $(${FIND} "$FORMAT_DIR" -maxdepth 1 -type d)
+     do
+       if [ "$source" = "$FORMAT_DIR" ]; then continue; fi
+ 

Index: xmlto.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/xmlto.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xmlto.info  1 Nov 2005 21:05:50 -0000       1.4
+++ xmlto.info  1 Jan 2007 20:48:52 -0000       1.5
@@ -1,13 +1,13 @@
 Package: xmlto
 Version: 0.0.18
-Revision: 5
+Revision: 6
 GCC: 3.3
 Source: http://cyberelk.net/tim/data/xmlto/stable/%n-%v.tar.bz2
 Source-MD5: 1a06471b70eb27a6aca5d1b3a144f9b0
 Depends: getoptbin, libxml2-bin, libxml2-shlibs, libxslt-bin, libxslt-shlibs, 
docbook-bundle, docbook-xsl, w3m-ssl | lynx-ssl | links-ssl | elinks-ssl | w3m 
| lynx | links | elinks, x11
 BuildDepends: libxml2, libxslt, docbook-dtd, docbook-xsl, getoptbin, x11-dev
-SetCFLAGS: -O3 -no-cpp-precomp
-ConfigureParams:  --mandir=%i/share/man 
+SetCFLAGS: -Os -no-cpp-precomp
+ConfigureParams:  --mandir=%i/share/man --disable-dependency-tracking 
 Patch: %n.patch
 PatchScript: <<
  #!/bin/sh -ev
@@ -28,25 +28,23 @@
  Supported formats are: dvi, fo, html, html-nochunks, 
  htmlhelp, javahelp, man, pdf, ps, txt, xhtml, xhtml-nochunks
  from DocBook; and dvi, pdf, ps from xsl-fo.
- DVI, PDF and PostScript outputs require PassiveTex.
- txt format requires lynx, links or w3m. It is recommanded to
- install the ssl version when it exists.
+ DVI, PDF and PostScript outputs require PassiveTex, not in
+ Fink and way too old. You may use fop or jadetex to 
+ produce those outputs.
+ txt format requires lynx, links, elinks or w3m. It is 
+ recommanded to install the ssl version when it exists.
  See the xmlto man page for usage.
  It installs another script xmlif, which allows conditional 
  parsing. See the xmlif man page for usage.
 <<
 DescPort: <<
- Patching xmlto and format/docbook/txt to get rid of the 
+ Patching format/docbook/txt to get rid of the 
  hardcoded /usr path.
  Use explicitly the default install script to get the right 
  prefix, thanks to Jean-Francois Mertens.
- Correct the permissions on scripts in format/fo and 
- format/docbook.
- Added necessary packages so that it compiles with Depends 
- commented out.
- Changed Depends now that libxslt is splitted correctly.
- Added required packages for txt format in Depends.
  dmacks added support for elinks for html->txt conversion.
+ Changed order of arguments in call to find to cope with
+ gnu find in findutils package, thanks to Max Horn.
 <<
 License: GPL
 Homepage: http://cyberelk.net/tim/xmlto/


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to