summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-05 18:42:55 +0000
committermiwi <miwi@FreeBSD.org>2007-01-05 18:42:55 +0000
commit4501b081fc4b27b219cc74a74d3c7990f3050946 (patch)
tree276450261b494e970ca64b49bd0bd964c59f47d2 /graphics
parent696f206b226edc89f6351d4a780b1ba76987f20d (diff)
downloadFreeBSD-ports-4501b081fc4b27b219cc74a74d3c7990f3050946.zip
FreeBSD-ports-4501b081fc4b27b219cc74a74d3c7990f3050946.tar.gz
2007-01-01 graphics/teddy: No new releases in the past 4 years
2007-01-01 net/arla: "does not compile" 2007-01-02 sysutils/lsmlib: distfile and homepage disappeared 2007-01-02 security/ifd-gpr400: distfile and homepage disappeared 2007-01-04 science/mmtk: distfile and homepage disappeared 2007-01-04 print/xtem: distfile and homepage disappeared 2007-01-04 net/mrt: distfile and homepage disappeared
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/teddy/Makefile57
-rw-r--r--graphics/teddy/distinfo3
-rw-r--r--graphics/teddy/files/patch-configure11
-rw-r--r--graphics/teddy/pkg-descr11
5 files changed, 0 insertions, 83 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 97f63ac..af08a08 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -652,7 +652,6 @@
SUBDIR += swftools
SUBDIR += synaesthesia
SUBDIR += tcm
- SUBDIR += teddy
SUBDIR += telak
SUBDIR += tgif
SUBDIR += tgif-nls
diff --git a/graphics/teddy/Makefile b/graphics/teddy/Makefile
deleted file mode 100644
index 2ab36a9..0000000
--- a/graphics/teddy/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: teddy
-# Date created: Apr 13, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= teddy
-PORTVERSION= 1.81.5
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= Teddy-${PORTVERSION}.src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Graphics Library for 3D Scenes
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png
-
-USE_ZIP= yes
-USE_SDL= sdl image mixer
-USE_GNOME= pkgconfig
-USE_GL= yes
-GNU_CONFIGURE= yes
-CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS}
-USE_GMAKE= yes
-
-PLIST_FILES= lib/libTeddy.a libdata/pkgconfig/Teddy.pc
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= Does not compile on FreeBSD >= 5.x
-.endif
-
-DEPRECATED= No new releases in the past 4 years
-EXPIRATION_DATE=2007-01-01
-
-post-extract:
- @${CHMOD} +x ${WRKSRC}/configure
-
-do-install:
- @${MKDIR} ${PREFIX}/include/Teddy
- cd ${WRKSRC} && ${TAR} cf - `${FIND} Teddy -name "*.h"` | \
- (cd ${PREFIX}/include ; ${TAR} xfBp -)
- @${FIND} ${PREFIX}/include/Teddy ! -type d | ${XARGS} ${CHMOD} 644
- @${FIND} ${PREFIX}/include/Teddy ! -type d | \
- ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/include/Teddy -type d | ${SORT} -r | \
- ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
- ${INSTALL_DATA} ${WRKSRC}/libTeddy.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/Teddy.pc ${PREFIX}/libdata/pkgconfig
-
-.include <bsd.port.post.mk>
diff --git a/graphics/teddy/distinfo b/graphics/teddy/distinfo
deleted file mode 100644
index 293d178..0000000
--- a/graphics/teddy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Teddy-1.81.5.src.zip) = 6653bb2b030cf56ab618e6eab39a007d
-SHA256 (Teddy-1.81.5.src.zip) = cc183ac69bf42049c44fda9d631dcfeec7e9144330314eda2989ce88cdbea8e3
-SIZE (Teddy-1.81.5.src.zip) = 1207931
diff --git a/graphics/teddy/files/patch-configure b/graphics/teddy/files/patch-configure
deleted file mode 100644
index a02afa8..0000000
--- a/graphics/teddy/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Dec 2 15:48:44 2002
-+++ configure Tue Apr 13 09:54:17 2004
-@@ -1552,7 +1552,7 @@
- fi
-
- if test "x$PKG_CONFIG" != "xno" ; then
-- PKGDIR="`which pkg-config | sed s/bin\\\\/pkg-/lib\\\\/pkg/`"
-+ PKGDIR="`which pkg-config | sed s/bin\\\\/pkg-/libdata\\\\/pkg/`"
- else
- PKGDIR="${prefix}/lib/pkgconfig"
- if test "x$lib_do_shared" = "xyes"; then
diff --git a/graphics/teddy/pkg-descr b/graphics/teddy/pkg-descr
deleted file mode 100644
index 838f154..0000000
--- a/graphics/teddy/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Teddy is a 3D graphics library. The main purpose is to be a simple scene graph
-manager. Here is a brief list of main features:
- * scene graph
- * windowing system
- * multiple scenes
- * multiple cameras
- * multiple camera windows
- * LightWave objects
- * LightWave scenes
-
-WWW: http://teddy.sourceforge.net/
OpenPOWER on IntegriCloud