mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
new port of the fonts from the SGI ProPack 1.4 for Linux, from a
suggestion by Ryan Dooley
This commit is contained in:
parent
7889925e5e
commit
7eaf0ff50a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60347
@ -28,6 +28,7 @@
|
||||
SUBDIR += p5-Font-AFM
|
||||
SUBDIR += p5-Font-TTF
|
||||
SUBDIR += p5-type1inst
|
||||
SUBDIR += sgifonts
|
||||
SUBDIR += sharefonts
|
||||
SUBDIR += tkfont
|
||||
SUBDIR += ttmkfdir
|
||||
|
56
x11-fonts/sgifonts/Makefile
Normal file
56
x11-fonts/sgifonts/Makefile
Normal file
@ -0,0 +1,56 @@
|
||||
# New ports collection makefile for: sgifonts
|
||||
# Date created: 2002-05-31
|
||||
# Whom: trevor
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sgifonts
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://oss.sgi.com/projects/sgilinux-combined/download/sgipropack1.4/MNT-INSTALL/SGI/SRPMS/
|
||||
DISTNAME= sgi-fonts-1.0-1.src
|
||||
EXTRACT_SUFX= .rpm
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
|
||||
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/sgi-fonts
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \
|
||||
> ${WRKDIR}/sgifonts.cpio
|
||||
cd ${WRKDIR}; \
|
||||
cpio --extract --no-preserve-owner \
|
||||
--preserve-modification-time --unconditional --verbose \
|
||||
< ${WRKDIR}/sgifonts.cpio
|
||||
${TAR} -C ${WRKDIR} -xf ${WRKDIR}/sgi-fonts.tar.gz
|
||||
|
||||
pre-install:
|
||||
${RM} -f ${PLIST}
|
||||
cd ${WRKSRC}; for ii in `${LS} *gz fonts.alias fonts.dir | sort`; do \
|
||||
${ECHO_CMD} lib/X11/fonts/sgi/$${ii} >> ${PLIST}; \
|
||||
done
|
||||
${ECHO_CMD} lib/X11/fonts/sgi/fonts.dir >> ${PLIST}
|
||||
${ECHO_CMD} @dirrm lib/X11/fonts/sgi >> ${PLIST}
|
||||
${ECHO_CMD} "******************************************" > ${PKGMESSAGE}
|
||||
${ECHO_CMD} "Add a line" >> ${PKGMESSAGE}
|
||||
${ECHO_CMD} "FontPath \"${PREFIX}/lib/X11/fonts/sgi\"" >> ${PKGMESSAGE}
|
||||
${ECHO_CMD} \
|
||||
"to your XF86Config and restart the X server or do \"xset fp rehash\"."\
|
||||
>> ${PKGMESSAGE}
|
||||
${ECHO_CMD} "*****************************************" >> ${PKGMESSAGE}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/X11/fonts/sgi
|
||||
cd ${WRKSRC}; \
|
||||
${INSTALL_DATA} *gz fonts.alias fonts.dir \
|
||||
${PREFIX}/lib/X11/fonts/sgi
|
||||
${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-fonts/sgifonts/distinfo
Normal file
2
x11-fonts/sgifonts/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
$FreeBSD$
|
||||
MD5 (sgi-fonts-1.0-1.src.rpm) = a98655922ee624a7aa8fdae161afdfa9
|
1
x11-fonts/sgifonts/pkg-comment
Normal file
1
x11-fonts/sgifonts/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Fonts from the SGI ProPack 1.4 for Linux
|
3
x11-fonts/sgifonts/pkg-descr
Normal file
3
x11-fonts/sgifonts/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
These are the fonts from the SGI ProPack for Linux.
|
||||
|
||||
WWW: http://oss.sgi.com/projects/sgilinux-combined/
|
Loading…
Reference in New Issue
Block a user