diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-23 13:36:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-23 13:36:30 +0000 |
commit | 7a86199b8c4c8219682b3fb734c45b542335e46b (patch) | |
tree | 855bd0445adac05471662da8e89294927321a5f0 /misc | |
parent | Track gnustep-base version (1.1.0). (diff) |
add demoniac 0.3
A tool for exploring and animating graphics effects
Notes
Notes:
svn path=/head/; revision=53635
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/demoniac/Makefile | 27 | ||||
-rw-r--r-- | misc/demoniac/distinfo | 1 | ||||
-rw-r--r-- | misc/demoniac/pkg-comment | 1 | ||||
-rw-r--r-- | misc/demoniac/pkg-descr | 11 | ||||
-rw-r--r-- | misc/demoniac/pkg-plist | 4 |
6 files changed, 45 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f791e6c8023a..5609b40d7cc6 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -51,6 +51,7 @@ SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay + SUBDIR += demoniac SUBDIR += diction SUBDIR += dirtree SUBDIR += display diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile new file mode 100644 index 000000000000..656c45ce1b91 --- /dev/null +++ b/misc/demoniac/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: demoniac +# Date created: Jan 23, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= demoniac +PORTVERSION= 0.3 +CATEGORIES= misc +MASTER_SITES= http://www.calodox.org/demoniac/files/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea + +USE_MESA= yes +USE_GTK= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" + +post-patch: + @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/misc/demoniac/distinfo b/misc/demoniac/distinfo new file mode 100644 index 000000000000..1d17aee7eb19 --- /dev/null +++ b/misc/demoniac/distinfo @@ -0,0 +1 @@ +MD5 (demoniac-0.3.tar.gz) = 804cf69a74179756e60ebda627004026 diff --git a/misc/demoniac/pkg-comment b/misc/demoniac/pkg-comment new file mode 100644 index 000000000000..ed29d873da26 --- /dev/null +++ b/misc/demoniac/pkg-comment @@ -0,0 +1 @@ +A tool for exploring and animating graphics effects diff --git a/misc/demoniac/pkg-descr b/misc/demoniac/pkg-descr new file mode 100644 index 000000000000..e9bdd206c869 --- /dev/null +++ b/misc/demoniac/pkg-descr @@ -0,0 +1,11 @@ +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/ diff --git a/misc/demoniac/pkg-plist b/misc/demoniac/pkg-plist new file mode 100644 index 000000000000..7968b7a8b1cc --- /dev/null +++ b/misc/demoniac/pkg-plist @@ -0,0 +1,4 @@ +bin/demoniac +share/demoniac/pixmaps/logo.xpm +@dirrm share/demoniac/pixmaps +@dirrm share/demoniac |