2012-10-20 x11-toolkits/gtkglarea: No more public distfiles
This commit is contained in:
parent
c2112a6439
commit
722d07a3fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312203
1
MOVED
1
MOVED
@ -4060,3 +4060,4 @@ x11-toolkits/tk84-thread||2013-02-06|Threads are now enabled by default
|
||||
x11-toolkits/tk85-thread||2013-02-06|Threads are now enabled by default
|
||||
x11-toolkits/tk86-thread||2013-02-06|Threads are now enabled by default
|
||||
x11-fm/fsv||2013-02-14|Depends on expired x11-toolkits/gtkglarea
|
||||
x11-toolkits/gtkglarea||2013-02-14|Has expired: No more public distfiles
|
||||
|
@ -52,7 +52,6 @@
|
||||
SUBDIR += gtkada
|
||||
SUBDIR += gtkdatabox
|
||||
SUBDIR += gtkextra2
|
||||
SUBDIR += gtkglarea
|
||||
SUBDIR += gtkglarea2
|
||||
SUBDIR += gtkglext
|
||||
SUBDIR += gtkglextmm
|
||||
|
@ -1,32 +0,0 @@
|
||||
# New ports collection makefile for: gtkglarea
|
||||
# Date created: 1 August 1999
|
||||
# Whom: Michael Sardo <jaeger16@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkglarea
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An OpenGL widget for the GTK+ GUI toolkit
|
||||
|
||||
DEPRECATED= No more public distfiles
|
||||
EXPIRATION_DATE= 2012-10-20
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GL= yes
|
||||
USE_GNOME= gtk12 lthack
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gtkglarea_1.2.3.orig.tar.gz) = 4f11129687f7723935ebd54cb0e33849c42603e985b7bf9f09a6a3c9048a5d68
|
||||
SIZE (gtkglarea_1.2.3.orig.tar.gz) = 291348
|
@ -1,8 +0,0 @@
|
||||
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
|
||||
which is basically wrapper around GLX functions. The widget itself is
|
||||
derived from GtkDrawinigArea widget and adds only few extra functions.
|
||||
Lower level gdkgl functions make it easy to render on any widget that has
|
||||
OpenGL capable visual, rendering to off-screen pixmaps is also supported.
|
||||
|
||||
Related project which may iterest those who use GTK-- is GtkGLArea--. It is a
|
||||
C++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>.
|
@ -1,8 +0,0 @@
|
||||
include/gtkgl/gdkgl.h
|
||||
include/gtkgl/gtkglarea.h
|
||||
lib/libgtkgl.a
|
||||
lib/libgtkgl.la
|
||||
lib/libgtkgl.so
|
||||
lib/libgtkgl.so.5
|
||||
share/aclocal/gtkgl.m4
|
||||
@dirrm include/gtkgl
|
Loading…
Reference in New Issue
Block a user