diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-28 05:56:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-28 05:56:22 +0000 |
commit | 3a3bd89be9ac79f785d2d43519c126d6d2d0d7f4 (patch) | |
tree | 3221699ceea84084c71b405aa6f1b30bf8eb83d0 | |
parent | f75c572c8b7cdeadce05791c245ec2521651a6fb (diff) | |
download | FreeBSD-ports-3a3bd89be9ac79f785d2d43519c126d6d2d0d7f4.zip FreeBSD-ports-3a3bd89be9ac79f785d2d43519c126d6d2d0d7f4.tar.gz |
* Install fc-cache and fc-list manpages [1]
* Quiet portlint with regard to pkg-descr
* De-pkg-comment
Requested by: Gord Broom <gord@selfstyled.dyndns.org> [1]
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 8 | ||||
-rw-r--r-- | x11-fonts/fontconfig/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fonts/fontconfig/pkg-descr | 3 |
3 files changed, 9 insertions, 3 deletions
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 <bsd.port.pre.mk> @@ -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. |