diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-03 12:45:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-03 12:45:32 +0000 |
commit | ab639a46ad573d97b394b5a33cf5527e1effa6a4 (patch) | |
tree | 7e8c78b93c39c94bc3f5d10b159cf43e0f198b42 /x11-fonts | |
parent | 5e42f482e2d539f6a7fafa8e1b15a3f195cbc3d9 (diff) | |
download | FreeBSD-ports-ab639a46ad573d97b394b5a33cf5527e1effa6a4.zip FreeBSD-ports-ab639a46ad573d97b394b5a33cf5527e1effa6a4.tar.gz |
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>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/Makefile | 40 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/distinfo | 1 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/files/fonts.dir | 3 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/pkg-descr | 2 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/pkg-message | 11 | ||||
-rw-r--r-- | x11-fonts/ppantsfonts/pkg-plist | 4 |
7 files changed, 62 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index f65860a..6f7d13d 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -38,6 +38,7 @@ SUBDIR += p5-Font-TTF SUBDIR += p5-type1inst SUBDIR += pcf2bdf + SUBDIR += ppantsfonts SUBDIR += sgifonts SUBDIR += sharefonts SUBDIR += terminus-font diff --git a/x11-fonts/ppantsfonts/Makefile b/x11-fonts/ppantsfonts/Makefile new file mode 100644 index 0000000..30efc08 --- /dev/null +++ b/x11-fonts/ppantsfonts/Makefile @@ -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> diff --git a/x11-fonts/ppantsfonts/distinfo b/x11-fonts/ppantsfonts/distinfo new file mode 100644 index 0000000..3e73b04 --- /dev/null +++ b/x11-fonts/ppantsfonts/distinfo @@ -0,0 +1 @@ +MD5 (ppantsfonts-default-0.7.tar.gz) = e019f54e24257816d5ea6ae430b304a3 diff --git a/x11-fonts/ppantsfonts/files/fonts.dir b/x11-fonts/ppantsfonts/files/fonts.dir new file mode 100644 index 0000000..cef921e --- /dev/null +++ b/x11-fonts/ppantsfonts/files/fonts.dir @@ -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 diff --git a/x11-fonts/ppantsfonts/pkg-descr b/x11-fonts/ppantsfonts/pkg-descr new file mode 100644 index 0000000..9fef781 --- /dev/null +++ b/x11-fonts/ppantsfonts/pkg-descr @@ -0,0 +1,2 @@ +Two small angular fonts, one suitable for terminals and another for +general x11 usage, created by PixelMoose. diff --git a/x11-fonts/ppantsfonts/pkg-message b/x11-fonts/ppantsfonts/pkg-message new file mode 100644 index 0000000..20d332d --- /dev/null +++ b/x11-fonts/ppantsfonts/pkg-message @@ -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" + +------------------------------------------------------------------ diff --git a/x11-fonts/ppantsfonts/pkg-plist b/x11-fonts/ppantsfonts/pkg-plist new file mode 100644 index 0000000..6922a89 --- /dev/null +++ b/x11-fonts/ppantsfonts/pkg-plist @@ -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/ |