diff options
-rw-r--r-- | x11-fonts/libXft/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/libXft/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/libXft/pkg-descr | 10 | ||||
-rw-r--r-- | x11-fonts/libXft/pkg-plist | 9 |
4 files changed, 47 insertions, 0 deletions
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 <marcus@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |