summaryrefslogtreecommitdiff
path: root/emulators/suse113_fontconfig
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse113_fontconfig')
-rw-r--r--emulators/suse113_fontconfig/DESCR6
-rw-r--r--emulators/suse113_fontconfig/Makefile26
-rw-r--r--emulators/suse113_fontconfig/PLIST2
-rw-r--r--emulators/suse113_fontconfig/distinfo8
-rw-r--r--emulators/suse113_fontconfig/files/generate.awk39
-rw-r--r--emulators/suse113_fontconfig/files/local.conf.in11
6 files changed, 0 insertions, 92 deletions
diff --git a/emulators/suse113_fontconfig/DESCR b/emulators/suse113_fontconfig/DESCR
deleted file mode 100644
index 48a1e2cd2ab..00000000000
--- a/emulators/suse113_fontconfig/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Linux compatibility package based on the SuSE Linux distribution.
-Please visit http://www.suse.com/ for more information about SuSE
-Linux.
-
-This package supports running ELF binaries linked with glibc2 that
-require fontconfig shared libraries.
diff --git a/emulators/suse113_fontconfig/Makefile b/emulators/suse113_fontconfig/Makefile
deleted file mode 100644
index 213ba16c287..00000000000
--- a/emulators/suse113_fontconfig/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2011/02/10 02:55:45 chs Exp $
-
-DISTNAME= suse_fontconfig-${SUSE_VERSION}
-CATEGORIES= emulators
-DISTFILES= fontconfig-2.8.0-7.1.${SUSE_ARCH}.rpm
-PKGREVISION= 1
-
-MAINTAINER= chs@NetBSD.org
-COMMENT= Linux compatibility package for fontconfig
-
-EMUL_MODULES.linux= expat freetype2
-
-.include "../../emulators/suse113_linux/Makefile.common"
-
-PLIST_SRC= ${PKGDIR}/PLIST ${RPM2PKG_PLIST}
-
-do-build:
- ${SETENV} LOCALBASE=${LOCALBASE:Q} X11BASE=${X11BASE:Q} \
- ${AWK} -f ${FILESDIR}/generate.awk ${FILESDIR}/local.conf.in \
- > ${WRKSRC}/local.conf
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/local.conf \
- ${DESTDIR}${PREFIX}/${EMULSUBDIR}/etc/fonts/local.conf
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/suse113_fontconfig/PLIST b/emulators/suse113_fontconfig/PLIST
deleted file mode 100644
index 5dec4148632..00000000000
--- a/emulators/suse113_fontconfig/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/24 01:27:55 chs Exp $
-${EMULSUBDIRSLASH}etc/fonts/local.conf
diff --git a/emulators/suse113_fontconfig/distinfo b/emulators/suse113_fontconfig/distinfo
deleted file mode 100644
index cbbba28cc1c..00000000000
--- a/emulators/suse113_fontconfig/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/09/24 01:27:55 chs Exp $
-
-SHA1 (suse113/i586/fontconfig-2.8.0-7.1.i586.rpm) = dddf5e9048c50010ebe77cbe0565db2f1d8896ba
-RMD160 (suse113/i586/fontconfig-2.8.0-7.1.i586.rpm) = d22ae1d32446490908d449fbb1cc4b1576c272e3
-Size (suse113/i586/fontconfig-2.8.0-7.1.i586.rpm) = 289374 bytes
-SHA1 (suse113/x86_64/fontconfig-2.8.0-7.1.x86_64.rpm) = 6c860acdacbfc0605a3665c5825f2b96acd2df06
-RMD160 (suse113/x86_64/fontconfig-2.8.0-7.1.x86_64.rpm) = 7cd85a1a2b3c49c09c1cebb7a75e0d899116d752
-Size (suse113/x86_64/fontconfig-2.8.0-7.1.x86_64.rpm) = 288962 bytes
diff --git a/emulators/suse113_fontconfig/files/generate.awk b/emulators/suse113_fontconfig/files/generate.awk
deleted file mode 100644
index b0f21bedf5b..00000000000
--- a/emulators/suse113_fontconfig/files/generate.awk
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: generate.awk,v 1.2 2011/01/24 21:51:06 ahoka Exp $
-#
-# AWK script to replace @FONTDIR_ENTRIES@ with a list of <dir></dir>
-# entries taken from the "entries" array. We do variable replacement
-# for ${LOCALBASE} and ${X11BASE} using the values of LOCALBASE and
-# X11BASE that are passed to the script.
-#
-
-BEGIN {
- entries[0] = "${X11BASE}/lib/X11/fonts"
- entries[1] = "${LOCALBASE}/lib/X11/fonts"
- entries[2] = "${LOCALBASE}/share/fonts"
- entries[3] = "${LOCALBASE}/OpenOffice.org1.1.5/share/fonts"
- entries[4] = "${LOCALBASE}/openoffice.org2.2/share/fonts"
- entries[5] = "${LOCALBASE}/java/blackdown-1.3.1/lib/fonts"
- entries[6] = "${LOCALBASE}/java/scsl-1.5/lib/fonts"
- entries[7] = "${LOCALBASE}/java/sun-1.3.1/lib/fonts"
- entries[8] = "${LOCALBASE}/java/sun-1.4/lib/fonts"
- entries[9] = "${LOCALBASE}/java/sun-1.5/lib/fonts"
- entries[10] = "${LOCALBASE}/java/sun-6/lib/fonts"
- entries[11] = "${LOCALBASE}/Acrobat4/Resource/CIDFont"
- entries[12] = "${LOCALBASE}/Acrobat5/Resource/Font"
- entries[13] = "${LOCALBASE}/Acrobat7/Resource/CIDFont"
- num_entries = 14
-
- LOCALBASE = ENVIRON["LOCALBASE"] ? ENVIRON["LOCALBASE"] : "/usr/pkg"
- X11BASE = ENVIRON["X11BASE"] ? ENVIRON["X11BASE"] : "/usr/X11R6"
-}
-
-/^@FONTDIR_ENTRIES@/ {
- for (i = 0; i < num_entries; i++) {
- entry = entries[i]
- sub("[$]{LOCALBASE}", LOCALBASE, entry)
- sub("[$]{X11BASE}", X11BASE, entry)
- print " <dir>" entry "</dir>"
- }
- next
-}
-{ print }
diff --git a/emulators/suse113_fontconfig/files/local.conf.in b/emulators/suse113_fontconfig/files/local.conf.in
deleted file mode 100644
index 19d57a009ee..00000000000
--- a/emulators/suse113_fontconfig/files/local.conf.in
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- $NetBSD: local.conf.in,v 1.1.1.1 2010/09/24 01:27:55 chs Exp $ -->
-<!-- /etc/fonts/fonts.conf file to configure system font access -->
-<fontconfig>
-
-<!-- Local font directory list -->
-
-@FONTDIR_ENTRIES@
-
-</fontconfig>