mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New Port: x11-fonts/ppantsfonts
Two small angular fonts, one suitable for terminals and another for general x11 usage, created by PixelMoose. PR: ports/54152 Submitted by: Dominic Marks <dom@cus.org.uk>
This commit is contained in:
parent
5a2e1f4631
commit
25babafca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90114
7 changed files with 62 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
SUBDIR += p5-Font-TTF
|
||||
SUBDIR += p5-type1inst
|
||||
SUBDIR += pcf2bdf
|
||||
SUBDIR += ppantsfonts
|
||||
SUBDIR += sgifonts
|
||||
SUBDIR += sharefonts
|
||||
SUBDIR += terminus-font
|
||||
|
|
40
x11-fonts/ppantsfonts/Makefile
Normal file
40
x11-fonts/ppantsfonts/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection makefile for: ppants-fonts
|
||||
# Date created: 06/07/2003
|
||||
# Whom: Dominic Marks <dominic.marks@btinternet.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ppantsfonts
|
||||
PORTVERSION= 0.7
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://cus.org.uk/~dom/distfiles/ppants-fonts/
|
||||
DISTNAME= ${PORTNAME}-default-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dominic.marks@btinternet.com
|
||||
COMMENT= A set of small angular fonts
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_X_PREFIX= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
FONTS= moosefont terminalpants
|
||||
FONTDIR= ${X11BASE}/lib/X11/fonts/${PORTNAME}/
|
||||
FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir
|
||||
WRKSRC= ${WRKDIR}/ppants
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
.for FONT in ${FONTS:S,$,.pcf,}
|
||||
cd ${WRKSRC} && ${GZIP_CMD} ${FONT}
|
||||
.endfor
|
||||
@${MKDIR} ${FONTDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${FONTDIR}
|
||||
|
||||
post-install:
|
||||
@${SED} 's,$${X11BASE},${X11BASE},g' \
|
||||
${PKGDIR}/pkg-message >${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
x11-fonts/ppantsfonts/distinfo
Normal file
1
x11-fonts/ppantsfonts/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ppantsfonts-default-0.7.tar.gz) = e019f54e24257816d5ea6ae430b304a3
|
3
x11-fonts/ppantsfonts/files/fonts.dir
Normal file
3
x11-fonts/ppantsfonts/files/fonts.dir
Normal file
|
@ -0,0 +1,3 @@
|
|||
2
|
||||
terminalpants.pcf.gz -ppants-terminalpants-medium-r-normal--12-120-75-75-c-60-iso8859-1
|
||||
moosefont.pcf.gz -ppants-moose-medium-r-normal--12-120-75-75-p-50-iso8859-1
|
2
x11-fonts/ppantsfonts/pkg-descr
Normal file
2
x11-fonts/ppantsfonts/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Two small angular fonts, one suitable for terminals and another for
|
||||
general x11 usage, created by PixelMoose.
|
11
x11-fonts/ppantsfonts/pkg-message
Normal file
11
x11-fonts/ppantsfonts/pkg-message
Normal file
|
@ -0,0 +1,11 @@
|
|||
------------------------------------------------------------------
|
||||
|
||||
To get XFree86 to recognise your new fonts you will need to
|
||||
add a line to your XF86Config file. XFree86 4 usually keeps its
|
||||
XF86Config file in /etc or /etc/X11.
|
||||
|
||||
Add the following line to the "Files" section and restart XFree86.
|
||||
|
||||
FontPath "${X11BASE}/lib/X11/fonts/ppantsfonts"
|
||||
|
||||
------------------------------------------------------------------
|
4
x11-fonts/ppantsfonts/pkg-plist
Normal file
4
x11-fonts/ppantsfonts/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/X11/fonts/ppantsfonts/fonts.dir
|
||||
lib/X11/fonts/ppantsfonts/moosefont.pcf.gz
|
||||
lib/X11/fonts/ppantsfonts/terminalpants.pcf.gz
|
||||
@dirrm lib/X11/fonts/ppantsfonts/
|
Loading…
Add table
Reference in a new issue