summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-01 02:35:14 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-01 02:35:14 +0000
commit0146ca122ad227def55ac51cf4b0e80fb91a6045 (patch)
tree7e60648f11a9409ec4e8d64cda1410439ed87d0b /x11-fonts
parentInstall setgid games, not setuid root. (diff)
Adding mozilla-fonts version 1.0.
A bunch of fonts for Netscape/Mozilla. PR: 17301 Submitted by: dom@myrddin.demon.co.uk
Notes
Notes: svn path=/head/; revision=28197
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/mozilla-fonts/Makefile27
-rw-r--r--x11-fonts/mozilla-fonts/distinfo1
-rw-r--r--x11-fonts/mozilla-fonts/files/patch-aa23
-rw-r--r--x11-fonts/mozilla-fonts/pkg-comment1
-rw-r--r--x11-fonts/mozilla-fonts/pkg-descr21
-rw-r--r--x11-fonts/mozilla-fonts/pkg-plist90
7 files changed, 164 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index aef49366dc4a..01a8a65b6fca 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -7,6 +7,7 @@
SUBDIR += freefonts
SUBDIR += getbdf
SUBDIR += intlfonts
+ SUBDIR += mozilla-fonts
SUBDIR += nexfontsel
SUBDIR += p5-type1inst
SUBDIR += sharefonts
diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile
new file mode 100644
index 000000000000..29638b76d274
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/Makefile
@@ -0,0 +1,27 @@
+# Ports collection makefile for: mozilla-fonts
+# Date created: 10 Mar 2000
+# Whom: dom@myrddin.demon.co.uk
+#
+# $FreeBSD$
+#
+
+PORTNAME= mozilla-fonts
+PORTVERSION= 1.0
+CATEGORIES= x11-fonts www
+MASTER_SITES= http://fox.mit.edu/skunk/xwin/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= dom@myrddin.demon.co.uk
+
+ALL_TARGET= pcf
+
+USE_X_PREFIX= true
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/mozilla-fonts
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mozilla-fonts
+.endif
+ @ ${CAT} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/mozilla-fonts/distinfo b/x11-fonts/mozilla-fonts/distinfo
new file mode 100644
index 000000000000..1f5f7eee064f
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/distinfo
@@ -0,0 +1 @@
+MD5 (mozilla-fonts.tar.gz) = ebd8fe21d153e45466f12192ed1bda74
diff --git a/x11-fonts/mozilla-fonts/files/patch-aa b/x11-fonts/mozilla-fonts/files/patch-aa
new file mode 100644
index 000000000000..e878891f3c7c
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/files/patch-aa
@@ -0,0 +1,23 @@
+--- Makefile.orig Fri Mar 10 12:03:05 2000
++++ Makefile Fri Mar 10 12:04:56 2000
+@@ -1,7 +1,7 @@
+ # Mozilla fonts makefile
+
+
+-DESTDIR = /usr/local/lib/fonts/Mozilla
++DESTDIR = $(PREFIX)/lib/X11/fonts/mozilla
+
+
+ # -------- No user-serviceable parts below --------
+@@ -40,9 +40,9 @@
+ install: pcf
+ mkdir -p $(DESTDIR)
+ for font in $(PCF_FILES) ; do \
+- $(INSTALL) -m 644 $$font $(DESTDIR)/$$font ; \
++ $(BSD_INSTALL_DATA) $$font $(DESTDIR)/$$font ; \
+ done
+- $(INSTALL) -m 644 fonts.alias $(DESTDIR)/fonts.alias
++ $(BSD_INSTALL_DATA) fonts.alias $(DESTDIR)/fonts.alias
+ mkfontdir $(DESTDIR)
+
+ clean:
diff --git a/x11-fonts/mozilla-fonts/pkg-comment b/x11-fonts/mozilla-fonts/pkg-comment
new file mode 100644
index 000000000000..4f64d3051395
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/pkg-comment
@@ -0,0 +1 @@
+Web fonts for Netscape/Mozilla
diff --git a/x11-fonts/mozilla-fonts/pkg-descr b/x11-fonts/mozilla-fonts/pkg-descr
new file mode 100644
index 000000000000..997aa897d22c
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/pkg-descr
@@ -0,0 +1,21 @@
+mozilla-fonts is a complete set of the three kingpin typefaces in
+Httpland-- Times, Helvetica, and Courier-- each in two weights,
+two slants, and seven sizes (for a grand total of 84). The sizes
+range from 13- to 57-point (all @ 100dpi) and have been individually
+selected to match the font display behavior of MS-Windows Netscape
+as closely as possible. Right down to the glaring scale disparity
+between sizes 6 and 7.
+
+Once installed, you'll have to add /usr/X11R6/lib/X11/fonts/mozilla to
+your X font path by either:
+
+$ xset fp+ /usr/X11R6/lib/X11/fonts/mozilla
+$ xset fp rehash
+
+or by adding it to your X server configuration file (usually
+/etc/XF86Config) and restarting the X server.
+
+You'll also need to configure netscape to use them. See
+/usr/X11R6/share/doc/mozilla-fonts/README.
+
+WWW: http://fox.mit.edu/skunk/xwin/#mozilla_fonts
diff --git a/x11-fonts/mozilla-fonts/pkg-plist b/x11-fonts/mozilla-fonts/pkg-plist
new file mode 100644
index 000000000000..1c7b85a2bc7f
--- /dev/null
+++ b/x11-fonts/mozilla-fonts/pkg-plist
@@ -0,0 +1,90 @@
+lib/X11/fonts/mozilla/cour1.pcf
+lib/X11/fonts/mozilla/cour2.pcf
+lib/X11/fonts/mozilla/cour3.pcf
+lib/X11/fonts/mozilla/cour4.pcf
+lib/X11/fonts/mozilla/cour5.pcf
+lib/X11/fonts/mozilla/cour6.pcf
+lib/X11/fonts/mozilla/cour7.pcf
+lib/X11/fonts/mozilla/courb1.pcf
+lib/X11/fonts/mozilla/courb2.pcf
+lib/X11/fonts/mozilla/courb3.pcf
+lib/X11/fonts/mozilla/courb4.pcf
+lib/X11/fonts/mozilla/courb5.pcf
+lib/X11/fonts/mozilla/courb6.pcf
+lib/X11/fonts/mozilla/courb7.pcf
+lib/X11/fonts/mozilla/courbi1.pcf
+lib/X11/fonts/mozilla/courbi2.pcf
+lib/X11/fonts/mozilla/courbi3.pcf
+lib/X11/fonts/mozilla/courbi4.pcf
+lib/X11/fonts/mozilla/courbi5.pcf
+lib/X11/fonts/mozilla/courbi6.pcf
+lib/X11/fonts/mozilla/courbi7.pcf
+lib/X11/fonts/mozilla/couri1.pcf
+lib/X11/fonts/mozilla/couri2.pcf
+lib/X11/fonts/mozilla/couri3.pcf
+lib/X11/fonts/mozilla/couri4.pcf
+lib/X11/fonts/mozilla/couri5.pcf
+lib/X11/fonts/mozilla/couri6.pcf
+lib/X11/fonts/mozilla/couri7.pcf
+lib/X11/fonts/mozilla/fonts.alias
+lib/X11/fonts/mozilla/fonts.dir
+lib/X11/fonts/mozilla/helv0.pcf
+lib/X11/fonts/mozilla/helv1.pcf
+lib/X11/fonts/mozilla/helv2.pcf
+lib/X11/fonts/mozilla/helv3.pcf
+lib/X11/fonts/mozilla/helv4.pcf
+lib/X11/fonts/mozilla/helv5.pcf
+lib/X11/fonts/mozilla/helv6.pcf
+lib/X11/fonts/mozilla/helv7.pcf
+lib/X11/fonts/mozilla/helvb1.pcf
+lib/X11/fonts/mozilla/helvb2.pcf
+lib/X11/fonts/mozilla/helvb3.pcf
+lib/X11/fonts/mozilla/helvb4.pcf
+lib/X11/fonts/mozilla/helvb5.pcf
+lib/X11/fonts/mozilla/helvb6.pcf
+lib/X11/fonts/mozilla/helvb7.pcf
+lib/X11/fonts/mozilla/helvbi1.pcf
+lib/X11/fonts/mozilla/helvbi2.pcf
+lib/X11/fonts/mozilla/helvbi3.pcf
+lib/X11/fonts/mozilla/helvbi4.pcf
+lib/X11/fonts/mozilla/helvbi5.pcf
+lib/X11/fonts/mozilla/helvbi6.pcf
+lib/X11/fonts/mozilla/helvbi7.pcf
+lib/X11/fonts/mozilla/helvi1.pcf
+lib/X11/fonts/mozilla/helvi2.pcf
+lib/X11/fonts/mozilla/helvi3.pcf
+lib/X11/fonts/mozilla/helvi4.pcf
+lib/X11/fonts/mozilla/helvi5.pcf
+lib/X11/fonts/mozilla/helvi6.pcf
+lib/X11/fonts/mozilla/helvi7.pcf
+lib/X11/fonts/mozilla/times1.pcf
+lib/X11/fonts/mozilla/times2.pcf
+lib/X11/fonts/mozilla/times3.pcf
+lib/X11/fonts/mozilla/times4.pcf
+lib/X11/fonts/mozilla/times5.pcf
+lib/X11/fonts/mozilla/times6.pcf
+lib/X11/fonts/mozilla/times7.pcf
+lib/X11/fonts/mozilla/timesb1.pcf
+lib/X11/fonts/mozilla/timesb2.pcf
+lib/X11/fonts/mozilla/timesb3.pcf
+lib/X11/fonts/mozilla/timesb4.pcf
+lib/X11/fonts/mozilla/timesb5.pcf
+lib/X11/fonts/mozilla/timesb6.pcf
+lib/X11/fonts/mozilla/timesb7.pcf
+lib/X11/fonts/mozilla/timesbi1.pcf
+lib/X11/fonts/mozilla/timesbi2.pcf
+lib/X11/fonts/mozilla/timesbi3.pcf
+lib/X11/fonts/mozilla/timesbi4.pcf
+lib/X11/fonts/mozilla/timesbi5.pcf
+lib/X11/fonts/mozilla/timesbi6.pcf
+lib/X11/fonts/mozilla/timesbi7.pcf
+lib/X11/fonts/mozilla/timesi1.pcf
+lib/X11/fonts/mozilla/timesi2.pcf
+lib/X11/fonts/mozilla/timesi3.pcf
+lib/X11/fonts/mozilla/timesi4.pcf
+lib/X11/fonts/mozilla/timesi5.pcf
+lib/X11/fonts/mozilla/timesi6.pcf
+lib/X11/fonts/mozilla/timesi7.pcf
+share/doc/mozilla-fonts/README
+@dirrm lib/X11/fonts/mozilla
+@dirrm share/doc/mozilla-fonts