From 3a3bd89be9ac79f785d2d43519c126d6d2d0d7f4 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 28 Feb 2003 05:56:22 +0000 Subject: * Install fc-cache and fc-list manpages [1] * Quiet portlint with regard to pkg-descr * De-pkg-comment Requested by: Gord Broom [1] --- x11-fonts/fontconfig/Makefile | 8 +++++++- x11-fonts/fontconfig/pkg-comment | 1 - x11-fonts/fontconfig/pkg-descr | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 x11-fonts/fontconfig/pkg-comment (limited to 'x11-fonts') diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 8246735..5056b88 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -7,12 +7,13 @@ PORTNAME= fontconfig PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fonts MASTER_SITES= http://www.fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} MAINTAINER= gnome@FreeBSD.org +COMMENT= An XML-based font configuration API for X Windows BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ @@ -30,6 +31,7 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig +MAN1= fc-cache.1 fc-list.1 MAN3= fontconfig.3 .include @@ -45,6 +47,10 @@ pre-patch: post-install: @${INSTALL_DATA} ${WRKSRC}/src/fontconfig.man \ ${PREFIX}/man/man3/fontconfig.3 + @${INSTALL_DATA} ${WRKSRC}/fc-cache/fc-cache.man \ + ${PREFIX}/man/man1/fc-cache.1 + @${INSTALL_DATA} ${WRKSRC}/fc-list/fc-list.man \ + ${PREFIX}/man/man1/fc-list.1 .if !defined(PACKAGE_BUILDING) @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif diff --git a/x11-fonts/fontconfig/pkg-comment b/x11-fonts/fontconfig/pkg-comment deleted file mode 100644 index dc1388e..0000000 --- a/x11-fonts/fontconfig/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An XML-based font configuration API for X Windows diff --git a/x11-fonts/fontconfig/pkg-descr b/x11-fonts/fontconfig/pkg-descr index 4ce0de2..7595ac2 100644 --- a/x11-fonts/fontconfig/pkg-descr +++ b/x11-fonts/fontconfig/pkg-descr @@ -1,6 +1,7 @@ Fontconfig does the following: - * discover new fonts when installed automatically, removing a common source of configuration problems. + * discover new fonts when installed automatically, removing a common source + of configuration problems. * perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing. * identify the set of fonts required to completely cover a set of languages. -- cgit v1.1