From e0a01073842e359f2dd9299e5b8897715650db56 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 16 Oct 2009 21:10:36 +0000 Subject: Update to 2.1.14. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13121 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-fonts/libXft/Makefile | 25 +++++++++++++++++++++++++ x11-fonts/libXft/distinfo | 3 +++ x11-fonts/libXft/pkg-descr | 10 ++++++++++ x11-fonts/libXft/pkg-plist | 9 +++++++++ 4 files changed, 47 insertions(+) create mode 100644 x11-fonts/libXft/Makefile create mode 100644 x11-fonts/libXft/distinfo create mode 100644 x11-fonts/libXft/pkg-descr create mode 100644 x11-fonts/libXft/pkg-plist (limited to 'x11-fonts/libXft') diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile new file mode 100644 index 000000000..696f58073 --- /dev/null +++ b/x11-fonts/libXft/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: Xft +# Date created: 06 October 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= libXft +PORTVERSION= 2.1.14 +CATEGORIES= x11-fonts + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A client-sided font API for X applications + +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig + +XORG_CAT= lib +USE_XORG= xproto:both xrender + +MAN1= xft-config.1 +MAN3= Xft.3 + +.include diff --git a/x11-fonts/libXft/distinfo b/x11-fonts/libXft/distinfo new file mode 100644 index 000000000..789527c9a --- /dev/null +++ b/x11-fonts/libXft/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/libXft-2.1.14.tar.bz2) = 254e62a233491e0e1251636536163e20 +SHA256 (xorg/lib/libXft-2.1.14.tar.bz2) = 700e9d594b81cad3dfd5fac4a5cfd0c4cf7780c812507ef04eb40139ebf5175e +SIZE (xorg/lib/libXft-2.1.14.tar.bz2) = 289068 diff --git a/x11-fonts/libXft/pkg-descr b/x11-fonts/libXft/pkg-descr new file mode 100644 index 000000000..fed3119ce --- /dev/null +++ b/x11-fonts/libXft/pkg-descr @@ -0,0 +1,10 @@ +The current version of Xft provides a client-side font API for X +applications. It uses Fontconfig to select fonts and the X protocol for +rendering them. When available, Xft uses the Render extension to accelerate +text drawing. When Render is not available, Xft uses the core protocol to draw +client-side glyphs. This provides completely compatible support of client-side +fonts for all X servers. + +-- keithp + +WWW: http://fontconfig.org/ diff --git a/x11-fonts/libXft/pkg-plist b/x11-fonts/libXft/pkg-plist new file mode 100644 index 000000000..f8ec4c5ac --- /dev/null +++ b/x11-fonts/libXft/pkg-plist @@ -0,0 +1,9 @@ +bin/xft-config +include/X11/Xft/Xft.h +include/X11/Xft/XftCompat.h +lib/libXft.so.2 +lib/libXft.so +lib/libXft.la +lib/libXft.a +libdata/pkgconfig/xft.pc +@dirrm include/X11/Xft -- cgit v1.2.3