summaryrefslogtreecommitdiff
path: root/fonts/ms-ttf
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-03-06 17:09:53 +0000
committerseb <seb@pkgsrc.org>2002-03-06 17:09:53 +0000
commit9601f925c4ea11afef09a9af2f31229e995f444d (patch)
tree686b0f1ec1f360e8600b4c1c96e2aa8ad9e4d0a0 /fonts/ms-ttf
parenta43776a78966f45d1bf0dc4257d1a39408ffee08 (diff)
downloadpkgsrc-9601f925c4ea11afef09a9af2f31229e995f444d.tar.gz
Initial import of ms-ttf, version 20020306, into the NetBSD Packages Collection.
This packages includes TrueType fonts from Microsoft with WGL4 (Windows Glyph List 4) charset: - Andale Mono - Webdings - Trebuchet MS, with variants Bold, Italic, and Bold Italic - Georgia, with variants Bold, Italic and Bold Italic - Verdana, with variants Bold, Italic and Bold Italic - Comic Sans, Comic Sans Bold - Arial Black - Impact - Arial, with variants Bold, Italic and Bold Italic - Times New Roman, with variants Bold, Italic and Bold Italic - Courrier New, with variants Bold, Italic and Bold Italic
Diffstat (limited to 'fonts/ms-ttf')
-rw-r--r--fonts/ms-ttf/DESCR14
-rw-r--r--fonts/ms-ttf/Makefile52
-rw-r--r--fonts/ms-ttf/PLIST34
-rw-r--r--fonts/ms-ttf/distinfo24
4 files changed, 124 insertions, 0 deletions
diff --git a/fonts/ms-ttf/DESCR b/fonts/ms-ttf/DESCR
new file mode 100644
index 00000000000..914b5f4f337
--- /dev/null
+++ b/fonts/ms-ttf/DESCR
@@ -0,0 +1,14 @@
+This packages includes TrueType fonts from Microsoft with WGL4 (Windows
+Glyph List 4) charset:
+
+- Andale Mono
+- Webdings
+- Trebuchet MS, with variants Bold, Italic, and Bold Italic
+- Georgia, with variants Bold, Italic and Bold Italic
+- Verdana, with variants Bold, Italic and Bold Italic
+- Comic Sans, Comic Sans Bold
+- Arial Black
+- Impact
+- Arial, with variants Bold, Italic and Bold Italic
+- Times New Roman, with variants Bold, Italic and Bold Italic
+- Courrier New, with variants Bold, Italic and Bold Italic
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile
new file mode 100644
index 00000000000..06a65e0f1ce
--- /dev/null
+++ b/fonts/ms-ttf/Makefile
@@ -0,0 +1,52 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/06 17:09:53 seb Exp $
+
+DISTNAME= # empty
+PKGNAME= ms-ttf-20020306
+CATEGORIES= fonts
+MASTER_SITES= http://www.microsoft.com/typography/downloads/ \
+ http://www.asia.microsoft.com/typography/downloads/ \
+ http://www.eu.microsoft.com/typography/downloads/
+DISTFILES= andale32.exe webdin32.exe trebuc32.exe georgi32.exe \
+ verdan32.exe comic32.exe arialb32.exe impact32.exe \
+ arial32.exe times32.exe courie32.exe
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.microsoft.com/typography/fontpack/
+COMMENT= TrueType fonts from Microsoft
+
+BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract
+
+LICENSE= ms-ttf-license
+RESTRICTED= No redistribution in altered form
+
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+USE_X11BASE= yes
+DIST_SUBDIR= ms-ttf
+EVAL_PREFIX+= CABEXTRACT_PREFIX=cabextract
+EXTRACT_CMD= ${CABEXTRACT_PREFIX}/bin/cabextract -q $${extract_file}
+FONTDIR= ${PREFIX}/lib/X11/fonts/truetype
+DOCDIR= ${PREFIX}/share/doc/ms-ttf
+
+post-extract:
+ ${_PKG_SILENT}${_PKG_DEBUG} \
+ for f in ${WRKSRC}/*.TTF ; do \
+ ${MV} $$f `echo $$f | ${SED} 's|TTF$$|ttf|'`; \
+ done
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ cd ${WRKSRC} && for f in *.ttf ; do \
+ ${INSTALL_DATA} $$f ${FONTDIR}/$$f; \
+ done
+ ${INSTALL_DATA} ${.CURDIR}/../../licenses/${LICENSE} ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ms-ttf/PLIST b/fonts/ms-ttf/PLIST
new file mode 100644
index 00000000000..993b09ad5dd
--- /dev/null
+++ b/fonts/ms-ttf/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/06 17:09:53 seb Exp $
+lib/X11/fonts/truetype/AndaleMo.ttf
+lib/X11/fonts/truetype/AriBlk.ttf
+lib/X11/fonts/truetype/Arial.ttf
+lib/X11/fonts/truetype/Arialbd.ttf
+lib/X11/fonts/truetype/Arialbi.ttf
+lib/X11/fonts/truetype/Ariali.ttf
+lib/X11/fonts/truetype/Comic.ttf
+lib/X11/fonts/truetype/Comicbd.ttf
+lib/X11/fonts/truetype/Georgia.ttf
+lib/X11/fonts/truetype/Georgiab.ttf
+lib/X11/fonts/truetype/Georgiai.ttf
+lib/X11/fonts/truetype/Georgiaz.ttf
+lib/X11/fonts/truetype/Impact.ttf
+lib/X11/fonts/truetype/Times.ttf
+lib/X11/fonts/truetype/Timesbd.ttf
+lib/X11/fonts/truetype/Timesbi.ttf
+lib/X11/fonts/truetype/Timesi.ttf
+lib/X11/fonts/truetype/Trebucbd.ttf
+lib/X11/fonts/truetype/Verdana.ttf
+lib/X11/fonts/truetype/Verdanab.ttf
+lib/X11/fonts/truetype/Verdanai.ttf
+lib/X11/fonts/truetype/Verdanaz.ttf
+lib/X11/fonts/truetype/Webdings.ttf
+lib/X11/fonts/truetype/cour.ttf
+lib/X11/fonts/truetype/courbd.ttf
+lib/X11/fonts/truetype/courbi.ttf
+lib/X11/fonts/truetype/couri.ttf
+lib/X11/fonts/truetype/trebuc.ttf
+lib/X11/fonts/truetype/trebucbi.ttf
+lib/X11/fonts/truetype/trebucit.ttf
+share/doc/ms-ttf/ms-ttf-license
+@dirrm share/doc/ms-ttf
+@unexec ${RMDIR} %D/lib/X11/fonts/truetype 2>/dev/null || true
diff --git a/fonts/ms-ttf/distinfo b/fonts/ms-ttf/distinfo
new file mode 100644
index 00000000000..08219a95f86
--- /dev/null
+++ b/fonts/ms-ttf/distinfo
@@ -0,0 +1,24 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/03/06 17:09:53 seb Exp $
+
+SHA1 (ms-ttf/andale32.exe) = c4db8cbe42c566d12468f5fdad38c43721844c69
+Size (ms-ttf/andale32.exe) = 198384 bytes
+SHA1 (ms-ttf/webdin32.exe) = 2fb4a42c53e50bc70707a7b3c57baf62ba58398f
+Size (ms-ttf/webdin32.exe) = 185072 bytes
+SHA1 (ms-ttf/trebuc32.exe) = 50aab0988423efcc9cf21fac7d64d534d6d0a34a
+Size (ms-ttf/trebuc32.exe) = 357200 bytes
+SHA1 (ms-ttf/georgi32.exe) = 90e4070cb356f1d811acb943080bf97e419a8f1e
+Size (ms-ttf/georgi32.exe) = 392440 bytes
+SHA1 (ms-ttf/verdan32.exe) = f5b93cedf500edc67502f116578123618c64a42a
+Size (ms-ttf/verdan32.exe) = 351992 bytes
+SHA1 (ms-ttf/comic32.exe) = 2371d0327683dcc5ec1684fe7c275a8de1ef9a51
+Size (ms-ttf/comic32.exe) = 246008 bytes
+SHA1 (ms-ttf/arialb32.exe) = d45cdab84b7f4c1efd6d1b369f50ed0390e3d344
+Size (ms-ttf/arialb32.exe) = 168176 bytes
+SHA1 (ms-ttf/impact32.exe) = 86b34d650cfbbe5d3512d49d2545f7509a55aad2
+Size (ms-ttf/impact32.exe) = 173288 bytes
+SHA1 (ms-ttf/arial32.exe) = 6d75f8436f39ab2da5c31ce651b7443b4ad2916e
+Size (ms-ttf/arial32.exe) = 554208 bytes
+SHA1 (ms-ttf/times32.exe) = 20b79e65cdef4e2d7195f84da202499e3aa83060
+Size (ms-ttf/times32.exe) = 661728 bytes
+SHA1 (ms-ttf/courie32.exe) = 06a745023c034f88b4135f5e294fece1a3c1b057
+Size (ms-ttf/courie32.exe) = 646368 bytes