summaryrefslogtreecommitdiff
path: root/emulators/suse100_freetype2
diff options
context:
space:
mode:
authortonio <tonio>2006-03-09 20:36:06 +0000
committertonio <tonio>2006-03-09 20:36:06 +0000
commit4eefe70e755db44dbaedc8f31a4a60bf29c6189f (patch)
tree44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators/suse100_freetype2
parent867d80cf77999a29312c404bc9ca7ce2fcee0e52 (diff)
downloadpkgsrc-4eefe70e755db44dbaedc8f31a4a60bf29c6189f.tar.gz
Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
Diffstat (limited to 'emulators/suse100_freetype2')
-rw-r--r--emulators/suse100_freetype2/DESCR5
-rw-r--r--emulators/suse100_freetype2/Makefile24
-rw-r--r--emulators/suse100_freetype2/Makefile.i3863
-rw-r--r--emulators/suse100_freetype2/Makefile.powerpc3
-rw-r--r--emulators/suse100_freetype2/Makefile.x86_643
-rw-r--r--emulators/suse100_freetype2/distinfo.i3865
-rw-r--r--emulators/suse100_freetype2/distinfo.powerpc5
-rw-r--r--emulators/suse100_freetype2/distinfo.x86_645
8 files changed, 53 insertions, 0 deletions
diff --git a/emulators/suse100_freetype2/DESCR b/emulators/suse100_freetype2/DESCR
new file mode 100644
index 00000000000..b54860cc766
--- /dev/null
+++ b/emulators/suse100_freetype2/DESCR
@@ -0,0 +1,5 @@
+Linux compatibility package based on the SuSE Linux distribution, take a
+look at "http://www.suse.com/" for more information about it.
+
+This package supports running ELF binaries linked with freetype2 shared
+libraries.
diff --git a/emulators/suse100_freetype2/Makefile b/emulators/suse100_freetype2/Makefile
new file mode 100644
index 00000000000..ef23afe67b0
--- /dev/null
+++ b/emulators/suse100_freetype2/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+DISTNAME= suse_freetype2-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tonio@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for FreeType2 library
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH}
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/suse100_freetype2/Makefile.i386 b/emulators/suse100_freetype2/Makefile.i386
new file mode 100644
index 00000000000..05b104b3abc
--- /dev/null
+++ b/emulators/suse100_freetype2/Makefile.i386
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+RPMFILES= freetype2-2.1.10-4.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_freetype2/Makefile.powerpc b/emulators/suse100_freetype2/Makefile.powerpc
new file mode 100644
index 00000000000..6bcc8f7595d
--- /dev/null
+++ b/emulators/suse100_freetype2/Makefile.powerpc
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+RPMFILES= freetype2-2.1.10-4.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_freetype2/Makefile.x86_64 b/emulators/suse100_freetype2/Makefile.x86_64
new file mode 100644
index 00000000000..5a81ca563ac
--- /dev/null
+++ b/emulators/suse100_freetype2/Makefile.x86_64
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+RPMFILES= freetype2-2.1.10-4.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_freetype2/distinfo.i386 b/emulators/suse100_freetype2/distinfo.i386
new file mode 100644
index 00000000000..1e8abfdc44e
--- /dev/null
+++ b/emulators/suse100_freetype2/distinfo.i386
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+SHA1 (suse100/i586/freetype2-2.1.10-4.i586.rpm) = b096ed7332b20464f2e1abadfcd76bb5a19daeb5
+RMD160 (suse100/i586/freetype2-2.1.10-4.i586.rpm) = 6624bbeec853a5306ec3cbc89adcd7ba3c3667f8
+Size (suse100/i586/freetype2-2.1.10-4.i586.rpm) = 563648 bytes
diff --git a/emulators/suse100_freetype2/distinfo.powerpc b/emulators/suse100_freetype2/distinfo.powerpc
new file mode 100644
index 00000000000..8d1c5110eb4
--- /dev/null
+++ b/emulators/suse100_freetype2/distinfo.powerpc
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+SHA1 (suse100/ppc/freetype2-2.1.10-4.ppc.rpm) = fce7e83d9e9b59491696e80cdb3c8983c24d9367
+RMD160 (suse100/ppc/freetype2-2.1.10-4.ppc.rpm) = ed5d26e9f705e5a11bfb42e8cba5cee193506de0
+Size (suse100/ppc/freetype2-2.1.10-4.ppc.rpm) = 579379 bytes
diff --git a/emulators/suse100_freetype2/distinfo.x86_64 b/emulators/suse100_freetype2/distinfo.x86_64
new file mode 100644
index 00000000000..091e8a6df79
--- /dev/null
+++ b/emulators/suse100_freetype2/distinfo.x86_64
@@ -0,0 +1,5 @@
+$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:36:39 tonio Exp $
+
+SHA1 (suse100/x86_64/freetype2-2.1.10-4.x86_64.rpm) = 3a89b1bc1fac12beb0b5a97a77316b9623e5aedd
+RMD160 (suse100/x86_64/freetype2-2.1.10-4.x86_64.rpm) = 3478dcf522c30c41aaf3fbb37878b4e265f30558
+Size (suse100/x86_64/freetype2-2.1.10-4.x86_64.rpm) = 580134 bytes