diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-22 21:53:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-22 21:53:56 +0000 |
commit | 716af82c157277616441a354915b214b97609789 (patch) | |
tree | db83b25b7768e178196b801eef79294cee44fa06 /fonts/biznet-iso8859_2 | |
parent | 12a5b25dfd60c6edc39d87d387e37d8aa0ca77d7 (diff) | |
download | pkgsrc-716af82c157277616441a354915b214b97609789.tar.gz |
- Compute CHEKCK_FILES filter on the entries requested and keep it
as tight as possible. Files we don't handle shouldn't be skipped.
- fonts.alias is not created automatically, so don't remove it.
- create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR.
On platforms not following the X11R6 loayout this might need to
be overriden.
- Fix type1inst calls.
- Modify packages which installed fonts.alias before to actually
include it in the PLIST and bump the revisions accordingly.
- Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices
at run time.
Discussed with wiz and jlam.
Diffstat (limited to 'fonts/biznet-iso8859_2')
-rw-r--r-- | fonts/biznet-iso8859_2/Makefile | 4 | ||||
-rw-r--r-- | fonts/biznet-iso8859_2/PLIST | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/fonts/biznet-iso8859_2/Makefile b/fonts/biznet-iso8859_2/Makefile index 76c5d188024..e15680f8307 100644 --- a/fonts/biznet-iso8859_2/Makefile +++ b/fonts/biznet-iso8859_2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/22 21:53:56 joerg Exp $ # DISTNAME= ISO8859-2-pcf PKGNAME= biznet-iso8859_2-1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= fonts x11 MASTER_SITES= http://www.biz.net.pl/images/ diff --git a/fonts/biznet-iso8859_2/PLIST b/fonts/biznet-iso8859_2/PLIST index 45f7d2d7bb9..c6f6be332e1 100644 --- a/fonts/biznet-iso8859_2/PLIST +++ b/fonts/biznet-iso8859_2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2006/02/17 19:28:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/09/22 21:53:56 joerg Exp $ lib/X11/fonts/biznet/100dpi/UTI___10.pcf.gz lib/X11/fonts/biznet/100dpi/UTI___12.pcf.gz lib/X11/fonts/biznet/100dpi/UTI___14.pcf.gz @@ -45,6 +45,7 @@ lib/X11/fonts/biznet/100dpi/courR12.pcf.gz lib/X11/fonts/biznet/100dpi/courR14.pcf.gz lib/X11/fonts/biznet/100dpi/courR18.pcf.gz lib/X11/fonts/biznet/100dpi/courR24.pcf.gz +lib/X11/fonts/biznet/100dpi/fonts.alias lib/X11/fonts/biznet/100dpi/helvB08.pcf.gz lib/X11/fonts/biznet/100dpi/helvB10.pcf.gz lib/X11/fonts/biznet/100dpi/helvB12.pcf.gz @@ -259,6 +260,7 @@ lib/X11/fonts/biznet/75dpi/helvR12.pcf.gz lib/X11/fonts/biznet/75dpi/helvR14.pcf.gz lib/X11/fonts/biznet/75dpi/helvR18.pcf.gz lib/X11/fonts/biznet/75dpi/helvR24.pcf.gz +lib/X11/fonts/biznet/75dpi/fonts.alias lib/X11/fonts/biznet/75dpi/luBIS08.pcf.gz lib/X11/fonts/biznet/75dpi/luBIS10.pcf.gz lib/X11/fonts/biznet/75dpi/luBIS12.pcf.gz @@ -394,3 +396,4 @@ lib/X11/fonts/biznet/misc/8x13B.pcf.gz lib/X11/fonts/biznet/misc/8x16.pcf.gz lib/X11/fonts/biznet/misc/9x15.pcf.gz lib/X11/fonts/biznet/misc/9x15B.pcf.gz +lib/X11/fonts/biznet/misc/fonts.alias |