diff options
author | tonio <tonio@pkgsrc.org> | 2006-03-09 20:36:06 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-03-09 20:36:06 +0000 |
commit | 4e3da9749c6696c717eef12702e6b70cf7228132 (patch) | |
tree | 44f710ebf2046094f6184fa06e7c773ada9f0464 /emulators | |
parent | 04e9e931d23a1630f2d71269073f31105a740588 (diff) | |
download | pkgsrc-4e3da9749c6696c717eef12702e6b70cf7228132.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')
58 files changed, 463 insertions, 0 deletions
diff --git a/emulators/suse100_fontconfig/DESCR b/emulators/suse100_fontconfig/DESCR new file mode 100644 index 00000000000..fffa11f3d2e --- /dev/null +++ b/emulators/suse100_fontconfig/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 glibc2 which require +fontconfig shared libraries. diff --git a/emulators/suse100_fontconfig/Makefile b/emulators/suse100_fontconfig/Makefile new file mode 100644 index 00000000000..c2b0097a081 --- /dev/null +++ b/emulators/suse100_fontconfig/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +DISTNAME= suse_fontconfig-${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 fontconfig binaries + +DEPENDS+= suse_expat>=${SUSE_VERSION}:../../emulators/suse100_expat + +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_fontconfig/Makefile.i386 b/emulators/suse100_fontconfig/Makefile.i386 new file mode 100644 index 00000000000..4f1599d8cd2 --- /dev/null +++ b/emulators/suse100_fontconfig/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +RPMFILES= fontconfig-2.3.2.20050721-10.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_fontconfig/Makefile.powerpc b/emulators/suse100_fontconfig/Makefile.powerpc new file mode 100644 index 00000000000..323809bbc27 --- /dev/null +++ b/emulators/suse100_fontconfig/Makefile.powerpc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +RPMFILES= fontconfig-2.3.2.20050721-10.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_fontconfig/Makefile.x86_64 b/emulators/suse100_fontconfig/Makefile.x86_64 new file mode 100644 index 00000000000..64589547027 --- /dev/null +++ b/emulators/suse100_fontconfig/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +RPMFILES= fontconfig-2.3.2.20050721-10.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_fontconfig/distinfo.i386 b/emulators/suse100_fontconfig/distinfo.i386 new file mode 100644 index 00000000000..84ef288787c --- /dev/null +++ b/emulators/suse100_fontconfig/distinfo.i386 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +SHA1 (suse100/i586/fontconfig-2.3.2.20050721-10.i586.rpm) = 48b459d11fbed7a4b983382439bac1eaf9a3ac94 +RMD160 (suse100/i586/fontconfig-2.3.2.20050721-10.i586.rpm) = 08eb586aac97764b36583be57b5969e547226002 +Size (suse100/i586/fontconfig-2.3.2.20050721-10.i586.rpm) = 182073 bytes diff --git a/emulators/suse100_fontconfig/distinfo.powerpc b/emulators/suse100_fontconfig/distinfo.powerpc new file mode 100644 index 00000000000..071c77165f0 --- /dev/null +++ b/emulators/suse100_fontconfig/distinfo.powerpc @@ -0,0 +1,5 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +SHA1 (suse100/ppc/fontconfig-2.3.2.20050721-10.ppc.rpm) = cdf6aa3482e4505af0f2b6f54637c26ccc92508c +RMD160 (suse100/ppc/fontconfig-2.3.2.20050721-10.ppc.rpm) = 4e26271b92d94766613db19d48dfcbd137e2509f +Size (suse100/ppc/fontconfig-2.3.2.20050721-10.ppc.rpm) = 203893 bytes diff --git a/emulators/suse100_fontconfig/distinfo.x86_64 b/emulators/suse100_fontconfig/distinfo.x86_64 new file mode 100644 index 00000000000..945018cd4cf --- /dev/null +++ b/emulators/suse100_fontconfig/distinfo.x86_64 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:36:06 tonio Exp $ + +SHA1 (suse100/x86_64/fontconfig-2.3.2.20050721-10.x86_64.rpm) = 6bb32bae48b9c332fa23ef5f82c602a7b1c214a6 +RMD160 (suse100/x86_64/fontconfig-2.3.2.20050721-10.x86_64.rpm) = a949ffc28985644134121c8cda17392fef751440 +Size (suse100/x86_64/fontconfig-2.3.2.20050721-10.x86_64.rpm) = 191756 bytes 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 diff --git a/emulators/suse100_gtk2/DESCR b/emulators/suse100_gtk2/DESCR new file mode 100644 index 00000000000..962f8891e8f --- /dev/null +++ b/emulators/suse100_gtk2/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 glibc2 which require +GTK2 shared libraries. diff --git a/emulators/suse100_gtk2/INSTALL b/emulators/suse100_gtk2/INSTALL new file mode 100644 index 00000000000..625cf3099f8 --- /dev/null +++ b/emulators/suse100_gtk2/INSTALL @@ -0,0 +1,15 @@ +# $NetBSD: INSTALL,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ +# +# Initialize gtk/pango module configuration. +# +case ${STAGE} in + POST-INSTALL) + @EMULDIR@/opt/gnome/bin/gtk-query-immodules-2.0 > @EMULDIR@/etc/opt/gnome/gtk-2.0/gtk.immodules + + @EMULDIR@/opt/gnome/bin/gdk-pixbuf-query-loaders > @EMULDIR@/etc/opt/gnome/gtk-2.0/gdk-pixbuf.loaders + + @EMULDIR@/opt/gnome/bin/pango-querymodules > @EMULDIR@/etc/opt/gnome/pango/pango.modules + ;; + *) + ;; +esac diff --git a/emulators/suse100_gtk2/Makefile b/emulators/suse100_gtk2/Makefile new file mode 100644 index 00000000000..07beecbd236 --- /dev/null +++ b/emulators/suse100_gtk2/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +DISTNAME= suse_gtk2-${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 GTK2 binaries + +DEPENDS+= suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse100_fontconfig +DEPENDS+= suse_freetype2>=${SUSE_VERSION}:../../emulators/suse100_freetype2 +DEPENDS+= suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse100_libjpeg +DEPENDS+= suse_libpng>=${SUSE_VERSION}:../../emulators/suse100_libpng +DEPENDS+= suse_libtiff>=${SUSE_VERSION}:../../emulators/suse100_libtiff +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11 + +EXTRACT_ONLY= # empty +NO_BUILD= YES +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC + +# Initialize gtk/pango modules. +FILES_SUBST+= EMULDIR=${EMULDIR:Q} +PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q} +INSTALL_EXTRA_TMPL+= ${PKGDIR}/INSTALL + +.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_gtk2/Makefile.i386 b/emulators/suse100_gtk2/Makefile.i386 new file mode 100644 index 00000000000..41855527538 --- /dev/null +++ b/emulators/suse100_gtk2/Makefile.i386 @@ -0,0 +1,8 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +RPMFILES= atk-1.10.3-2.${SUSE_ARCH}.rpm \ + glib2-2.8.1-3.${SUSE_ARCH}.rpm \ + gtk2-2.8.3-4.${SUSE_ARCH}.rpm \ + cairo-1.0.0-7.${SUSE_ARCH}.rpm \ + glitz-0.4.4-4.${SUSE_ARCH}.rpm \ + pango-1.10.0-3.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_gtk2/Makefile.powerpc b/emulators/suse100_gtk2/Makefile.powerpc new file mode 100644 index 00000000000..312ac05e037 --- /dev/null +++ b/emulators/suse100_gtk2/Makefile.powerpc @@ -0,0 +1,8 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +RPMFILES= atk-1.10.3-2.${SUSE_ARCH}.rpm \ + glib2-2.8.1-3.${SUSE_ARCH}.rpm \ + gtk2-2.8.3-4.${SUSE_ARCH}.rpm \ + cairo-1.0.0-7.${SUSE_ARCH}.rpm \ + glitz-0.4.4-4.${SUSE_ARCH}.rpm \ + pango-1.10.0-3.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_gtk2/Makefile.x86_64 b/emulators/suse100_gtk2/Makefile.x86_64 new file mode 100644 index 00000000000..7d74b8b4ddb --- /dev/null +++ b/emulators/suse100_gtk2/Makefile.x86_64 @@ -0,0 +1,8 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +RPMFILES= atk-1.10.3-2.${SUSE_ARCH}.rpm \ + glib2-2.8.1-3.${SUSE_ARCH}.rpm \ + gtk2-2.8.3-4.${SUSE_ARCH}.rpm \ + cairo-1.0.0-7.${SUSE_ARCH}.rpm \ + glitz-0.4.4-4.${SUSE_ARCH}.rpm \ + pango-1.10.0-3.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_gtk2/PLIST b/emulators/suse100_gtk2/PLIST new file mode 100644 index 00000000000..72158d5fc79 --- /dev/null +++ b/emulators/suse100_gtk2/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ +${EMULSUBDIR}/etc/opt/gnome/gtk-2.0/gtk.immodules +${EMULSUBDIR}/etc/opt/gnome/gtk-2.0/gdk-pixbuf.loaders +${EMULSUBDIR}/etc/opt/gnome/pango/pango.modules diff --git a/emulators/suse100_gtk2/distinfo.i386 b/emulators/suse100_gtk2/distinfo.i386 new file mode 100644 index 00000000000..407e3e2758f --- /dev/null +++ b/emulators/suse100_gtk2/distinfo.i386 @@ -0,0 +1,20 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +SHA1 (suse100/i586/atk-1.10.3-2.i586.rpm) = c1969029b70e91f49f3362e3aa385ccf9f520579 +RMD160 (suse100/i586/atk-1.10.3-2.i586.rpm) = 10a1609d6a1fdc1f5697db125a069ae0934c3a72 +Size (suse100/i586/atk-1.10.3-2.i586.rpm) = 182979 bytes +SHA1 (suse100/i586/glib2-2.8.1-3.i586.rpm) = 82e97fbbf57d336092288b85d878fc3aaf047a4e +RMD160 (suse100/i586/glib2-2.8.1-3.i586.rpm) = 155a23eb416591ccd2dc7878de8a224332532065 +Size (suse100/i586/glib2-2.8.1-3.i586.rpm) = 563199 bytes +SHA1 (suse100/i586/gtk2-2.8.3-4.i586.rpm) = 5241ed1887f82cb9d0883963d6ac59f6af24a99d +RMD160 (suse100/i586/gtk2-2.8.3-4.i586.rpm) = c9d4dbd7b4158b0db4ec7ca5209bd23b2c23daf3 +Size (suse100/i586/gtk2-2.8.3-4.i586.rpm) = 3656563 bytes +SHA1 (suse100/i586/cairo-1.0.0-7.i586.rpm) = 1261a3670513c249a04f6a06b09c409a08b79552 +RMD160 (suse100/i586/cairo-1.0.0-7.i586.rpm) = 6ed5772c6d5a8d363ffa5bd1948b78ed381d4ff5 +Size (suse100/i586/cairo-1.0.0-7.i586.rpm) = 249171 bytes +SHA1 (suse100/i586/glitz-0.4.4-4.i586.rpm) = 27ffca0347c5940af2a42fb33c795fc606ab7bf4 +RMD160 (suse100/i586/glitz-0.4.4-4.i586.rpm) = 54a95f704cbfd07d388bcc4bb1bcd54aa86fca46 +Size (suse100/i586/glitz-0.4.4-4.i586.rpm) = 76101 bytes +SHA1 (suse100/i586/pango-1.10.0-3.i586.rpm) = 03520a04603bc8b90c15ae9a63ca2a9feb7970e3 +RMD160 (suse100/i586/pango-1.10.0-3.i586.rpm) = 309607551b8c814a93b7d79e6236da2737539ce7 +Size (suse100/i586/pango-1.10.0-3.i586.rpm) = 272552 bytes diff --git a/emulators/suse100_gtk2/distinfo.powerpc b/emulators/suse100_gtk2/distinfo.powerpc new file mode 100644 index 00000000000..71abbbe8b2d --- /dev/null +++ b/emulators/suse100_gtk2/distinfo.powerpc @@ -0,0 +1,20 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +SHA1 (suse100/ppc/atk-1.10.3-2.ppc.rpm) = f583040453c2f4615934026eb1dd1b29ecca1966 +RMD160 (suse100/ppc/atk-1.10.3-2.ppc.rpm) = 5ddf561d899880ce52a04a78a2a2e0db8bf9ca27 +Size (suse100/ppc/atk-1.10.3-2.ppc.rpm) = 193979 bytes +SHA1 (suse100/ppc/glib2-2.8.1-3.ppc.rpm) = 06b21b579f9f5fbd697e402d8d150e5dbf65bb9d +RMD160 (suse100/ppc/glib2-2.8.1-3.ppc.rpm) = ed70be3ec4074a17b18e5a02d5a72d815b5a7abe +Size (suse100/ppc/glib2-2.8.1-3.ppc.rpm) = 624140 bytes +SHA1 (suse100/ppc/gtk2-2.8.3-4.ppc.rpm) = f74493ae6efe4e67a6e8d25e351dd48aff833c8f +RMD160 (suse100/ppc/gtk2-2.8.3-4.ppc.rpm) = d52c5bf3a8c1fe62c5fda0e46b84299ed902befb +Size (suse100/ppc/gtk2-2.8.3-4.ppc.rpm) = 3894148 bytes +SHA1 (suse100/ppc/cairo-1.0.0-7.ppc.rpm) = 416ce5ea34c77e13ff527a820bb94f2441f8ef95 +RMD160 (suse100/ppc/cairo-1.0.0-7.ppc.rpm) = fb7e2ed80bfd091c2c73209d9dda2335dcd94f7d +Size (suse100/ppc/cairo-1.0.0-7.ppc.rpm) = 258214 bytes +SHA1 (suse100/ppc/glitz-0.4.4-4.ppc.rpm) = eb681c824e99342cbbc7dcf8c3d0fb9038545655 +RMD160 (suse100/ppc/glitz-0.4.4-4.ppc.rpm) = fe43ca7ebbbecce9851b207f776debfa6d59782a +Size (suse100/ppc/glitz-0.4.4-4.ppc.rpm) = 87494 bytes +SHA1 (suse100/ppc/pango-1.10.0-3.ppc.rpm) = 5b6bd355a34cb908cefe98bf8474aed75bd27635 +RMD160 (suse100/ppc/pango-1.10.0-3.ppc.rpm) = e4fb855ddf12effb80528e71835909881dbe819e +Size (suse100/ppc/pango-1.10.0-3.ppc.rpm) = 315684 bytes diff --git a/emulators/suse100_gtk2/distinfo.x86_64 b/emulators/suse100_gtk2/distinfo.x86_64 new file mode 100644 index 00000000000..6b6f57c0193 --- /dev/null +++ b/emulators/suse100_gtk2/distinfo.x86_64 @@ -0,0 +1,20 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:38:51 tonio Exp $ + +SHA1 (suse100/x86_64/atk-1.10.3-2.x86_64.rpm) = 97257906dedffa12a03f5986a39ed18091c15ea1 +RMD160 (suse100/x86_64/atk-1.10.3-2.x86_64.rpm) = ad67d77c67c246e26674a52ec4be4fa5440f506b +Size (suse100/x86_64/atk-1.10.3-2.x86_64.rpm) = 188249 bytes +SHA1 (suse100/x86_64/glib2-2.8.1-3.x86_64.rpm) = 15ea9709b5b18f2495b13de75fad1527e70c8850 +RMD160 (suse100/x86_64/glib2-2.8.1-3.x86_64.rpm) = be9b2b1ffa62e4c12290f509c9ad1621ae8bd9d1 +Size (suse100/x86_64/glib2-2.8.1-3.x86_64.rpm) = 609991 bytes +SHA1 (suse100/x86_64/gtk2-2.8.3-4.x86_64.rpm) = 6d280b963567bb5a525d280f88756c1dfa7fea20 +RMD160 (suse100/x86_64/gtk2-2.8.3-4.x86_64.rpm) = 7a579a9c7a3b24f3dab328fe4507e772cf34a4dd +Size (suse100/x86_64/gtk2-2.8.3-4.x86_64.rpm) = 3829330 bytes +SHA1 (suse100/x86_64/cairo-1.0.0-7.x86_64.rpm) = c856e0dbe255848b13ccef2894c552e131577297 +RMD160 (suse100/x86_64/cairo-1.0.0-7.x86_64.rpm) = ad119d00af603ee147f8eb3042aae312a19badca +Size (suse100/x86_64/cairo-1.0.0-7.x86_64.rpm) = 262289 bytes +SHA1 (suse100/x86_64/glitz-0.4.4-4.x86_64.rpm) = 1a71fb5da673006546fcf492820c2926e7501dd5 +RMD160 (suse100/x86_64/glitz-0.4.4-4.x86_64.rpm) = 837da9e0d8f0b42d49fafe1db3299e8ac28f1df0 +Size (suse100/x86_64/glitz-0.4.4-4.x86_64.rpm) = 80965 bytes +SHA1 (suse100/x86_64/pango-1.10.0-3.x86_64.rpm) = 21597f12a195cfb1d018cc3c82db9a786036f979 +RMD160 (suse100/x86_64/pango-1.10.0-3.x86_64.rpm) = a2b5728987ba8d8b181b1e8be8585be1566f43ab +Size (suse100/x86_64/pango-1.10.0-3.x86_64.rpm) = 294276 bytes diff --git a/emulators/suse100_libjpeg/DESCR b/emulators/suse100_libjpeg/DESCR new file mode 100644 index 00000000000..3fe7a54d422 --- /dev/null +++ b/emulators/suse100_libjpeg/DESCR @@ -0,0 +1,4 @@ +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 jpeg shared libraries. diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile new file mode 100644 index 00000000000..bb20cee74eb --- /dev/null +++ b/emulators/suse100_libjpeg/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +DISTNAME= suse_libjpeg-${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 the JPEG library + +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base + +EXTRACT_ONLY= # empty +NO_BUILD= YES +LIBTOOLIZE_PLIST= NO +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_libjpeg/Makefile.i386 b/emulators/suse100_libjpeg/Makefile.i386 new file mode 100644 index 00000000000..2e514eecb30 --- /dev/null +++ b/emulators/suse100_libjpeg/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libjpeg/Makefile.powerpc b/emulators/suse100_libjpeg/Makefile.powerpc new file mode 100644 index 00000000000..e997f59f99e --- /dev/null +++ b/emulators/suse100_libjpeg/Makefile.powerpc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libjpeg/Makefile.x86_64 b/emulators/suse100_libjpeg/Makefile.x86_64 new file mode 100644 index 00000000000..bffc9b5ac1a --- /dev/null +++ b/emulators/suse100_libjpeg/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +RPMFILES= libjpeg-6.2.0-739.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libjpeg/distinfo.i386 b/emulators/suse100_libjpeg/distinfo.i386 new file mode 100644 index 00000000000..94f630e741f --- /dev/null +++ b/emulators/suse100_libjpeg/distinfo.i386 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +SHA1 (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 8a1a1907c5333dd1a4391ce4f1f0dda14d557ac6 +RMD160 (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 54c97e7f09ed4b2aaa78dd5cb8e333bcf194ff3f +Size (suse100/i586/libjpeg-6.2.0-739.i586.rpm) = 67238 bytes diff --git a/emulators/suse100_libjpeg/distinfo.powerpc b/emulators/suse100_libjpeg/distinfo.powerpc new file mode 100644 index 00000000000..ad7e7adb241 --- /dev/null +++ b/emulators/suse100_libjpeg/distinfo.powerpc @@ -0,0 +1,5 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +SHA1 (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = c1ff9baa3abbe739d0aa07d55bc8327cdd2edae8 +RMD160 (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = d1d8f0903804f465e9a942ba9fdd3d80f4f63b5b +Size (suse100/ppc/libjpeg-6.2.0-739.ppc.rpm) = 73677 bytes diff --git a/emulators/suse100_libjpeg/distinfo.x86_64 b/emulators/suse100_libjpeg/distinfo.x86_64 new file mode 100644 index 00000000000..ee76ce8faea --- /dev/null +++ b/emulators/suse100_libjpeg/distinfo.x86_64 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +SHA1 (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 6dc54163c9119c74d45f248c63515ac4b78a9e38 +RMD160 (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 2e70e92fffd825214bc40220ace5324d99ff1b84 +Size (suse100/x86_64/libjpeg-6.2.0-739.x86_64.rpm) = 70061 bytes diff --git a/emulators/suse100_libpng/DESCR b/emulators/suse100_libpng/DESCR new file mode 100644 index 00000000000..f330608b9fc --- /dev/null +++ b/emulators/suse100_libpng/DESCR @@ -0,0 +1,4 @@ +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 png shared libraries. diff --git a/emulators/suse100_libpng/Makefile b/emulators/suse100_libpng/Makefile new file mode 100644 index 00000000000..d1d41995f5c --- /dev/null +++ b/emulators/suse100_libpng/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +DISTNAME= suse_libpng-${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 the PNG 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_libpng/Makefile.i386 b/emulators/suse100_libpng/Makefile.i386 new file mode 100644 index 00000000000..42df3507c6a --- /dev/null +++ b/emulators/suse100_libpng/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +RPMFILES= libpng-1.2.8-5.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libpng/Makefile.powerpc b/emulators/suse100_libpng/Makefile.powerpc new file mode 100644 index 00000000000..c4dc4cd81fa --- /dev/null +++ b/emulators/suse100_libpng/Makefile.powerpc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +RPMFILES= libpng-1.2.8-5.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libpng/Makefile.x86_64 b/emulators/suse100_libpng/Makefile.x86_64 new file mode 100644 index 00000000000..e3c84a504ab --- /dev/null +++ b/emulators/suse100_libpng/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +RPMFILES= libpng-1.2.8-5.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libpng/distinfo.i386 b/emulators/suse100_libpng/distinfo.i386 new file mode 100644 index 00000000000..c292343c016 --- /dev/null +++ b/emulators/suse100_libpng/distinfo.i386 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +SHA1 (suse100/i586/libpng-1.2.8-5.i586.rpm) = d49ce43396b3ae2018284420a571999aa39aded4 +RMD160 (suse100/i586/libpng-1.2.8-5.i586.rpm) = 8935981206929f4b1a70f1a4af5421d2b80356d7 +Size (suse100/i586/libpng-1.2.8-5.i586.rpm) = 189002 bytes diff --git a/emulators/suse100_libpng/distinfo.powerpc b/emulators/suse100_libpng/distinfo.powerpc new file mode 100644 index 00000000000..92ef58883d7 --- /dev/null +++ b/emulators/suse100_libpng/distinfo.powerpc @@ -0,0 +1,5 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +SHA1 (suse100/ppc/libpng-1.2.8-5.ppc.rpm) = 54c5b529283e9bc6961de241185b9f7cfa3c96fd +RMD160 (suse100/ppc/libpng-1.2.8-5.ppc.rpm) = fe0ea5e247c5059efc385ac839266b44ed5a7b2d +Size (suse100/ppc/libpng-1.2.8-5.ppc.rpm) = 181975 bytes diff --git a/emulators/suse100_libpng/distinfo.x86_64 b/emulators/suse100_libpng/distinfo.x86_64 new file mode 100644 index 00000000000..5fb9ab93c33 --- /dev/null +++ b/emulators/suse100_libpng/distinfo.x86_64 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:37:56 tonio Exp $ + +SHA1 (suse100/x86_64/libpng-1.2.8-5.x86_64.rpm) = f4baa12e4b0a2cd41b7baae59f9ac3fcf08c23b5 +RMD160 (suse100/x86_64/libpng-1.2.8-5.x86_64.rpm) = 7c76d4c3c9a25006ebec534e52d9020076ca595e +Size (suse100/x86_64/libpng-1.2.8-5.x86_64.rpm) = 192720 bytes diff --git a/emulators/suse100_libtiff/DESCR b/emulators/suse100_libtiff/DESCR new file mode 100644 index 00000000000..6eb5ded69a7 --- /dev/null +++ b/emulators/suse100_libtiff/DESCR @@ -0,0 +1,4 @@ +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 tiff shared libraries. diff --git a/emulators/suse100_libtiff/Makefile b/emulators/suse100_libtiff/Makefile new file mode 100644 index 00000000000..1ba08a928fa --- /dev/null +++ b/emulators/suse100_libtiff/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +DISTNAME= suse_libtiff-${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 the TIFF 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_libtiff/Makefile.i386 b/emulators/suse100_libtiff/Makefile.i386 new file mode 100644 index 00000000000..8168045bf2f --- /dev/null +++ b/emulators/suse100_libtiff/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +RPMFILES= libtiff-3.7.3-2.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libtiff/Makefile.powerpc b/emulators/suse100_libtiff/Makefile.powerpc new file mode 100644 index 00000000000..7a88b489c55 --- /dev/null +++ b/emulators/suse100_libtiff/Makefile.powerpc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +RPMFILES= libtiff-3.7.3-2.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libtiff/Makefile.x86_64 b/emulators/suse100_libtiff/Makefile.x86_64 new file mode 100644 index 00000000000..0f018abcf68 --- /dev/null +++ b/emulators/suse100_libtiff/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +RPMFILES= libtiff-3.7.3-2.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_libtiff/distinfo.i386 b/emulators/suse100_libtiff/distinfo.i386 new file mode 100644 index 00000000000..b7e6d1ced03 --- /dev/null +++ b/emulators/suse100_libtiff/distinfo.i386 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +SHA1 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 75a651891f164fdb5030550c4f1afa4fe30e7146 +RMD160 (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 89a9a7f6f5849a46a5c01238d270f85bc76e6a36 +Size (suse100/i586/libtiff-3.7.3-2.i586.rpm) = 119710 bytes diff --git a/emulators/suse100_libtiff/distinfo.powerpc b/emulators/suse100_libtiff/distinfo.powerpc new file mode 100644 index 00000000000..b040fb7ee96 --- /dev/null +++ b/emulators/suse100_libtiff/distinfo.powerpc @@ -0,0 +1,5 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +SHA1 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = c8b304983ea5e0b2a7502970c1671f4d5b8b89eb +RMD160 (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 076959ab248aa5001c803ce88c8981fec19514a4 +Size (suse100/ppc/libtiff-3.7.3-2.ppc.rpm) = 137919 bytes diff --git a/emulators/suse100_libtiff/distinfo.x86_64 b/emulators/suse100_libtiff/distinfo.x86_64 new file mode 100644 index 00000000000..46cd5c3a906 --- /dev/null +++ b/emulators/suse100_libtiff/distinfo.x86_64 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:38:20 tonio Exp $ + +SHA1 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = db4826b6f269a3c20df1cd14335376e6d069b0e9 +RMD160 (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 099e87be107f2efa5bf52d8e0a3e7f1ac75d4b36 +Size (suse100/x86_64/libtiff-3.7.3-2.x86_64.rpm) = 128428 bytes diff --git a/emulators/suse100_x11/DESCR b/emulators/suse100_x11/DESCR new file mode 100644 index 00000000000..023c56f39b1 --- /dev/null +++ b/emulators/suse100_x11/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 glibc2 which require +X11 shared libraries. diff --git a/emulators/suse100_x11/Makefile b/emulators/suse100_x11/Makefile new file mode 100644 index 00000000000..eb429ed966b --- /dev/null +++ b/emulators/suse100_x11/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +DISTNAME= suse_x11-${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 X11 binaries + +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 "../../mk/bsd.prefs.mk" + +.include "../../emulators/suse100_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse100_x11/Makefile.i386 b/emulators/suse100_x11/Makefile.i386 new file mode 100644 index 00000000000..cc90cfe6da4 --- /dev/null +++ b/emulators/suse100_x11/Makefile.i386 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.i386,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +RPMFILES= xorg-x11-libs-6.8.2-100.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_x11/Makefile.powerpc b/emulators/suse100_x11/Makefile.powerpc new file mode 100644 index 00000000000..483c39a5e8f --- /dev/null +++ b/emulators/suse100_x11/Makefile.powerpc @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +RPMFILES= xorg-x11-libs-6.8.2-100.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_x11/Makefile.x86_64 b/emulators/suse100_x11/Makefile.x86_64 new file mode 100644 index 00000000000..258dc54e1c9 --- /dev/null +++ b/emulators/suse100_x11/Makefile.x86_64 @@ -0,0 +1,3 @@ +# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +RPMFILES= xorg-x11-libs-6.8.2-100.${SUSE_ARCH}.rpm diff --git a/emulators/suse100_x11/distinfo.i386 b/emulators/suse100_x11/distinfo.i386 new file mode 100644 index 00000000000..6afff4b30fa --- /dev/null +++ b/emulators/suse100_x11/distinfo.i386 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.i386,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +SHA1 (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = e00b5a0dc265df2957cd0fbfe36b1707764cca29 +RMD160 (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = 333093b77d2ba3588f32baf1acca135799922cc8 +Size (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = 2926591 bytes diff --git a/emulators/suse100_x11/distinfo.powerpc b/emulators/suse100_x11/distinfo.powerpc new file mode 100644 index 00000000000..ad7e3e8b082 --- /dev/null +++ b/emulators/suse100_x11/distinfo.powerpc @@ -0,0 +1,8 @@ +$NetBSD: distinfo.powerpc,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +SHA1 (suse100/ppc/xorg-x11-libs-6.8.2-100.ppc.rpm) = 83d2333a1a354733deca3273c0288cc300b60204 +RMD160 (suse100/ppc/xorg-x11-libs-6.8.2-100.ppc.rpm) = a68959b243edac1f6a19a9849a6f705a44005320 +Size (suse100/ppc/xorg-x11-libs-6.8.2-100.ppc.rpm) = 2835400 bytes +SHA1 (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = e00b5a0dc265df2957cd0fbfe36b1707764cca29 +RMD160 (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = 333093b77d2ba3588f32baf1acca135799922cc8 +Size (suse100/i586/xorg-x11-libs-6.8.2-100.i586.rpm) = 2926591 bytes diff --git a/emulators/suse100_x11/distinfo.x86_64 b/emulators/suse100_x11/distinfo.x86_64 new file mode 100644 index 00000000000..00442e14173 --- /dev/null +++ b/emulators/suse100_x11/distinfo.x86_64 @@ -0,0 +1,5 @@ +$NetBSD: distinfo.x86_64,v 1.1.1.1 2006/03/09 20:37:05 tonio Exp $ + +SHA1 (suse100/x86_64/xorg-x11-libs-6.8.2-100.x86_64.rpm) = f7efb5bad41ea72756b845554b92bed9957f40cd +RMD160 (suse100/x86_64/xorg-x11-libs-6.8.2-100.x86_64.rpm) = ca7d873e9ce34f9ee9942c55fff15ae864524375 +Size (suse100/x86_64/xorg-x11-libs-6.8.2-100.x86_64.rpm) = 3130444 bytes |