summaryrefslogtreecommitdiff
path: root/fonts/xorg-fontsTruetype
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-29 04:59:29 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-29 04:59:29 +0000
commitdf8c63047d3ecbff9aaef61354c75bcd285603dd (patch)
tree7572ecf6a64715b14f388dab5c47d552884c331d /fonts/xorg-fontsTruetype
parent1a631649dda4923c9532b6db594453d720054d22 (diff)
downloadpkgsrc-df8c63047d3ecbff9aaef61354c75bcd285603dd.tar.gz
Initial import of xorg-fontsTruetype-6.7.0.
This xorg-fontsTruetype package contains X.org TrueType fonts.
Diffstat (limited to 'fonts/xorg-fontsTruetype')
-rw-r--r--fonts/xorg-fontsTruetype/DESCR1
-rw-r--r--fonts/xorg-fontsTruetype/Makefile33
-rw-r--r--fonts/xorg-fontsTruetype/PLIST27
-rw-r--r--fonts/xorg-fontsTruetype/distinfo4
4 files changed, 65 insertions, 0 deletions
diff --git a/fonts/xorg-fontsTruetype/DESCR b/fonts/xorg-fontsTruetype/DESCR
new file mode 100644
index 00000000000..1b66b6f7593
--- /dev/null
+++ b/fonts/xorg-fontsTruetype/DESCR
@@ -0,0 +1 @@
+This xorg-fontsTruetype package contains X.org TrueType fonts.
diff --git a/fonts/xorg-fontsTruetype/Makefile b/fonts/xorg-fontsTruetype/Makefile
new file mode 100644
index 00000000000..1e431fd0be8
--- /dev/null
+++ b/fonts/xorg-fontsTruetype/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 04:59:30 xtraeme Exp $
+
+DISTNAME= X11R6.7.0-src1
+PKGNAME= xorg-fontsTruetype-${XORG_VER}
+CATEGORIES= fonts x11
+MASTER_SITES= ${MASTER_SITE_XORG}
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.x.org/
+COMMENT= X.org Truetype fonts
+
+BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients
+BUILD_DEPENDS+= fontconfig-[0-9]*:../../fonts/fontconfig
+DEPENDS+= xorg-fontsEncodings>=6.7.0:../../x11/xorgs-fontsEncodings
+
+CONFLICTS= vera-ttf-[0-9]*
+CONFLICTS+= XFree86-fontsScalable-[0-9]*
+
+NO_XFREE86_TARGETS= # defined
+CHECK_X11_TYPE= # defined
+XBUILD_DIRS= fonts/encodings fonts/scaled/TTF
+XINSTALL_DIRS= fonts/scaled/TTF
+
+FILESDIR= ${.CURDIR}/../../fonts/xorg-fontsEncodings/files
+
+SUBST_CLASSES= font
+SUBST_STAGE.font= post-patch
+SUBST_FILES.font= config/cf/X11.tmpl
+SUBST_SED.font= -e "s,FCCACHE = \$$(BINDIR)/fc-cache,FCCACHE=${LOCALBASE}/bin/fc-cache,"
+SUBST_MESSAGE.font= "Fixing path of fc-cache."
+
+.include "../../meta-pkgs/xorg/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/xorg-fontsTruetype/PLIST b/fonts/xorg-fontsTruetype/PLIST
new file mode 100644
index 00000000000..6f9fb1c54d3
--- /dev/null
+++ b/fonts/xorg-fontsTruetype/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/29 04:59:30 xtraeme Exp $
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/Vera.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraBI.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraBd.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraMoBI.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraMoBd.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraMoIt.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraMono.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraSe.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/VeraSeBd.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/encodings.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.cache-1
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.dir
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/fonts.scale
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luximri.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxirri.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisb.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisbi.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisr.ttf
+${X11ROOT_PREFIX}/lib/X11/fonts/TTF/luxisri.ttf
+@dirrm ${X11ROOT_PREFIX}/lib/X11/fonts/TTF
diff --git a/fonts/xorg-fontsTruetype/distinfo b/fonts/xorg-fontsTruetype/distinfo
new file mode 100644
index 00000000000..3a19a66326a
--- /dev/null
+++ b/fonts/xorg-fontsTruetype/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/29 04:59:29 xtraeme Exp $
+
+SHA1 (X11R6.7.0-src1.tar.gz) = 14f282cee9dc1ff6ebc34d834892599b53195f8b
+Size (X11R6.7.0-src1.tar.gz) = 30039655 bytes