tclxml-x86_64 stable port information

Package: tclxml
Version: 3.2
Revision: 1
Architecture: x86_64
Description: XML parsing routines for Tcl scripts
DescPort: <<
Some of the tests/tclxml.tcl tests fail, but this appears to be due to
syntax errors within the those scripts. The tclxml package must be
installed for testsuite to run.

Make sure shared-library linker flags are passed to the linker.
<<
DescPackaging: <<
This compiles a shared library but places it in a private place and
uses it via dlopen-like pkgIndex.tcl mechanism, so considering it
private.
<<
Homepage: http://tclxml.sourceforge.net
License: OSI-Approved
Maintainer: Daniel Macks
Depends: tcltk (>= 8.4.1-1), tcllib (>= 1.2-1)
BuildDepends: tcltk-dev (>= 8.4.1-1), fink (>= 0.28-1)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 9d1605246c899eff7db591bca3c23200
BuildConflicts: lclint
# lclint installs %p/lib/Makefile, which leads configure to believe
# it is using tcltk from tcltk's builddir, hence failure
PatchFile: %n-x86_64.patch
PatchFile-MD5: 153bd9d9d6197eebb6b5e2460786c926
ConfigureParams: --enable-shared --with-tcl=%p/lib
InstallScript: make install DESTDIR=%d
DocFiles: ANNOUNCE ChangeLog LICENSE README.html
Shlibs: !%p/lib/Tclxml3.2/libTclxml3.2.dylib
SplitOff: <<
Package: %N-dev
Replaces: %N (<< 2.6-12)
BuildDependsOnly: true
Files: include lib/TclxmlConfig.sh lib/Tclxml3.2/libTclxmlstub3.2.a
DocFiles: ANNOUNCE ChangeLog LICENSE README.html
<<

tclxml-x86_64 stable port .patch

diff -Nurd -x'*~' tclxml-3.1.orig/Makefile.in tclxml-3.1/Makefile.in
--- tclxml-3.1.orig/Makefile.in 2005-05-20 08:02:01.000000000 -0400
+++ tclxml-3.1/Makefile.in 2008-08-28 00:27:48.000000000 -0400
@@ -123,6 +123,7 @@
pkgdatadir = $(datadir)/$(PKG_DIR)
pkglibdir = $(libdir)/$(PKG_DIR)
pkgincludedir = $(includedir)/$(PKG_DIR)
+LIB_RUNTIME_DIR = $(pkglibdir)

top_builddir = .

tclxml-x86_64 _unstable_ port .patch