CVS commit: src/external/mit/xorg/share/fonts/misc/font-spleen-misc

2020-10-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Oct 10 07:28:04 UTC 2020

Added Files:
src/external/mit/xorg/share/fonts/misc/font-spleen-misc: Makefile

Log Message:
Add Makefile for X11 Spleen fonts. Not integrated yet.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/share/fonts/misc/font-spleen-misc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/mit/xorg/share/fonts/misc/font-spleen-misc/Makefile
diff -u /dev/null src/external/mit/xorg/share/fonts/misc/font-spleen-misc/Makefile:1.1
--- /dev/null	Sat Oct 10 07:28:04 2020
+++ src/external/mit/xorg/share/fonts/misc/font-spleen-misc/Makefile	Sat Oct 10 07:28:04 2020
@@ -0,0 +1,21 @@
+#	$NetBSD: Makefile,v 1.1 2020/10/10 07:28:04 nia Exp $
+
+.include 
+
+FONTSUBDIR=	misc
+FONTSRCPKG=	font-spleen-misc
+
+X11SRCDIR.font-spleen-misc= \
+	${X11SRCDIR}/external/bsd/${FONTSRCPKG}
+
+BDFFILES+=	spleen-12x24.bdf
+BDFFILES+=	spleen-16x32.bdf
+BDFFILES+=	spleen-32x64.bdf
+BDFFILES+=	spleen-5x8.bdf
+BDFFILES+=	spleen-6x12.bdf
+BDFFILES+=	spleen-8x16.bdf
+
+.include "../../Makefile.bdf"
+
+.include 
+.include 



CVS commit: src/external/mit/xorg/share/fonts/misc/font-spleen-misc

2020-10-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Oct 10 07:28:04 UTC 2020

Added Files:
src/external/mit/xorg/share/fonts/misc/font-spleen-misc: Makefile

Log Message:
Add Makefile for X11 Spleen fonts. Not integrated yet.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/external/mit/xorg/share/fonts/misc/font-spleen-misc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/share/fonts

2018-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May 31 09:09:32 UTC 2018

Modified Files:
src/external/mit/xorg/share/fonts: Makefile

Log Message:
remove unused include.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/share/fonts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/share/fonts/Makefile
diff -u src/external/mit/xorg/share/fonts/Makefile:1.5 src/external/mit/xorg/share/fonts/Makefile:1.6
--- src/external/mit/xorg/share/fonts/Makefile:1.5	Thu Jun 18 06:36:59 2009
+++ src/external/mit/xorg/share/fonts/Makefile	Thu May 31 09:09:32 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2009/06/18 06:36:59 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2018/05/31 09:09:32 mrg Exp $
 
 .include 
 
@@ -8,8 +8,6 @@ SUBDIR=	encodings .WAIT \
 	font-alias font-util \
 	100dpi 75dpi Type1 TTF misc
 
-.include "${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache/Makefile.fc-cache"
-
 .endif
 
 .include 



CVS commit: src/external/mit/xorg/share/fonts

2018-05-31 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May 31 09:09:32 UTC 2018

Modified Files:
src/external/mit/xorg/share/fonts: Makefile

Log Message:
remove unused include.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/share/fonts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/share/fonts/encodings

2009-03-31 Thread Perry E. Metzger
Module Name:src
Committed By:   perry
Date:   Tue Mar 31 21:21:48 UTC 2009

Modified Files:
src/external/mit/xorg/share/fonts/encodings: Makefile.enc

Log Message:
add -n to gzip invocation


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/mit/xorg/share/fonts/encodings/Makefile.enc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/share/fonts/encodings/Makefile.enc
diff -u src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.1.1.1 src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.2
--- src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.1.1.1	Tue Jul 29 05:01:23 2008
+++ src/external/mit/xorg/share/fonts/encodings/Makefile.enc	Tue Mar 31 21:21:48 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.enc,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
+#	$NetBSD: Makefile.enc,v 1.2 2009/03/31 21:21:48 perry Exp $
 
 FILESDIR=	${X11FONTDIR}/${ENCDIR}
 
@@ -9,7 +9,7 @@
 .SUFFIXES: .enc .enc.gz
 .enc.enc.gz:
 	${_MKTARGET_CREATE}
-	gzip -9fc ${.IMPSRC}  ${.TARGET}.tmp  mv ${.TARGET}.tmp ${.TARGET}
+	gzip -9nfc ${.IMPSRC}  ${.TARGET}.tmp  mv ${.TARGET}.tmp ${.TARGET}
 
 
 realall: ${FILES}