Date: Sun, 19 Feb 2012 09:07:38 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/libxaw3dxft Makefile distinfo pkg-descr pkg-plist Message-ID: <201202190907.q1J97cW8051842@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
johans 2012-02-19 09:07:38 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/libxaw3dxft Makefile distinfo pkg-descr pkg-plist Log: - Add new port: x11-toolkits/libxaw3dxft It is an alternative for libxaw3d, with support for UTF-8 and fancy fonts. This library is a requirement for newer versions of graphics/xpaint. libxaw3dxft is a Xaw (Athena Widget Set) replacement that looks three-dimensional. Xaw3dxft is an extended version of xaw3d with support for UTF8 input and UTF8 encoding of text, and rendering text with the Freetype library and Truetype fonts. It should be mostly compatible with the original xaw3d library, except for font management : everything using the old X11 core font routines should be replaced by their freetype equivalents. The main advantage of using libxaw3dxft over libxaw3d or libxaw is that all text will appear nicely antialiasedd when using truetype fonts in the menu widgets. Also, the use of UTF8 makes it easier to internationalize applications in arbitrary languages. WWW: http://sf-xpaint.sourceforge.net/ Revision Changes Path 1.596 +1 -0 ports/x11-toolkits/Makefile 1.1 +29 -0 ports/x11-toolkits/libxaw3dxft/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/libxaw3dxft/distinfo (new) 1.1 +17 -0 ports/x11-toolkits/libxaw3dxft/pkg-descr (new) 1.1 +80 -0 ports/x11-toolkits/libxaw3dxft/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202190907.q1J97cW8051842>