From 22a279176dba2434ce36b7878f117b620cf5962f Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 19 Nov 2003 13:56:38 +0000 Subject: new Linux/i386 binary port of Fontconfig --- x11-fonts/Makefile | 1 + x11-fonts/linux-f10-fontconfig/Makefile | 30 ++++++++++++++++++++++++++++ x11-fonts/linux-f10-fontconfig/distinfo.i386 | 2 ++ x11-fonts/linux-f10-fontconfig/pkg-descr | 22 ++++++++++++++++++++ x11-fonts/linux-f8-fontconfig/Makefile | 30 ++++++++++++++++++++++++++++ x11-fonts/linux-f8-fontconfig/distinfo.i386 | 2 ++ x11-fonts/linux-f8-fontconfig/pkg-descr | 22 ++++++++++++++++++++ x11-fonts/linux-fontconfig/Makefile | 30 ++++++++++++++++++++++++++++ x11-fonts/linux-fontconfig/distinfo.i386 | 2 ++ x11-fonts/linux-fontconfig/pkg-descr | 22 ++++++++++++++++++++ 10 files changed, 163 insertions(+) create mode 100644 x11-fonts/linux-f10-fontconfig/Makefile create mode 100644 x11-fonts/linux-f10-fontconfig/distinfo.i386 create mode 100644 x11-fonts/linux-f10-fontconfig/pkg-descr create mode 100644 x11-fonts/linux-f8-fontconfig/Makefile create mode 100644 x11-fonts/linux-f8-fontconfig/distinfo.i386 create mode 100644 x11-fonts/linux-f8-fontconfig/pkg-descr create mode 100644 x11-fonts/linux-fontconfig/Makefile create mode 100644 x11-fonts/linux-fontconfig/distinfo.i386 create mode 100644 x11-fonts/linux-fontconfig/pkg-descr (limited to 'x11-fonts') diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 687be7e3b917..514b1dc430a3 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -24,6 +24,7 @@ SUBDIR += jmk-x11-fonts SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var + SUBDIR += linux-fontconfig SUBDIR += mkbold SUBDIR += mkfontalias SUBDIR += mkitalic diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile new file mode 100644 index 000000000000..2ede5cb7612a --- /dev/null +++ b/x11-fonts/linux-f10-fontconfig/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: linux-fontconfig +# Date created: 2003-11-19 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= fontconfig +PORTVERSION= 2.1 +CATEGORIES= x11-fonts linux + +MAINTAINER= trevor@FreeBSD.org +COMMENT= Linux/i386 binary of Fontconfig + +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio + +BASEVERSION= 9 +ONLY_FOR_ARCHS= i386 +PLIST= ${WRKDIR}/plist +RPM_SET= fontconfig-2.1-9.i386.rpm + +pre-install: + ${RM} -rf ${WRKSRC}/tmp + ${MKDIR} ${WRKSRC}/tmp + cd ${WRKSRC}/tmp; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + ${FIND} * -type f -o -type l > ${PLIST}; \ + ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + +.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/x11-fonts/linux-f10-fontconfig/distinfo.i386 b/x11-fonts/linux-f10-fontconfig/distinfo.i386 new file mode 100644 index 000000000000..6e4233ff576d --- /dev/null +++ b/x11-fonts/linux-f10-fontconfig/distinfo.i386 @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/fontconfig-2.1-9.i386.rpm) = 86e827ffaa502266116047e840f8eb8f diff --git a/x11-fonts/linux-f10-fontconfig/pkg-descr b/x11-fonts/linux-f10-fontconfig/pkg-descr new file mode 100644 index 000000000000..6ba73f488307 --- /dev/null +++ b/x11-fonts/linux-f10-fontconfig/pkg-descr @@ -0,0 +1,22 @@ +This is a Linux/i386 binary port of the Fontconfig library and utilities. + +In the words of its author, Keith Packard: + + Fontconfig can: + * 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. + * have GUI configuration tools built as it uses an XML-based + configuration file (though with autodiscovery, we believe this need + is minimized). + * efficiently and quickly find the fonts you need among the set of + fonts you have installed, even if you have installed thousands of + fonts, while minimzing memory usage. + * be used in concert with the X Render Extension and FreeType to + implement high quality, anti-aliased and subpixel rendered text on a + display. + +WWW: http://freedesktop.org/software/fontconfig diff --git a/x11-fonts/linux-f8-fontconfig/Makefile b/x11-fonts/linux-f8-fontconfig/Makefile new file mode 100644 index 000000000000..2ede5cb7612a --- /dev/null +++ b/x11-fonts/linux-f8-fontconfig/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: linux-fontconfig +# Date created: 2003-11-19 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= fontconfig +PORTVERSION= 2.1 +CATEGORIES= x11-fonts linux + +MAINTAINER= trevor@FreeBSD.org +COMMENT= Linux/i386 binary of Fontconfig + +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio + +BASEVERSION= 9 +ONLY_FOR_ARCHS= i386 +PLIST= ${WRKDIR}/plist +RPM_SET= fontconfig-2.1-9.i386.rpm + +pre-install: + ${RM} -rf ${WRKSRC}/tmp + ${MKDIR} ${WRKSRC}/tmp + cd ${WRKSRC}/tmp; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + ${FIND} * -type f -o -type l > ${PLIST}; \ + ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + +.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/x11-fonts/linux-f8-fontconfig/distinfo.i386 b/x11-fonts/linux-f8-fontconfig/distinfo.i386 new file mode 100644 index 000000000000..6e4233ff576d --- /dev/null +++ b/x11-fonts/linux-f8-fontconfig/distinfo.i386 @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/fontconfig-2.1-9.i386.rpm) = 86e827ffaa502266116047e840f8eb8f diff --git a/x11-fonts/linux-f8-fontconfig/pkg-descr b/x11-fonts/linux-f8-fontconfig/pkg-descr new file mode 100644 index 000000000000..6ba73f488307 --- /dev/null +++ b/x11-fonts/linux-f8-fontconfig/pkg-descr @@ -0,0 +1,22 @@ +This is a Linux/i386 binary port of the Fontconfig library and utilities. + +In the words of its author, Keith Packard: + + Fontconfig can: + * 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. + * have GUI configuration tools built as it uses an XML-based + configuration file (though with autodiscovery, we believe this need + is minimized). + * efficiently and quickly find the fonts you need among the set of + fonts you have installed, even if you have installed thousands of + fonts, while minimzing memory usage. + * be used in concert with the X Render Extension and FreeType to + implement high quality, anti-aliased and subpixel rendered text on a + display. + +WWW: http://freedesktop.org/software/fontconfig diff --git a/x11-fonts/linux-fontconfig/Makefile b/x11-fonts/linux-fontconfig/Makefile new file mode 100644 index 000000000000..2ede5cb7612a --- /dev/null +++ b/x11-fonts/linux-fontconfig/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: linux-fontconfig +# Date created: 2003-11-19 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= fontconfig +PORTVERSION= 2.1 +CATEGORIES= x11-fonts linux + +MAINTAINER= trevor@FreeBSD.org +COMMENT= Linux/i386 binary of Fontconfig + +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio + +BASEVERSION= 9 +ONLY_FOR_ARCHS= i386 +PLIST= ${WRKDIR}/plist +RPM_SET= fontconfig-2.1-9.i386.rpm + +pre-install: + ${RM} -rf ${WRKSRC}/tmp + ${MKDIR} ${WRKSRC}/tmp + cd ${WRKSRC}/tmp; \ + rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ + ${FIND} * -type f -o -type l > ${PLIST}; \ + ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + +.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/x11-fonts/linux-fontconfig/distinfo.i386 b/x11-fonts/linux-fontconfig/distinfo.i386 new file mode 100644 index 000000000000..6e4233ff576d --- /dev/null +++ b/x11-fonts/linux-fontconfig/distinfo.i386 @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/fontconfig-2.1-9.i386.rpm) = 86e827ffaa502266116047e840f8eb8f diff --git a/x11-fonts/linux-fontconfig/pkg-descr b/x11-fonts/linux-fontconfig/pkg-descr new file mode 100644 index 000000000000..6ba73f488307 --- /dev/null +++ b/x11-fonts/linux-fontconfig/pkg-descr @@ -0,0 +1,22 @@ +This is a Linux/i386 binary port of the Fontconfig library and utilities. + +In the words of its author, Keith Packard: + + Fontconfig can: + * 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. + * have GUI configuration tools built as it uses an XML-based + configuration file (though with autodiscovery, we believe this need + is minimized). + * efficiently and quickly find the fonts you need among the set of + fonts you have installed, even if you have installed thousands of + fonts, while minimzing memory usage. + * be used in concert with the X Render Extension and FreeType to + implement high quality, anti-aliased and subpixel rendered text on a + display. + +WWW: http://freedesktop.org/software/fontconfig -- cgit v1.2.3