mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add demoniac 0.3
A tool for exploring and animating graphics effects
This commit is contained in:
parent
5e2e176dbb
commit
7a86199b8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53635
@ -51,6 +51,7 @@
|
|||||||
SUBDIR += deco
|
SUBDIR += deco
|
||||||
SUBDIR += dejagnu
|
SUBDIR += dejagnu
|
||||||
SUBDIR += delay
|
SUBDIR += delay
|
||||||
|
SUBDIR += demoniac
|
||||||
SUBDIR += diction
|
SUBDIR += diction
|
||||||
SUBDIR += dirtree
|
SUBDIR += dirtree
|
||||||
SUBDIR += display
|
SUBDIR += display
|
||||||
|
27
misc/demoniac/Makefile
Normal file
27
misc/demoniac/Makefile
Normal file
@ -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>
|
1
misc/demoniac/distinfo
Normal file
1
misc/demoniac/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (demoniac-0.3.tar.gz) = 804cf69a74179756e60ebda627004026
|
1
misc/demoniac/pkg-comment
Normal file
1
misc/demoniac/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
A tool for exploring and animating graphics effects
|
11
misc/demoniac/pkg-descr
Normal file
11
misc/demoniac/pkg-descr
Normal file
@ -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/
|
4
misc/demoniac/pkg-plist
Normal file
4
misc/demoniac/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/demoniac
|
||||||
|
share/demoniac/pixmaps/logo.xpm
|
||||||
|
@dirrm share/demoniac/pixmaps
|
||||||
|
@dirrm share/demoniac
|
Loading…
Reference in New Issue
Block a user