diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwmf/Makefile | 39 | ||||
-rw-r--r-- | graphics/libwmf/files/patch-sum | 7 | ||||
-rw-r--r-- | graphics/libwmf/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/libwmf/patches/patch-ab | 78 | ||||
-rw-r--r-- | graphics/libwmf/patches/patch-ac | 36 | ||||
-rw-r--r-- | graphics/libwmf/pkg/DESCR | 6 | ||||
-rw-r--r-- | graphics/libwmf/pkg/INSTALL | 14 | ||||
-rw-r--r-- | graphics/libwmf/pkg/MESSAGE | 7 | ||||
-rw-r--r-- | graphics/libwmf/pkg/PLIST | 194 |
9 files changed, 245 insertions, 149 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 2cc1024b89f..4bd212338a0 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,47 +1,48 @@ -# $NetBSD: Makefile,v 1.11 2000/08/04 22:10:15 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/05 02:36:37 jlam Exp $ # -DISTNAME= libwmf-0.1.17 +DISTNAME= libwmf-0.1.17nb1 CATEGORIES= graphics devel MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/libwmf/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.csn.ul.ie/~caolan/docs/libwmf.html -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= autoconf:../../devel/autoconf DEPENDS+= freetype-lib>=1.3.1:../../graphics/freetype-lib DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm -# installs own gd, which has some extra functionality -CONFLICTS+= gd-* - WRKSRC= ${WRKDIR}/libwmf -USE_X11= YES +USE_X11= # defined -GNU_CONFIGURE= YES +GNU_CONFIGURE= # defined EVAL_PREFIX+= XPMDIR=xpm +CONFIGURE_ARGS+= --includedir="${PREFIX}/include/libwmf" CONFIGURE_ARGS+= --with-png="${LOCALBASE}" CONFIGURE_ARGS+= --with-ttf="${LOCALBASE}" CONFIGURE_ARGS+= --with-xpm="${XPMDIR}" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include/freetype # freetype.h CPPFLAGS+= -I${LOCALBASE}/include # png.h -CPPFLAGS+= -I${XPMDIR}/include # xpm.h + +INCLUDEDIR= ${PREFIX}/include/libwmf +HTMLDIR= ${PREFIX}/share/doc/html/libwmf pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && autoconf + +pre-install: + ${INSTALL_DATA_DIR} ${INCLUDEDIR} post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libwmf - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libwmf/pics - cd ${WRKSRC} && ${INSTALL_DATA} doc/*.html doc/*.gif \ - COPYING CREDITS README ${PREFIX}/share/doc/libwmf - ${INSTALL_DATA} ${WRKSRC}/doc/pics/weave.jpg \ - ${PREFIX}/share/doc/libwmf/pics - ${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL + ${INSTALL_DATA} ${WRKSRC}/myxpm.h ${INCLUDEDIR} + ${INSTALL_DATA_DIR} ${HTMLDIR} + ${INSTALL_DATA_DIR} ${HTMLDIR}/pics + cd ${WRKSRC}; ${INSTALL_DATA} doc/*.html doc/*.gif \ + COPYING CREDITS README ${HTMLDIR} + cd ${WRKSRC}; ${INSTALL_DATA} doc/pics/weave.jpg \ + ${HTMLDIR}/pics .include "../../mk/bsd.pkg.mk" diff --git a/graphics/libwmf/files/patch-sum b/graphics/libwmf/files/patch-sum index 9851bfcc4fe..fc602ede720 100644 --- a/graphics/libwmf/files/patch-sum +++ b/graphics/libwmf/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.2 2000/02/29 06:43:01 jlam Exp $ +$NetBSD: patch-sum,v 1.3 2000/08/05 02:36:38 jlam Exp $ -MD5 (patch-aa) = 8ae294a22ea8a20736b95a9dd9a474ec -MD5 (patch-ab) = 301aecd5179e6a76e13c8383f83f0c64 +MD5 (patch-aa) = c6fb8ed89209a6fdaa3ebeccd052543e +MD5 (patch-ab) = 7c5b53a1edc460740c401f797ebaa2b7 +MD5 (patch-ac) = fc3d1d68ec502340dc79b6b064913607 diff --git a/graphics/libwmf/patches/patch-aa b/graphics/libwmf/patches/patch-aa index 44a46ae7426..3f1fd62a74a 100644 --- a/graphics/libwmf/patches/patch-aa +++ b/graphics/libwmf/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2000/02/29 06:43:01 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2000/08/05 02:36:38 jlam Exp $ --- Makefile.in.orig Thu Dec 16 10:31:01 1999 -+++ Makefile.in Tue Feb 29 01:30:08 2000 ++++ Makefile.in Fri Aug 4 20:21:16 2000 @@ -1,6 +1,6 @@ LIBS = -L./libdib -ldib @XPM_LIBS@ @LIBS@ -lm @@ -10,3 +10,12 @@ $NetBSD: patch-aa,v 1.2 2000/02/29 06:43:01 jlam Exp $ XFLIBS = -L./libxfig -lxfig -L./libdib -ldib @XPM_LIBS@ @LIBS@ @TTF_LIBS@ -lm +@@ -28,7 +28,7 @@ + libdir = @libdir@ + mandir = @mandir@ + +-CFLAGS = @CFLAGS@ @DEFS@ -I. @XPM_CFLAGS@ -I./libxfig -I./libdib -I./xgd-1.7.3 @TTF_CFLAGS@ ++CFLAGS = @CFLAGS@ @DEFS@ -I. -I./xgd-1.7.3 -I./libxfig -I./libdib @XPM_CFLAGS@ @TTF_CFLAGS@ + + MKINSTALLDIRS = $(srcdir)/mkinstalldirs + diff --git a/graphics/libwmf/patches/patch-ab b/graphics/libwmf/patches/patch-ab index 5940a340f78..9abdc2d47f4 100644 --- a/graphics/libwmf/patches/patch-ab +++ b/graphics/libwmf/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.1 2000/02/29 06:43:01 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2000/08/05 02:36:38 jlam Exp $ --- configure.in.orig Thu Dec 16 10:22:33 1999 -+++ configure.in Tue Feb 29 01:24:31 2000 -@@ -100,9 +100,8 @@ ++++ configure.in Fri Aug 4 20:27:48 2000 +@@ -86,7 +86,7 @@ + _SAVE_LDFLAGS=$LDFLAGS + + if test "$TTF_DIR" != "" ; then +-CFLAGS="-I${TTF_DIR}/include $CFLAGS" ++CFLAGS="-I${TTF_DIR}/include/freetype $CFLAGS" + LDFLAGS="-L${TTF_DIR}/lib $LDFLAGS" + fi + +@@ -100,22 +100,21 @@ AC_MSG_RESULT("$result") fi if [ test "$SYSTEM_TTF" = 1 ]; then @@ -14,7 +23,23 @@ $NetBSD: patch-ab,v 1.1 2000/02/29 06:43:01 jlam Exp $ else no_ttf=yes fi -@@ -128,9 +127,8 @@ + + if [ test -n "${TTF_DIR}" && test -d "${TTF_DIR}" && test "$SYSTEM_TTF" = 1 ]; then +- TTF_CFLAGS="-I${TTF_DIR}/include" ++ TTF_CFLAGS="-I${TTF_DIR}/include/freetype" + TTF_LIBS="-L${TTF_DIR}/lib ${TTF_LIBS}" + fi + + if test "x$no_ttf" = xyes; then + if test "$TTF_DIR" != "" ; then +- CFLAGS="-I${TTF_DIR} $CFLAGS" +- LDFLAGS="-L${TTF_DIR} $LDFLAGS" ++ CFLAGS="-I${TTF_DIR}/include/freetype $CFLAGS" ++ LDFLAGS="-L${TTF_DIR}/lib $LDFLAGS" + fi + + if test "$TTF_DIR" = no; then +@@ -128,16 +127,15 @@ AC_MSG_RESULT("$result") fi if [ test "$SYSTEM_TTF" = 1 ]; then @@ -26,21 +51,58 @@ $NetBSD: patch-ab,v 1.1 2000/02/29 06:43:01 jlam Exp $ else no_ttf=yes fi -@@ -404,7 +402,7 @@ + + if [ test -n "${TTF_DIR}" && test -d "${TTF_DIR}" && test "$SYSTEM_TTF" = 1 ]; then +- TTF_CFLAGS="-I${TTF_DIR}" +- TTF_LIBS="-L${TTF_DIR} ${TTF_LIBS}" ++ TTF_CFLAGS="-I${TTF_DIR}/include/freetype" ++ TTF_LIBS="-L${TTF_DIR}/lib ${TTF_LIBS}" + fi + + fi +@@ -404,20 +402,21 @@ AC_MSG_RESULT("$result") fi if [ test "$SYSTEM_TTF" = 1 ]; then - AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf"],no_ttf=yes,-lm) -+ AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf -lintl"],no_ttf=yes,-lintl) ++ AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf -lintl"], ++ no_ttf=yes,-lintl) else no_ttf=yes fi -@@ -430,7 +428,7 @@ + + if [ test -n "${TTF_DIR}" && test -d "${TTF_DIR}" && test "$SYSTEM_TTF" = 1 ]; then +- TTF_CFLAGS="-I${TTF_DIR}/include" ++ TTF_CFLAGS="-I${TTF_DIR}/include/freetype" + TTF_LIBS="-L${TTF_DIR}/lib ${TTF_LIBS}" + fi + + if test "x$no_ttf" = xyes; then + if test "$TTF_DIR" != "" ; then +- CFLAGS="-I${TTF_DIR} $CFLAGS" +- LDFLAGS="-L${TTF_DIR} $LDFLAGS" ++ CFLAGS="-I${TTF_DIR}/include/freetype $CFLAGS" ++ LDFLAGS="-L${TTF_DIR}/lib $LDFLAGS" + fi + + if test "$TTF_DIR" = no; then +@@ -430,15 +429,16 @@ AC_MSG_RESULT("$result") fi if [ test "$SYSTEM_TTF" = 1 ]; then - AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf"],no_ttf=yes,-lm) -+ AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf -lintl"],no_ttf=yes,-lintl) ++ AC_CHECK_LIB(ttf, TT_Init_FreeType, [TTF_LIBS="-lttf -lintl"], ++ no_ttf=yes,-lintl) else no_ttf=yes fi + + + if [ test -n "${TTF_DIR}" && test -d "${TTF_DIR}" && test "$SYSTEM_TTF" = 1 ]; then +- TTF_CFLAGS="-I${TTF_DIR}" +- TTF_LIBS="-L${TTF_DIR} ${TTF_LIBS}" ++ TTF_CFLAGS="-I${TTF_DIR}/include/freetype" ++ TTF_LIBS="-L${TTF_DIR}/lib ${TTF_LIBS}" + fi + + fi diff --git a/graphics/libwmf/patches/patch-ac b/graphics/libwmf/patches/patch-ac new file mode 100644 index 00000000000..41c3a3cbd2f --- /dev/null +++ b/graphics/libwmf/patches/patch-ac @@ -0,0 +1,36 @@ +$NetBSD: patch-ac,v 1.1 2000/08/05 02:36:38 jlam Exp $ + +--- xgd-1.7.3/Makefile.in.orig Thu Dec 16 10:31:47 1999 ++++ xgd-1.7.3/Makefile.in Fri Aug 4 20:18:39 2000 +@@ -45,7 +45,9 @@ + + #Typical install locations for freetype, zlib, xpm and libpng header files. + #If yours are somewhere else, change this. +-INCLUDEDIRS= ++#Put -I. first so that old versions of the gd library elsewhere ++#on your system can't cause conflicts while building a new one. ++INCLUDEDIRS=-I. + + #Typical install locations for freetype, zlib, xpm and libpng libraries. + #If yours are somewhere else, other than a standard location +@@ -80,18 +82,10 @@ + BIN_PROGRAMS=pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng + TEST_PROGRAMS=gdtest gddemo gd2time gdtestttf + +-all: libxgd.a $(PROGRAMS) ++all: libxgd.a + +-install: libxgd.a $(BIN_PROGRAMS) ++install: libxgd.a + $(INSTALL) libxgd.a $(INSTALL_LIB)/libxgd.a +- $(INSTALL) pngtogd $(INSTALL_BIN)/pngtogd +- $(INSTALL) pngtogd2 $(INSTALL_BIN)/pngtogd2 +- $(INSTALL) gdtopng $(INSTALL_BIN)/gdtopng +- $(INSTALL) gd2topng $(INSTALL_BIN)/gd2topng +- $(INSTALL) gd2copypal $(INSTALL_BIN)/gd2copypal +- $(INSTALL) gdparttopng $(INSTALL_BIN)/gdparttopng +- $(INSTALL) webpng $(INSTALL_BIN)/webpng +- $(INSTALL) bdftogd $(INSTALL_BIN)/bdftogd + $(INSTALL_DATA) gd.h $(INSTALL_INCLUDE)/gd.h + $(INSTALL_DATA) gdcache.h $(INSTALL_INCLUDE)/gdcache.h + $(INSTALL_DATA) gd_io.h $(INSTALL_INCLUDE)/gd_io.h diff --git a/graphics/libwmf/pkg/DESCR b/graphics/libwmf/pkg/DESCR index 45f9656fbe7..cfcd70a957b 100644 --- a/graphics/libwmf/pkg/DESCR +++ b/graphics/libwmf/pkg/DESCR @@ -1,8 +1,8 @@ -libwmf is a library for unix like machines that can convert wmf +libwmf is a library for UNIX-like machines that can convert wmf (Windows Meta Files) files into other formats. Currently it supports a gd binding to convert to png, and an X one to draw direct to an X window or pixmap. It also comes with a program to display wmfs: xwmf. -Without a truetype font server and the standard windows fonts the X +Without a TrueType font server and the standard MS Windows fonts, the X binding might render text in a different font than would appear under -windows natively (this is a runtime issue for the xwmf program). +MS Windows natively (this is a runtime issue for the xwmf program). diff --git a/graphics/libwmf/pkg/INSTALL b/graphics/libwmf/pkg/INSTALL deleted file mode 100644 index fe8b99340fb..00000000000 --- a/graphics/libwmf/pkg/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL,v 1.1.1.1 2000/02/27 18:33:38 wiz Exp $ - -if [ "$2" = POST-INSTALL ] -then - echo "--------------------------------------------------------" - echo For getting the most out of libwmf, consider getting - echo the default Windows TrueType fonts and installing xfstt, - echo a free TrueType font server for X11. - echo "--------------------------------------------------------" -fi - -exit 0 diff --git a/graphics/libwmf/pkg/MESSAGE b/graphics/libwmf/pkg/MESSAGE new file mode 100644 index 00000000000..144b7a3d56f --- /dev/null +++ b/graphics/libwmf/pkg/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2000/08/05 02:36:38 jlam Exp $ + +For getting the most out of libwmf, please consider getting the default +MS Windows TrueType fonts and installing xfstt, a free TrueType font +server for X11. +=========================================================================== diff --git a/graphics/libwmf/pkg/PLIST b/graphics/libwmf/pkg/PLIST index fb07b87f5dc..27dcfd47050 100644 --- a/graphics/libwmf/pkg/PLIST +++ b/graphics/libwmf/pkg/PLIST @@ -1,27 +1,20 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/27 18:33:38 wiz Exp $ -bin/bdftogd -bin/gd2copypal -bin/gd2topng -bin/gdparttopng -bin/gdtopng -bin/pngtogd -bin/pngtogd2 -bin/webpng +@comment $NetBSD: PLIST,v 1.2 2000/08/05 02:36:38 jlam Exp $ bin/wmftofig bin/wmftopng bin/xwmf -include/Xwmfapi.h -include/dibtoxpm.h -include/gd.h -include/gd_io.h -include/gdcache.h -include/gdfontg.h -include/gdfontl.h -include/gdfontmb.h -include/gdfonts.h -include/gdfontt.h -include/gdwmfapi.h -include/wmfapi.h +include/libwmf/Xwmfapi.h +include/libwmf/dibtoxpm.h +include/libwmf/gd.h +include/libwmf/gd_io.h +include/libwmf/gdcache.h +include/libwmf/gdfontg.h +include/libwmf/gdfontl.h +include/libwmf/gdfontmb.h +include/libwmf/gdfonts.h +include/libwmf/gdfontt.h +include/libwmf/gdwmfapi.h +include/libwmf/myxpm.h +include/libwmf/wmfapi.h lib/libXwmf.a lib/libdib.a lib/libgdwmf.a @@ -29,82 +22,83 @@ lib/libwmf.a lib/libxfig.a lib/libxfwmf.a lib/libxgd.a -share/doc/libwmf/2.html -share/doc/libwmf/Arc.html -share/doc/libwmf/BitBlt.html -share/doc/libwmf/Bmpfrmat.html -share/doc/libwmf/COPYING -share/doc/libwmf/CREDITS -share/doc/libwmf/Chord.html -share/doc/libwmf/CreateBrushIndirect.html -share/doc/libwmf/CreatePenIndirect.html -share/doc/libwmf/CreateRegion.html -share/doc/libwmf/DeleteObject.html -share/doc/libwmf/DibBitBlt.html -share/doc/libwmf/DibCreatePatternBrush.html -share/doc/libwmf/DibStretchBlt.html -share/doc/libwmf/Ellipse.html -share/doc/libwmf/ExcludeClipRect.html -share/doc/libwmf/ExtFloodFill.html -share/doc/libwmf/ExtTextOut.html -share/doc/libwmf/FillRgn.html -share/doc/libwmf/FloodFill.html -share/doc/libwmf/FrameRgn.html -share/doc/libwmf/IntersectClipRect.html -share/doc/libwmf/InvertRgn.html -share/doc/libwmf/LineTo.html -share/doc/libwmf/MoveTo.html -share/doc/libwmf/OffsetClipRgn.html -share/doc/libwmf/OffsetViewportOrg.html -share/doc/libwmf/OffsetWindowOrg.html -share/doc/libwmf/PaintRgn.html -share/doc/libwmf/PatBlt.html -share/doc/libwmf/Pie.html -share/doc/libwmf/PolyPolygon.html -share/doc/libwmf/Polygon.html -share/doc/libwmf/Polyline.html -share/doc/libwmf/README -share/doc/libwmf/Rectangle.html -share/doc/libwmf/RestoreDC.html -share/doc/libwmf/RoundRect.html -share/doc/libwmf/SaveDC.html -share/doc/libwmf/ScaleViewportExt.html -share/doc/libwmf/ScaleWindowExt.html -share/doc/libwmf/SelectClipRgn.html -share/doc/libwmf/SelectObject.html -share/doc/libwmf/SetBkColor.html -share/doc/libwmf/SetBkMode.html -share/doc/libwmf/SetDIBitsToDevice.html -share/doc/libwmf/SetMapMode.html -share/doc/libwmf/SetMapperFlags.html -share/doc/libwmf/SetPixel.html -share/doc/libwmf/SetPolyFillMode.html -share/doc/libwmf/SetROP2.html -share/doc/libwmf/SetStretchBltMode.html -share/doc/libwmf/SetTextAlign.html -share/doc/libwmf/SetTextCharacterExtra.html -share/doc/libwmf/SetTextColor.html -share/doc/libwmf/SetTextJustification.html -share/doc/libwmf/SetViewportExt.html -share/doc/libwmf/SetViewportOrg.html -share/doc/libwmf/SetWindowExt.html -share/doc/libwmf/SetWindowOrg.html -share/doc/libwmf/TextOut.html -share/doc/libwmf/dibs.html -share/doc/libwmf/esc.html -share/doc/libwmf/index.html -share/doc/libwmf/mapmode.html -share/doc/libwmf/msmeta01.gif -share/doc/libwmf/msmeta02.gif -share/doc/libwmf/msmeta03.gif -share/doc/libwmf/msmeta04.gif -share/doc/libwmf/ora-clp.html -share/doc/libwmf/ora-wmf.html -share/doc/libwmf/pics/weave.jpg -share/doc/libwmf/rop.html -share/doc/libwmf/support.html -share/doc/libwmf/support2.html -share/doc/libwmf/template.html -share/doc/libwmf/unknown.html -@dirrm share/doc/libwmf/pics -@dirrm share/doc/libwmf +share/doc/html/libwmf/2.html +share/doc/html/libwmf/Arc.html +share/doc/html/libwmf/BitBlt.html +share/doc/html/libwmf/Bmpfrmat.html +share/doc/html/libwmf/COPYING +share/doc/html/libwmf/CREDITS +share/doc/html/libwmf/Chord.html +share/doc/html/libwmf/CreateBrushIndirect.html +share/doc/html/libwmf/CreatePenIndirect.html +share/doc/html/libwmf/CreateRegion.html +share/doc/html/libwmf/DeleteObject.html +share/doc/html/libwmf/DibBitBlt.html +share/doc/html/libwmf/DibCreatePatternBrush.html +share/doc/html/libwmf/DibStretchBlt.html +share/doc/html/libwmf/Ellipse.html +share/doc/html/libwmf/ExcludeClipRect.html +share/doc/html/libwmf/ExtFloodFill.html +share/doc/html/libwmf/ExtTextOut.html +share/doc/html/libwmf/FillRgn.html +share/doc/html/libwmf/FloodFill.html +share/doc/html/libwmf/FrameRgn.html +share/doc/html/libwmf/IntersectClipRect.html +share/doc/html/libwmf/InvertRgn.html +share/doc/html/libwmf/LineTo.html +share/doc/html/libwmf/MoveTo.html +share/doc/html/libwmf/OffsetClipRgn.html +share/doc/html/libwmf/OffsetViewportOrg.html +share/doc/html/libwmf/OffsetWindowOrg.html +share/doc/html/libwmf/PaintRgn.html +share/doc/html/libwmf/PatBlt.html +share/doc/html/libwmf/Pie.html +share/doc/html/libwmf/PolyPolygon.html +share/doc/html/libwmf/Polygon.html +share/doc/html/libwmf/Polyline.html +share/doc/html/libwmf/README +share/doc/html/libwmf/Rectangle.html +share/doc/html/libwmf/RestoreDC.html +share/doc/html/libwmf/RoundRect.html +share/doc/html/libwmf/SaveDC.html +share/doc/html/libwmf/ScaleViewportExt.html +share/doc/html/libwmf/ScaleWindowExt.html +share/doc/html/libwmf/SelectClipRgn.html +share/doc/html/libwmf/SelectObject.html +share/doc/html/libwmf/SetBkColor.html +share/doc/html/libwmf/SetBkMode.html +share/doc/html/libwmf/SetDIBitsToDevice.html +share/doc/html/libwmf/SetMapMode.html +share/doc/html/libwmf/SetMapperFlags.html +share/doc/html/libwmf/SetPixel.html +share/doc/html/libwmf/SetPolyFillMode.html +share/doc/html/libwmf/SetROP2.html +share/doc/html/libwmf/SetStretchBltMode.html +share/doc/html/libwmf/SetTextAlign.html +share/doc/html/libwmf/SetTextCharacterExtra.html +share/doc/html/libwmf/SetTextColor.html +share/doc/html/libwmf/SetTextJustification.html +share/doc/html/libwmf/SetViewportExt.html +share/doc/html/libwmf/SetViewportOrg.html +share/doc/html/libwmf/SetWindowExt.html +share/doc/html/libwmf/SetWindowOrg.html +share/doc/html/libwmf/TextOut.html +share/doc/html/libwmf/dibs.html +share/doc/html/libwmf/esc.html +share/doc/html/libwmf/index.html +share/doc/html/libwmf/mapmode.html +share/doc/html/libwmf/msmeta01.gif +share/doc/html/libwmf/msmeta02.gif +share/doc/html/libwmf/msmeta03.gif +share/doc/html/libwmf/msmeta04.gif +share/doc/html/libwmf/ora-clp.html +share/doc/html/libwmf/ora-wmf.html +share/doc/html/libwmf/pics/weave.jpg +share/doc/html/libwmf/rop.html +share/doc/html/libwmf/support.html +share/doc/html/libwmf/support2.html +share/doc/html/libwmf/template.html +share/doc/html/libwmf/unknown.html +@dirrm share/doc/html/libwmf/pics +@dirrm share/doc/html/libwmf +@dirrm include/libwmf |