diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/demoniac/Makefile | 34 | ||||
-rw-r--r-- | misc/demoniac/distinfo | 2 | ||||
-rw-r--r-- | misc/demoniac/files/patch-libfx-glmain.h | 11 | ||||
-rw-r--r-- | misc/demoniac/pkg-descr | 11 |
5 files changed, 0 insertions, 59 deletions
diff --git a/misc/Makefile b/misc/Makefile index 870117b5e97b..341bb0bcc12f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -65,7 +65,6 @@ SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay - SUBDIR += demoniac SUBDIR += detachtty SUBDIR += diary-hercules SUBDIR += diction diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile deleted file mode 100644 index db30f79b9c68..000000000000 --- a/misc/demoniac/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: demoniac -# Date created: Jan 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= demoniac -PORTVERSION= 0.4 -PORTREVISION= 3 -CATEGORIES= misc -MASTER_SITES= http://www.calodox.scene.org/demoniac/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for exploring and animating graphics effects - -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2011-12-03 - -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea - -USE_GL= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -PLIST_FILES= bin/demoniac share/demoniac/pixmaps/logo.xpm -PLIST_DIRS= share/demoniac/pixmaps share/demoniac - -post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/misc/demoniac/distinfo b/misc/demoniac/distinfo deleted file mode 100644 index 38219f70b9cc..000000000000 --- a/misc/demoniac/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (demoniac-0.4.tar.gz) = 5f5c9446e618378ecf3e55c5e79a2473ebd0d9cd74aaf64cd14f9e73da0650b1 -SIZE (demoniac-0.4.tar.gz) = 148675 diff --git a/misc/demoniac/files/patch-libfx-glmain.h b/misc/demoniac/files/patch-libfx-glmain.h deleted file mode 100644 index 44e4ee0d5011..000000000000 --- a/misc/demoniac/files/patch-libfx-glmain.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libfx/glmain.h.orig Thu Dec 21 14:42:42 2006 -+++ libfx/glmain.h Thu Dec 21 14:43:00 2006 -@@ -113,7 +113,7 @@ - ~GLMain(); - - //! kill all instances, reset application -- void GLMain::clearAll(); -+ void clearAll(); - - //! register a new effect - int registerFX(FXGeneric *fx, int fxsize); diff --git a/misc/demoniac/pkg-descr b/misc/demoniac/pkg-descr deleted file mode 100644 index e9bdd206c869..000000000000 --- a/misc/demoniac/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Demoniac is a tool for exploring and animating graphics effects. - -Demoniac is based on effects. An effect is a piece of software that computes -an image, given some options. Demoniac allows you to create one or more -instance. An instance is just a specific effect with values of it's options. -An option (or a parameter) is some value that influence an effect. It can -change during time. The way of producing animation in Demoniac is keyframing. -Keyframing consists in making one or more value/time pairs and interpolating -the value between the keys. - -WWW: http://www.calodox.org/demoniac/ |