pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse100_glx Initial import of suse100_glx: L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f262b3e1993
branches:  trunk
changeset: 511624:1f262b3e1993
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Apr 18 15:18:39 2006 +0000

description:
Initial import of suse100_glx: Linux compatibility package for the GL library.

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 which require GL shared libraries.

diffstat:

 emulators/suse100_glx/DESCR            |   4 ++++
 emulators/suse100_glx/Makefile         |  25 +++++++++++++++++++++++++
 emulators/suse100_glx/Makefile.i386    |   5 +++++
 emulators/suse100_glx/Makefile.powerpc |   5 +++++
 emulators/suse100_glx/Makefile.x86_64  |   7 +++++++
 emulators/suse100_glx/distinfo         |  26 ++++++++++++++++++++++++++
 6 files changed, 72 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/DESCR       Tue Apr 18 15:18:39 2006 +0000
@@ -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 which require GL shared libraries.
diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/Makefile    Tue Apr 18 15:18:39 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+
+DISTNAME=              suse_glx-${SUSE_VERSION}
+CATEGORIES=            emulators
+MASTER_SITES=          ${MASTER_SITE_SUSE100}
+DISTFILES=             ${RPMFILES}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://www.suse.com/
+COMMENT=               Linux compatibility package for the GL library
+
+DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+
+EXTRACT_ONLY=          # empty
+NO_BUILD=              YES
+LIBTOOLIZE_PLIST=      NO
+PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/Makefile.i386
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/Makefile.i386       Tue Apr 18 15:18:39 2006 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.i386,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+
+# the -devel version is necessary for libGL.so et.al. symlinks only
+RPMFILES=              xorg-x11-Mesa-6.8.2-100.${SUSE_ARCH}.rpm \
+                       xorg-x11-Mesa-devel-6.8.2-100.${SUSE_ARCH}.rpm
diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/Makefile.powerpc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/Makefile.powerpc    Tue Apr 18 15:18:39 2006 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.powerpc,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+
+# the -devel version is necessary for libGL.so et.al. symlinks only
+RPMFILES=              xorg-x11-Mesa-6.8.2-100.${SUSE_ARCH}.rpm \
+                       xorg-x11-Mesa-devel-6.8.2-100.${SUSE_ARCH}.rpm
diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/Makefile.x86_64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/Makefile.x86_64     Tue Apr 18 15:18:39 2006 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.x86_64,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+
+# the -devel version is necessary for libGL.so et.al. symlinks only
+RPMFILES=              xorg-x11-Mesa-6.8.2-100.${SUSE_ARCH}.rpm \
+                       xorg-x11-Mesa-devel-6.8.2-100.${SUSE_ARCH}.rpm \
+                       xorg-x11-Mesa-32bit-6.8.2-100.${SUSE_ARCH}.rpm \
+                       xorg-x11-Mesa-devel-32bit-6.8.2-100.${SUSE_ARCH}.rpm
diff -r c37a26fe4240 -r 1f262b3e1993 emulators/suse100_glx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/suse100_glx/distinfo    Tue Apr 18 15:18:39 2006 +0000
@@ -0,0 +1,26 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/18 15:18:39 salo Exp $
+
+SHA1 (suse100/i586/xorg-x11-Mesa-6.8.2-100.i586.rpm) = ba5db456a35ea226eab8768ef4417a325b283960
+RMD160 (suse100/i586/xorg-x11-Mesa-6.8.2-100.i586.rpm) = 7389750e1b2cd32eea730676baa7085a93bc43db
+Size (suse100/i586/xorg-x11-Mesa-6.8.2-100.i586.rpm) = 7902110 bytes
+SHA1 (suse100/i586/xorg-x11-Mesa-devel-6.8.2-100.i586.rpm) = deb22ba0964b7d400ca622e7f45d112b7031a840
+RMD160 (suse100/i586/xorg-x11-Mesa-devel-6.8.2-100.i586.rpm) = 9c2db1ff3777546f05266583560f210940257d0a
+Size (suse100/i586/xorg-x11-Mesa-devel-6.8.2-100.i586.rpm) = 1102248 bytes
+SHA1 (suse100/ppc/xorg-x11-Mesa-6.8.2-100.ppc.rpm) = aa5ff4ac9fa4a24d3305246f8f64acba1875c6b9
+RMD160 (suse100/ppc/xorg-x11-Mesa-6.8.2-100.ppc.rpm) = d3064a993d87df4f13b7ca6fd262130bece26db9
+Size (suse100/ppc/xorg-x11-Mesa-6.8.2-100.ppc.rpm) = 4314149 bytes
+SHA1 (suse100/ppc/xorg-x11-Mesa-devel-6.8.2-100.ppc.rpm) = 58b169a3dc729db2fbfffba9d081ca685227f34b
+RMD160 (suse100/ppc/xorg-x11-Mesa-devel-6.8.2-100.ppc.rpm) = 3d64678b9b7be9594130800e2baae3c37c7e4d9d
+Size (suse100/ppc/xorg-x11-Mesa-devel-6.8.2-100.ppc.rpm) = 1233965 bytes
+SHA1 (suse100/x86_64/xorg-x11-Mesa-6.8.2-100.x86_64.rpm) = 565323080d589f2fb665311d4fa51d630745a3fc
+RMD160 (suse100/x86_64/xorg-x11-Mesa-6.8.2-100.x86_64.rpm) = 96bc71ab0f0a1d29fad37d842b7b63e72f34e4d1
+Size (suse100/x86_64/xorg-x11-Mesa-6.8.2-100.x86_64.rpm) = 4838499 bytes
+SHA1 (suse100/x86_64/xorg-x11-Mesa-devel-6.8.2-100.x86_64.rpm) = 799ef1e0cb2d9b4814fe818aff0f09d526e07705
+RMD160 (suse100/x86_64/xorg-x11-Mesa-devel-6.8.2-100.x86_64.rpm) = 455f66c3b6b60e048ab8c3220ec8dd1f6ab337ca
+Size (suse100/x86_64/xorg-x11-Mesa-devel-6.8.2-100.x86_64.rpm) = 1147561 bytes
+SHA1 (suse100/x86_64/xorg-x11-Mesa-32bit-6.8.2-100.x86_64.rpm) = 00ce370c52097f3091f7ecd5ef97f9e159e49d22
+RMD160 (suse100/x86_64/xorg-x11-Mesa-32bit-6.8.2-100.x86_64.rpm) = 20b4c777dbd80112f852ffc39d0b9f62e6de3538
+Size (suse100/x86_64/xorg-x11-Mesa-32bit-6.8.2-100.x86_64.rpm) = 7901672 bytes
+SHA1 (suse100/x86_64/xorg-x11-Mesa-devel-32bit-6.8.2-100.x86_64.rpm) = fd80e703f7d71f05a987f84a019a4b65a7d0de84
+RMD160 (suse100/x86_64/xorg-x11-Mesa-devel-32bit-6.8.2-100.x86_64.rpm) = 0fff472da590e23f316507287bc25527727dddbf
+Size (suse100/x86_64/xorg-x11-Mesa-devel-32bit-6.8.2-100.x86_64.rpm) = 1027506 bytes



Home | Main Index | Thread Index | Old Index