From owner-cvs-ports@FreeBSD.ORG Sun Feb 19 09:07:38 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13B0106564A; Sun, 19 Feb 2012 09:07:38 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 979088FC13; Sun, 19 Feb 2012 09:07:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1J97cET051843; Sun, 19 Feb 2012 09:07:38 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1J97cW8051842; Sun, 19 Feb 2012 09:07:38 GMT (envelope-from johans) Message-Id: <201202190907.q1J97cW8051842@repoman.freebsd.org> From: Johan van Selst Date: Sun, 19 Feb 2012 09:07:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/libxaw3dxft Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 09:07:38 -0000 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)