aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-01-23 21:36:30 +0800
committerijliao <ijliao@FreeBSD.org>2002-01-23 21:36:30 +0800
commit95c5b33c0074d3b8bec81c9646d203f5a3cea9a7 (patch)
tree64fea33d7cfb4b440f11a14952526ce41e726e88 /misc
parent9bf41ae7d7fd998a566fe6dcf4f8d681113c22ee (diff)
downloadfreebsd-ports-gnome-95c5b33c0074d3b8bec81c9646d203f5a3cea9a7.tar.gz
freebsd-ports-gnome-95c5b33c0074d3b8bec81c9646d203f5a3cea9a7.tar.zst
freebsd-ports-gnome-95c5b33c0074d3b8bec81c9646d203f5a3cea9a7.zip
add demoniac 0.3
A tool for exploring and animating graphics effects
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/demoniac/Makefile27
-rw-r--r--misc/demoniac/distinfo1
-rw-r--r--misc/demoniac/pkg-comment1
-rw-r--r--misc/demoniac/pkg-descr11
-rw-r--r--misc/demoniac/pkg-plist4
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