summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-28 05:56:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-28 05:56:22 +0000
commit25ec5532939308020e0ff39401e0818d0c98823f (patch)
tree9d4dde8d749dcd22764fede0c859920d09af591e /x11-fonts
parent* Update to 2.2.0.2 (diff)
* 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]
Notes
Notes: svn path=/head/; revision=76608
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontconfig/Makefile8
-rw-r--r--x11-fonts/fontconfig/pkg-comment1
-rw-r--r--x11-fonts/fontconfig/pkg-descr3
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index 824673511b63..5056b88fe885 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 dc1388ee58d8..000000000000
--- 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 4ce0de27a216..7595ac232cb9 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.