aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gltk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-05-02 16:56:41 +0800
committerbapt <bapt@FreeBSD.org>2011-05-02 16:56:41 +0800
commit0ac0c824c55f9524c6bc08e422affb4578cb1774 (patch)
tree7c7a2d98554382cfac2b6be6472c03d7ec5a3ab3 /graphics/gltk
parent96aa7e72669aa32f8e402d802add6c7d9064c609 (diff)
downloadfreebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.tar.gz
freebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.tar.zst
freebsd-ports-graphics-0ac0c824c55f9524c6bc08e422affb4578cb1774.zip
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available 2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available 2011-05-01 graphics/dore: Upstream disapear and distfile is no more available 2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available 2011-05-01 graphics/geist: Upstream disapear and distfile is no more available 2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available 2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin 2011-05-01 graphics/glean: Upstream disapear and distfile is no more available 2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available 2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available 2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available 2011-05-01 graphics/gview: Upstream disapear and distfile is no more available 2011-05-01 graphics/icod: Upstream disapear and distfile is no more available 2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available 2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available 2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available 2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available 2011-05-01 graphics/robot: Upstream disapear and distfile is no more available 2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available 2011-05-01 graphics/sced: Upstream disapear and distfile is no more available 2011-05-01 graphics/shim: Upstream disapear and distfile is no more available 2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available 2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available 2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available 2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available 2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Diffstat (limited to 'graphics/gltk')
-rw-r--r--graphics/gltk/Makefile33
-rw-r--r--graphics/gltk/distinfo3
-rw-r--r--graphics/gltk/pkg-descr6
-rw-r--r--graphics/gltk/pkg-plist4
4 files changed, 0 insertions, 46 deletions
diff --git a/graphics/gltk/Makefile b/graphics/gltk/Makefile
deleted file mode 100644
index 755f84a21d4..00000000000
--- a/graphics/gltk/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gltk
-# Date created: 16 Feb 2000
-# Whom: asami
-#
-# $FreeBSD$
-#
-
-PORTNAME= gltk
-PORTVERSION= 1.1
-PORTREVISION= 4
-CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.sgi.com/opengl/contrib/ \
- ftp://ftp.u-aizu.ac.jp/pub/os/sgi/misc/ftp.sgi.com/pub/opengl/contrib/
-DISTNAME= libtk
-EXTRACT_SUFX= .tar.Z
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An OpenGL/Tk interface
-
-USE_GL= glut
-USE_IMAKE= yes
-USE_XORG= x11
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libtk.a ${PREFIX}/lib/libgltk.a
- ${INSTALL_DATA} ${WRKSRC}/tk.h ${PREFIX}/include/GL/gltk.h
- ${MKDIR} ${PREFIX}/share/doc/gltk
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gltk
-
-.include <bsd.port.mk>
diff --git a/graphics/gltk/distinfo b/graphics/gltk/distinfo
deleted file mode 100644
index 33256d8089c..00000000000
--- a/graphics/gltk/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libtk.tar.Z) = 842280da0d0d5b19902bab94765e7ed7
-SHA256 (libtk.tar.Z) = 8a72b759e2103d2548f64bb7ed142997a1baaf0a9b3a9b1f5499fffd6d9427bf
-SIZE (libtk.tar.Z) = 87923
diff --git a/graphics/gltk/pkg-descr b/graphics/gltk/pkg-descr
deleted file mode 100644
index d3fbaf2e2d5..00000000000
--- a/graphics/gltk/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-A simple OpenGL and Tk interface used for the OpenGL tutorial in
-
- http://www.eecs.tulane.edu/www/Terry/OpenGL/Introduction.html
-
-Other than changing "-lMesatk" to "-lgltk" and "#include <gltk.h>" to
-"#include <GL/gltk.h>", everything should work as described on that page.
diff --git a/graphics/gltk/pkg-plist b/graphics/gltk/pkg-plist
deleted file mode 100644
index 7f24b249ff9..00000000000
--- a/graphics/gltk/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-include/GL/gltk.h
-lib/libgltk.a
-share/doc/gltk/README
-@dirrm share/doc/gltk