the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xml2rfc
Version: 1.35pre1
Revision: 1
Epoch: 1
Source:http://xml.resource.org/authoring/%n-dev.tgz
SourceRename: %n-%v.tgz
Source-MD5: 1c306b1190c919e7dea9af2e155b16a6
#SourceDirectory: %n-1.34
Maintainer: Lars Eggert
HomePage: http://xml.resource.org/
License: BSD
Description: Convert memos written in XML to RFC format
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: f1d1e9a67373f24f3e91b7752c96de38
CompileScript: <<
<<
DocFiles: <<
contrib/
contrib/alex.rousskov/
contrib/alex.rousskov/xml2rfcpp.pl
contrib/fred.baker/
contrib/fred.baker/new-draft.xml
contrib/pekka.savola/
contrib/pekka.savola/template.xml
contrib/pekka.savola/template0.xml
contrib/pekka.savola/template1b.xml
contrib/rob.austein/
contrib/rob.austein/concat.pl
contrib/rob.austein/fast-sync.sh
LICENSE
README.html
README.txt
README.xml
rfc2629-other.ent
rfc2629-xhtml.ent
rfc2629.dtd
rfc2629.html
rfc2629.rnc
rfc2629.xml
rfc2629.xsd
rfc2629xslt.zip
samples
test.txt
test.xml
xml2rfc-win.png
<<
InstallScript: <<
mkdir -p %i/bin
install xml2rfc.tcl %i/bin/xml2rfc
install xml2sgml.tcl %i/bin/xml2sgml
ln -f %i/bin/xml2rfc %i/bin/xml2txt
ln -f %i/bin/xml2rfc %i/bin/xml2html
ln -f %i/bin/xml2rfc %i/bin/xml2nroff
<<
--- xml2rfc/xml2rfc 2005-05-19 15:32:11.000000000 +0200
+++ xml2rfc/xml2rfc.tcl 2005-05-19 17:06:58.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using the correct interpreter \
-exec tclsh "$0" "$0" "$@"
+exec /usr/bin/tclsh "$0" "$0" "$@"
#
--- xml2rfc/xml2sgml.old 2008-12-04 10:16:53.000000000 +0200
+++ xml2rfc/xml2sgml.tcl 2008-12-04 10:17:27.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$0" "$@"
+exec /usr/bin/wish "$0" "$0" "$@"
# TODO: