pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freeglut Initial import of freeglut-2.2.0, fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db1cbdc103b
branches:  trunk
changeset: 473434:3db1cbdc103b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Apr 19 18:36:02 2004 +0000

description:
Initial import of freeglut-2.2.0, from pkgsrc-wip.

freeglut is a completely OpenSourced alternative to the OpenGL
Utility Toolkit (GLUT) library. GLUT was originally written by
Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety
of practical applications because it is simple, universally available
and highly portable.

diffstat:

 graphics/freeglut/DESCR         |   6 ++++++
 graphics/freeglut/Makefile      |  20 ++++++++++++++++++++
 graphics/freeglut/PLIST         |  11 +++++++++++
 graphics/freeglut/buildlink3.mk |  18 ++++++++++++++++++
 graphics/freeglut/distinfo      |   4 ++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 946c1f01b0d1 -r 3db1cbdc103b graphics/freeglut/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeglut/DESCR   Mon Apr 19 18:36:02 2004 +0000
@@ -0,0 +1,6 @@
+freeglut is a completely OpenSourced alternative to the OpenGL 
+Utility Toolkit (GLUT) library. GLUT was originally written by 
+Mark Kilgard to support the sample programs in the second edition 
+OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety 
+of practical applications because it is simple, universally available 
+and highly portable.
diff -r 946c1f01b0d1 -r 3db1cbdc103b graphics/freeglut/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeglut/Makefile        Mon Apr 19 18:36:02 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+#
+
+DISTNAME=      freeglut-2.2.0
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=freeglut/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://freeglut.sourceforge.net/
+COMMENT=       Alternative to the OpenGL Utility Toolkit (GLUT) library
+
+CONFLICTS=     glut-[0-9]*:../../graphics/glut
+
+USE_BUILDLINK3=        yes
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+=        make
+USE_X11=       yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 946c1f01b0d1 -r 3db1cbdc103b graphics/freeglut/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeglut/PLIST   Mon Apr 19 18:36:02 2004 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+include/GL/freeglut.h
+include/GL/freeglut_ext.h
+include/GL/freeglut_std.h
+include/GL/glut.h
+lib/libglut.a
+lib/libglut.la
+lib/libglut.so
+lib/libglut.so.11
+lib/libglut.so.11.0
+@unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE}
diff -r 946c1f01b0d1 -r 3db1cbdc103b graphics/freeglut/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeglut/buildlink3.mk   Mon Apr 19 18:36:02 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+FREEGLUT_BUILDLINK3_MK:=       ${FREEGLUT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    freeglut
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nfreeglut}
+BUILDLINK_PACKAGES+=   freeglut
+
+.if !empty(FREEGLUT_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.freeglut+=   freeglut>=2.2.0
+BUILDLINK_PKGSRCDIR.freeglut?= ../../graphics/freeglut
+.endif # FREEGLUT_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 946c1f01b0d1 -r 3db1cbdc103b graphics/freeglut/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/freeglut/distinfo        Mon Apr 19 18:36:02 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $
+
+SHA1 (freeglut-2.2.0.tar.gz) = 87c762bd9653fe844f67e1944f1397061b590dc8
+Size (freeglut-2.2.0.tar.gz) = 384055 bytes



Home | Main Index | Thread Index | Old Index