diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 12:45:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 12:45:32 +0000 |
commit | 25babafca45a1874ee5d2f5f06859bd3b98dba63 (patch) | |
tree | dc4bc0887e73b4da570104bfd97b0037afe8d5e6 /x11-fonts | |
parent | 5a2e1f4631508d76b9fe1d82206d670382f326d4 (diff) | |
download | ports-25babafca45a1874ee5d2f5f06859bd3b98dba63.tar.gz ports-25babafca45a1874ee5d2f5f06859bd3b98dba63.zip |
Notes
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 f65860add3cd..6f7d13d5e866 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 000000000000..30efc08e075d --- /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 000000000000..3e73b0434439 --- /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 000000000000..cef921ef8abe --- /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 000000000000..9fef7811d0e4 --- /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 000000000000..20d332d831df --- /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 000000000000..6922a8978184 --- /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/ |