Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv3628

Modified Files:
        xmlto.info 
Removed Files:
        xmlto.patch 
Log Message:
new version 0.0.25 from tracker
https://sourceforge.net/tracker/?func=detail&aid=3534126&group_id=17203&atid=414256
Now with maintainer and more robust method to use external programs at runtime

--- xmlto.patch DELETED ---

Index: xmlto.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/xmlto.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlto.info  25 Jul 2011 21:47:40 -0000      1.1
+++ xmlto.info  13 Jun 2012 13:53:44 -0000      1.2
@@ -1,50 +1,67 @@
 Package: xmlto
-Version: 0.0.24
+Version: 0.0.25
 Revision: 1
 Source: https://fedorahosted.org/releases/x/m/xmlto/%n-%v.tar.bz2
-Source-MD5: 9d45bbe43f7c66c6bf585ba6635df31a
-Depends: libxml2-bin, libxml2-shlibs, libxslt-bin, libxslt-shlibs, 
docbook-bundle, docbook-xsl, w3m (>= 0.5.1-1008) | lynx (>= 2.8.5-3) | elinks 
(>= 0.11.2-2) | links, getoptbin
+Source-MD5: 6b6267b1470f8571fe5f63a128970364
+Depends: <<
+  libxml2-bin, libxml2-shlibs, libxslt-bin, libxslt-shlibs,
+  docbook-bundle, docbook-xsl,
+  w3m (>= 0.5.1-1008) | lynx (>= 2.8.5-3) | elinks (>= 0.11.2-2) | links,
+  getoptbin, debianutils
+<<
 BuildDepends: libxml2, libxslt, docbook-dtd, docbook-xsl, fink (>= 0.24.12-1)
 SetCFLAGS: -Os
 ConfigureParams:  --mandir=%p/share/man --disable-dependency-tracking 
-PatchFile: %n.patch
-PatchFile-MD5: 870fb3b84a12a6801751acd363709b2c
-PatchScript: <<
-##     %{default_script}
-       perl -pi -e 's|/usr|%p|g' format/docbook/txt
+CompileScript: <<
+  #!/bin/sh -ev
+  export XMLTEX=%p/bin/xmltex
+  export PDFXMLTEX=%p/bin/pdfxmltex
+  export LYNX=%p/bin/lynx
+  export LINKS=%p/bin/links
+  export W3M=%p/bin/w3m
+  export PAPER_CONF=%p/bin/paperconf
+  export FOP=%p/bin/fop
+  export DBLATEX=%p/bin/dblatex
+  %{default_script}
 <<
 InfoTest: <<
-    TestScript: make check || exit 2
+  TestScript: <<
+    make check || exit 2
+    # rebuild our own man files as a test
+    mkdir test-output
+    FORMAT_DIR=format sh xmlto -o test-output man doc/xmlto.xml
+    FORMAT_DIR=format sh xmlto -o test-output man doc/xmlif.xml
+    cmp man/man1/xmlto.1 test-output/xmlto.1 || exit 2
+    cmp man/man1/xmlif.1 test-output/xmlif.1 || exit 2
+ <<
 <<
 InstallScript: make install DESTDIR=%d
-DocFiles: AUTHORS ChangeLog COPYING FAQ INSTALL NEWS README
+DocFiles: AUTHORS ChangeLog COPYING FAQ NEWS README
 Description: Tool to convert xml files to other formats
 DescDetail: <<
- xmlto is a front-end to an XSL toolchain. It chooses an 
- appropriate  stylesheet for the conversion you want and 
- applies it using xsltproc. It also performs any necessary 
- post-processing.
- 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, 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.
- See the xmlto man page for usage.
- It installs another script xmlif, which allows conditional 
- parsing. See the xmlif man page for usage.
+ The xmlto command is a front-end to an XSL toolchain. It chooses an
+ appropriate stylesheet for the conversion you want and applies it using
+ xsltproc. It also performs any necessary post-processing. The package
+ also includes the xmlif script for conditional parsing.
+
+ 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.
+<<
+DescUsage: <<
+ The DVI, PDF and PostScript output formats require TeX to be installed.
+ For these formats, it is also recommended that you install dblatex and
+ use the --with-dblatex option.
 <<
 DescPort: <<
- 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.
- 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.
+  Since TeX, fop, etc. may not be installed at build time, we force
+  these paths. Also this makes the product independent of whether or not
+  these packages were installed at build time. We do the same for the
+  browsers since we only know that one of them is installed, which may
+  not be the same one as at build time.
+
+  Formerly maintained by Michele Garoche.
 <<
 License: GPL
 Homepage: https://fedorahosted.org/xmlto
-DescPackaging: Formerly maintained by Michele Garoche
-Maintainer: None <fink-de...@lists.sourceforge.net>
+Maintainer: Dustin Cartwright <dusti...@users.sourceforge.net>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to