pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators Import openSUSE 10.0 base packages for Linux...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d68e2c4bcafb
branches:  trunk
changeset: 509420:d68e2c4bcafb
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Mar 09 20:36:06 2006 +0000

description:
Import openSUSE 10.0 base packages for Linux emulation

Add support for powerpc (but it does *not* work stable yet)

diffstat:

 emulators/suse100_fontconfig/DESCR            |   5 +++
 emulators/suse100_fontconfig/Makefile         |  24 +++++++++++++++++++
 emulators/suse100_fontconfig/Makefile.i386    |   3 ++
 emulators/suse100_fontconfig/Makefile.powerpc |   3 ++
 emulators/suse100_fontconfig/Makefile.x86_64  |   3 ++
 emulators/suse100_fontconfig/distinfo.i386    |   5 +++
 emulators/suse100_fontconfig/distinfo.powerpc |   5 +++
 emulators/suse100_fontconfig/distinfo.x86_64  |   5 +++
 emulators/suse100_freetype2/DESCR             |   5 +++
 emulators/suse100_freetype2/Makefile          |  24 +++++++++++++++++++
 emulators/suse100_freetype2/Makefile.i386     |   3 ++
 emulators/suse100_freetype2/Makefile.powerpc  |   3 ++
 emulators/suse100_freetype2/Makefile.x86_64   |   3 ++
 emulators/suse100_freetype2/distinfo.i386     |   5 +++
 emulators/suse100_freetype2/distinfo.powerpc  |   5 +++
 emulators/suse100_freetype2/distinfo.x86_64   |   5 +++
 emulators/suse100_gtk2/DESCR                  |   5 +++
 emulators/suse100_gtk2/INSTALL                |  15 +++++++++++
 emulators/suse100_gtk2/Makefile               |  34 +++++++++++++++++++++++++++
 emulators/suse100_gtk2/Makefile.i386          |   8 ++++++
 emulators/suse100_gtk2/Makefile.powerpc       |   8 ++++++
 emulators/suse100_gtk2/Makefile.x86_64        |   8 ++++++
 emulators/suse100_gtk2/PLIST                  |   4 +++
 emulators/suse100_gtk2/distinfo.i386          |  20 +++++++++++++++
 emulators/suse100_gtk2/distinfo.powerpc       |  20 +++++++++++++++
 emulators/suse100_gtk2/distinfo.x86_64        |  20 +++++++++++++++
 emulators/suse100_libjpeg/DESCR               |   4 +++
 emulators/suse100_libjpeg/Makefile            |  25 +++++++++++++++++++
 emulators/suse100_libjpeg/Makefile.i386       |   3 ++
 emulators/suse100_libjpeg/Makefile.powerpc    |   3 ++
 emulators/suse100_libjpeg/Makefile.x86_64     |   3 ++
 emulators/suse100_libjpeg/distinfo.i386       |   5 +++
 emulators/suse100_libjpeg/distinfo.powerpc    |   5 +++
 emulators/suse100_libjpeg/distinfo.x86_64     |   5 +++
 emulators/suse100_libpng/DESCR                |   4 +++
 emulators/suse100_libpng/Makefile             |  24 +++++++++++++++++++
 emulators/suse100_libpng/Makefile.i386        |   3 ++
 emulators/suse100_libpng/Makefile.powerpc     |   3 ++
 emulators/suse100_libpng/Makefile.x86_64      |   3 ++
 emulators/suse100_libpng/distinfo.i386        |   5 +++
 emulators/suse100_libpng/distinfo.powerpc     |   5 +++
 emulators/suse100_libpng/distinfo.x86_64      |   5 +++
 emulators/suse100_libtiff/DESCR               |   4 +++
 emulators/suse100_libtiff/Makefile            |  24 +++++++++++++++++++
 emulators/suse100_libtiff/Makefile.i386       |   3 ++
 emulators/suse100_libtiff/Makefile.powerpc    |   3 ++
 emulators/suse100_libtiff/Makefile.x86_64     |   3 ++
 emulators/suse100_libtiff/distinfo.i386       |   5 +++
 emulators/suse100_libtiff/distinfo.powerpc    |   5 +++
 emulators/suse100_libtiff/distinfo.x86_64     |   5 +++
 emulators/suse100_x11/DESCR                   |   5 +++
 emulators/suse100_x11/Makefile                |  26 ++++++++++++++++++++
 emulators/suse100_x11/Makefile.i386           |   3 ++
 emulators/suse100_x11/Makefile.powerpc        |   3 ++
 emulators/suse100_x11/Makefile.x86_64         |   3 ++
 emulators/suse100_x11/distinfo.i386           |   5 +++
 emulators/suse100_x11/distinfo.powerpc        |   8 ++++++
 emulators/suse100_x11/distinfo.x86_64         |   5 +++
 58 files changed, 463 insertions(+), 0 deletions(-)

diffs (truncated from 695 to 300 lines):

diff -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/DESCR        Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/Makefile     Thu Mar 09 20:36:06 2006 +0000
@@ -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@localhost
+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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/Makefile.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/Makefile.i386        Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/Makefile.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/Makefile.powerpc     Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/Makefile.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/Makefile.x86_64      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/distinfo.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/distinfo.i386        Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/distinfo.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/distinfo.powerpc     Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_fontconfig/distinfo.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_fontconfig/distinfo.x86_64      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/DESCR Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/Makefile      Thu Mar 09 20:36:06 2006 +0000
@@ -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@localhost
+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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/Makefile.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/Makefile.i386 Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/Makefile.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/Makefile.powerpc      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/Makefile.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/Makefile.x86_64       Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/distinfo.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/distinfo.i386 Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/distinfo.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/distinfo.powerpc      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_freetype2/distinfo.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_freetype2/distinfo.x86_64       Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/DESCR      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/INSTALL    Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/Makefile   Thu Mar 09 20:36:06 2006 +0000
@@ -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@localhost
+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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/Makefile.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/Makefile.i386      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/Makefile.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/Makefile.powerpc   Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/Makefile.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/Makefile.x86_64    Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/PLIST      Thu Mar 09 20:36:06 2006 +0000
@@ -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 -r 5be20c8751da -r d68e2c4bcafb emulators/suse100_gtk2/distinfo.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_gtk2/distinfo.i386      Thu Mar 09 20:36:06 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index