new port providing Truetype fonts to use with Linux programs
This commit is contained in:
parent
b89675496e
commit
154b41c5dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94419
4 changed files with 57 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += lfpfonts-fix
|
||||
SUBDIR += lfpfonts-var
|
||||
SUBDIR += linux-fontconfig
|
||||
SUBDIR += linux-urw-fonts
|
||||
SUBDIR += mkbold
|
||||
SUBDIR += mkfontalias
|
||||
SUBDIR += mkitalic
|
||||
|
|
32
x11-fonts/linux-urw-fonts/Makefile
Normal file
32
x11-fonts/linux-urw-fonts/Makefile
Normal file
|
@ -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"
|
2
x11-fonts/linux-urw-fonts/distinfo
Normal file
2
x11-fonts/linux-urw-fonts/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
$FreeBSD$
|
||||
MD5 (rpm/urw-fonts-2.0-29.noarch.rpm) = ee7cb1339a4436bbdad2c8746eada2ee
|
22
x11-fonts/linux-urw-fonts/pkg-descr
Normal file
22
x11-fonts/linux-urw-fonts/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue