diff options
author | veego <veego> | 2002-08-05 13:29:13 +0000 |
---|---|---|
committer | veego <veego> | 2002-08-05 13:29:13 +0000 |
commit | 68865175327eab21875c61d06c65e8859e18080b (patch) | |
tree | 812a65279736f2c8dabe585458a2b2f98cedfb9a /fonts | |
parent | c82519d040f4d8692d51c16c577111cdc920f530 (diff) | |
download | pkgsrc-68865175327eab21875c61d06c65e8859e18080b.tar.gz |
Import geoslab703-ttf package from Rui-Xiang Guo in pkg/17828.
This package installs two free TrueType fonts, they are useful for web viewing.
The typeface is Geometric Slabserif 703, which is Bitstream's version of
Memphis a typeface designed in 1930 by Rudolph Weiss. While it may seem odd
that a typeface designed 65 years ago would look good on-screen today,
the reason has to do with the shape of the letterforms themselves.
They have a simple, geometric shape, and their serifs (the small protrusions
from the ends of the letter) are in the "slab" family, which means they, too,
are simple. The "x-height" (the height of the lowercase letter "x") is
relatively large, but not so large that it makes reading difficult in the web
where there is little real control over leading (the space between the lines).
Bitstream is supplying these typefaces to help you see the importance of type
on the web. Once you see how different web pages can look just by changing the
typeface, and how much easier they can be to read, you'll see the importance of
typographic choice on the web.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/geoslab703-ttf/DESCR | 17 | ||||
-rw-r--r-- | fonts/geoslab703-ttf/Makefile | 30 | ||||
-rw-r--r-- | fonts/geoslab703-ttf/PLIST | 4 | ||||
-rw-r--r-- | fonts/geoslab703-ttf/distinfo | 6 |
4 files changed, 57 insertions, 0 deletions
diff --git a/fonts/geoslab703-ttf/DESCR b/fonts/geoslab703-ttf/DESCR new file mode 100644 index 00000000000..c8abcf571cb --- /dev/null +++ b/fonts/geoslab703-ttf/DESCR @@ -0,0 +1,17 @@ +This package installs two free TrueType fonts, they are useful for web viewing. + +The typeface is Geometric Slabserif 703, which is Bitstream's version of +Memphis a typeface designed in 1930 by Rudolph Weiss. While it may seem odd +that a typeface designed 65 years ago would look good on-screen today, +the reason has to do with the shape of the letterforms themselves. + +They have a simple, geometric shape, and their serifs (the small protrusions +from the ends of the letter) are in the "slab" family, which means they, too, +are simple. The "x-height" (the height of the lowercase letter "x") is +relatively large, but not so large that it makes reading difficult in the web +where there is little real control over leading (the space between the lines). + +Bitstream is supplying these typefaces to help you see the importance of type +on the web. Once you see how different web pages can look just by changing the +typeface, and how much easier they can be to read, you'll see the importance of +typographic choice on the web. diff --git a/fonts/geoslab703-ttf/Makefile b/fonts/geoslab703-ttf/Makefile new file mode 100644 index 00000000000..acf5adab029 --- /dev/null +++ b/fonts/geoslab703-ttf/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/05 13:29:13 veego Exp $ +# + +DISTNAME= geoslab703-ttf-20010522 +CATEGORIES= fonts +MASTER_SITES= http://www.will-harris.com/fonts/ +DISTFILES= geo703l.ttf geo703li.ttf + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.will-harris.com/fonts/freefonts.htm +COMMENT= Free TrueType fonts from Bitstream, useful for web viewing + +DIST_SUBDIR= geoslab703-ttf + +EXTRACT_ONLY= # empty +WRKSRC= ${WRKDIR} +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +USE_X11BASE= yes +FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType + +do-install: + ${INSTALL_DATA_DIR} ${FONTDIR} + for f in ${DISTFILES}; do \ + ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTDIR}; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/fonts/geoslab703-ttf/PLIST b/fonts/geoslab703-ttf/PLIST new file mode 100644 index 00000000000..d16d59e7bb1 --- /dev/null +++ b/fonts/geoslab703-ttf/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/05 13:29:13 veego Exp $ +lib/X11/fonts/TrueType/geo703l.ttf +lib/X11/fonts/TrueType/geo703li.ttf +@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || true diff --git a/fonts/geoslab703-ttf/distinfo b/fonts/geoslab703-ttf/distinfo new file mode 100644 index 00000000000..a6d8b3139b3 --- /dev/null +++ b/fonts/geoslab703-ttf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/05 13:29:13 veego Exp $ + +SHA1 (geoslab703-ttf/geo703l.ttf) = 1863cd0a352fe2618f951b65537c3c56c6ba09e5 +Size (geoslab703-ttf/geo703l.ttf) = 38812 bytes +SHA1 (geoslab703-ttf/geo703li.ttf) = b7134f87932a1f512863f7e7426186045d621cd1 +Size (geoslab703-ttf/geo703li.ttf) = 39944 bytes |