diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 03:18:25 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 03:18:25 +0000 |
commit | 6282cd617c7bd0511dc512d28136bcf8b76e72d2 (patch) | |
tree | bbf3b61be8d1d92388e1dab4d699a79b1b75618f /x11-fonts | |
parent | 0294db10b92ddb5bc33d820323c281cb669db777 (diff) | |
download | FreeBSD-ports-6282cd617c7bd0511dc512d28136bcf8b76e72d2.zip FreeBSD-ports-6282cd617c7bd0511dc512d28136bcf8b76e72d2.tar.gz |
new port providing Truetype fonts to use with Linux programs
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/linux-urw-fonts/Makefile | 32 | ||||
-rw-r--r-- | x11-fonts/linux-urw-fonts/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/linux-urw-fonts/pkg-descr | 22 |
4 files changed, 57 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 514b1dc..12301fd 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -25,6 +25,7 @@ SUBDIR += lfpfonts-fix SUBDIR += lfpfonts-var SUBDIR += linux-fontconfig + SUBDIR += linux-urw-fonts SUBDIR += mkbold SUBDIR += mkfontalias SUBDIR += mkitalic diff --git a/x11-fonts/linux-urw-fonts/Makefile b/x11-fonts/linux-urw-fonts/Makefile new file mode 100644 index 0000000..9154381 --- /dev/null +++ b/x11-fonts/linux-urw-fonts/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: linux-urw-fonts +# Date created: 2003-11-19 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= urw-fonts +PORTVERSION= 2.0 +PORTREVISION= 0 +CATEGORIES= x11-fonts linux + +MAINTAINER= trevor@FreeBSD.org +COMMENT= Truetype fonts for use with Linux programs + +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio + +BASEVERSION= 9 +MD5_FILE= ${MASTERDIR}/distinfo +PLIST= ${WRKDIR}/plist +RPM_SET= urw-fonts-2.0-29.noarch.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 | ${GREP} -E 'urw|default' | \ + ${SED} -e 's:^:@dirrm :' >> ${PLIST} + +.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/x11-fonts/linux-urw-fonts/distinfo b/x11-fonts/linux-urw-fonts/distinfo new file mode 100644 index 0000000..9c1e8d6 --- /dev/null +++ b/x11-fonts/linux-urw-fonts/distinfo @@ -0,0 +1,2 @@ +$FreeBSD$ +MD5 (rpm/urw-fonts-2.0-29.noarch.rpm) = ee7cb1339a4436bbdad2c8746eada2ee diff --git a/x11-fonts/linux-urw-fonts/pkg-descr b/x11-fonts/linux-urw-fonts/pkg-descr new file mode 100644 index 0000000..f42de8f --- /dev/null +++ b/x11-fonts/linux-urw-fonts/pkg-descr @@ -0,0 +1,22 @@ +This port provides these Truetype fonts for use with Linux programs: + + URW-Avantgarde-book and -demibold + URW-Bookman L-demi bold and -light + URW-Bookman-demibold and -light + URW-Century Schoolbook L-bold and -medium + URW-New Century Schoolbook-bold and -medium + URW-Chancery L-medium + URW-Courier-bold and -medium + URW-Gothic L-book and -demi bold + URW-Helvetica-bold and -medium + URW-New Century Schoolbook-bold and -medium + URW-Nimbus Mono L-bold and -medium + URW-Nimbus Roman No9 + URW-Nimbus Sans L-bold and -medium + URW-Palatino-bold and -medium + URW-Palladio L-bold and -medium + URW-Standard Symbols L-medium + URW-Symbol-medium + URW-Times-bold and -medium + URW-Zapf Chancery-medium + URW-Zapf Dingbats-medium |