forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 287933 b: "refs/heads/trunk_broken_20121113" c: ceed2f2 h: refs/heads/joyent/release/2012Q2 i: 287931: 62dc47b
- Loading branch information
joerg
committed
Nov 15, 2006
1 parent
e3fb6cb
commit 6e9a396
Showing
8 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
refs/heads/joyent/release/2012Q2: c5e969c55e7b32f1e122ea85f983d79c53b8294d | ||
"refs/heads/trunk_broken_20121113": 5e130dfabc044db50fd4c9386d11bd6bc608f898 | ||
"refs/heads/trunk_broken_20121113": ceed2f2f85974e784602cfb3ede8d091eb98d38d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This are the PCF versions of the following DEC fonts for 100dpi displays: | ||
- Cursor | ||
- Session | ||
|
||
This is from the modular Xorg project. |
22 changes: 22 additions & 0 deletions
22
branches/trunk_broken_20121113/fonts/font-dec-misc/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
# | ||
|
||
DISTNAME= font-dec-misc-1.0.0 | ||
CATEGORIES= fonts | ||
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/ | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://xorg.freedesktop.org/ | ||
COMMENT= DEC cursor and session PCF fonts | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
USE_TOOLS+= gmake pkg-config bdftopcf ucs2any | ||
|
||
FONTS_DIRS.x11= lib/X11/fonts/misc | ||
|
||
.include "../../fonts/font-util/buildlink3.mk" | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
lib/X11/fonts/misc/deccurs.pcf.gz | ||
lib/X11/fonts/misc/decsess.pcf.gz | ||
@comment @dirrm lib/X11/fonts/misc | ||
@comment @dirrm lib/X11/fonts | ||
@comment @dirrm lib/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
|
||
SHA1 (font-dec-misc-1.0.0.tar.bz2) = 261cf92a5d3dbe64f2ce0c81587ca9258308b51c | ||
RMD160 (font-dec-misc-1.0.0.tar.bz2) = b9f0282ce14c988971b2de07b42202236dd1519b | ||
Size (font-dec-misc-1.0.0.tar.bz2) = 40715 bytes | ||
SHA1 (patch-aa) = c9180bce8f2fed4fe91eeae680da1dbdaaa413db | ||
SHA1 (patch-ab) = 77064ac1f0e01a1cc4439e71a14b88d33c6da3b8 | ||
SHA1 (patch-ac) = a27449b0cc6c6ed91681e3bff3f1826c28119f30 |
13 changes: 13 additions & 0 deletions
13
branches/trunk_broken_20121113/fonts/font-dec-misc/patches/patch-aa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
|
||
--- Makefile.am.orig 2006-11-15 14:23:59.000000000 +0100 | ||
+++ Makefile.am | ||
@@ -65,8 +65,6 @@ CLEANFILES = $(font_DATA) | ||
EXTRA_DIST = $(BDF_FILES) autogen.sh | ||
|
||
install-data-hook: | ||
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale | ||
- $(MKFONTSCALE) $(DESTDIR)$(fontdir) | ||
@rm -f $(DESTDIR)$(fontdir)/font.dir | ||
$(MKFONTDIR) $(DESTDIR)$(fontdir) | ||
|
13 changes: 13 additions & 0 deletions
13
branches/trunk_broken_20121113/fonts/font-dec-misc/patches/patch-ab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
|
||
--- Makefile.in.orig 2006-11-15 14:24:06.000000000 +0100 | ||
+++ Makefile.in | ||
@@ -416,8 +416,6 @@ uninstall-am: uninstall-fontDATA uninsta | ||
$(BDFTOPCF) -t $< | gzip > $@ | ||
|
||
install-data-hook: | ||
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale | ||
- $(MKFONTSCALE) $(DESTDIR)$(fontdir) | ||
@rm -f $(DESTDIR)$(fontdir)/font.dir | ||
$(MKFONTDIR) $(DESTDIR)$(fontdir) | ||
|
12 changes: 12 additions & 0 deletions
12
branches/trunk_broken_20121113/fonts/font-dec-misc/patches/patch-ac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
$NetBSD: patch-ac,v 1.1.1.1 2006/11/15 14:49:10 joerg Exp $ | ||
|
||
--- configure.ac.orig 2006-11-15 14:24:26.000000000 +0100 | ||
+++ configure.ac | ||
@@ -29,7 +29,6 @@ AM_MAINTAINER_MODE | ||
AC_PROG_INSTALL | ||
|
||
AC_PATH_PROG(BDFTOPCF, bdftopcf) | ||
-AC_PATH_PROG(MKFONTSCALE, mkfontscale) | ||
AC_PATH_PROG(MKFONTDIR, mkfontdir) | ||
|
||
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) |