diff options
author | reed <reed> | 2004-03-22 17:20:28 +0000 |
---|---|---|
committer | reed <reed> | 2004-03-22 17:20:28 +0000 |
commit | c924d0ad8b32b7a34b21f607bf164ccb8aedd089 (patch) | |
tree | aa31e2c951acb41acea83551b2d6e300398243a7 /graphics/libwmf | |
parent | ef425c86a18df8cb24361d2195bf5ce3871ec908 (diff) | |
download | pkgsrc-c924d0ad8b32b7a34b21f607bf164ccb8aedd089.tar.gz |
libwmf developer told me that xwmf is part of libwmf
and wmf2x is part of libwmf2 (which we have now).
So change the reference.
This will close my PR #pkg/22937.
The other wording in this DESCRiption is still unclear to me.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwmf/DESCR b/graphics/libwmf/DESCR index cfcd70a957b..7e9c8ec417d 100644 --- a/graphics/libwmf/DESCR +++ b/graphics/libwmf/DESCR @@ -1,8 +1,8 @@ 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. +window or pixmap. It also comes with a program to display wmfs: wmf2x. 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 -MS Windows natively (this is a runtime issue for the xwmf program). +MS Windows natively (this is a runtime issue for the wmf2x program). |