diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-05 05:56:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-05 05:56:42 +0000 |
commit | 00be988d6c5b8ec10036f12182ca099c7d8c78fb (patch) | |
tree | 1b6de0ce86e41907ec3c10ba21bca21b997900bc /devel/bouml/DESCR | |
parent | 727452de28f02f803df2c4da3b718fb80c56998d (diff) | |
download | pkgsrc-00be988d6c5b8ec10036f12182ca099c7d8c78fb.tar.gz |
Imported bouml from pkgsrc-wip.
BOUML is a free UML tool box (under development) allowing you to specify and
generate code in C++, Java and Idl. It runs under Unix/Linux/Solaris, MacOS X,
and Windows. Also generates UML elements from code.
This package requires QT3 built with -no-xft. Bouml does not work with QT4.
QT3 must be built with the -no-xft option because the QT3 package has
been configured to depend on Xft2. When QT3 opens a font, the font size is
wrong, and the following message is given to the console:"couldn't open
fontconfigs chosen font with Xft!!!" Until the relationship between QT3,
fontconfigs, and Xft2 is resolved, use the -no-xft option. i.e. Prior to
building bouml, build and install "pkgsrc/x11/qt3-libs" with the following
line
CONFIGURE_ARGS+= -no-xft
added to
pkgsrc/x11/qt3-libs/Makefile.common
Diffstat (limited to 'devel/bouml/DESCR')
-rw-r--r-- | devel/bouml/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/bouml/DESCR b/devel/bouml/DESCR new file mode 100644 index 00000000000..1dc06a4a1c0 --- /dev/null +++ b/devel/bouml/DESCR @@ -0,0 +1,16 @@ +BOUML is a free UML tool box (under development) allowing you to specify and +generate code in C++, Java and Idl. It runs under Unix/Linux/Solaris, MacOS X, +and Windows. Also generates UML elements from code. + +This package requires QT3 built with -no-xft. Bouml does not work with QT4. + +QT3 must be built with the -no-xft option because the QT3 package has +been configured to depend on Xft2. When QT3 opens a font, the font size is +wrong, and the following message is given to the console:"couldn't open +fontconfigs chosen font with Xft!!!" Until the relationship between QT3, +fontconfigs, and Xft2 is resolved, use the -no-xft option. i.e. Prior to +building bouml, build and install "pkgsrc/x11/qt3-libs" with the following +line + CONFIGURE_ARGS+= -no-xft +added to + pkgsrc/x11/qt3-libs/Makefile.common |