Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Apr 2006 00:15:39 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95237: New port: graphics/kudu 3D skeletal animation tool, powered by Gtk+ and OpenGL
Message-ID:  <20060402201539.66A00456@hades.panopticon>
Resent-Message-ID: <200604022020.k32KKIO0049218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95237
>Category:       ports
>Synopsis:       New port: graphics/kudu 3D skeletal animation tool, powered by Gtk+ and OpenGL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 02 20:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #1: Fri Jan 27 12:07:19 MSK 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
Kudu is a Gtk+ and OpenGL powered animation package, which relies
moslty on skeletal animation and has an interface losely based on
the style of Wings3D.

WWW: http://kudu.sourceforge.net/

>How-To-Repeat:
>Fix:

--- kudu-0.0.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	kudu
#	kudu/Makefile
#	kudu/distinfo
#	kudu/pkg-plist
#	kudu/pkg-descr
#
echo c - kudu
mkdir -p kudu > /dev/null 2>&1
echo x - kudu/Makefile
sed 's/^X//' >kudu/Makefile << 'END-of-kudu/Makefile'
X# ports collection makefile for:	kudu
X# Date created:		28 Mar 2006
X# Whom:			Dmitry Marakasov <amdmi3@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	kudu
XPORTVERSION=	0.0.1
XCATEGORIES=	graphics
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	amdmi3@mail.ru
XCOMMENT=	3D skeletal animation tool, powered by Gtk+ and OpenGL
X
XLIB_DEPENDS=	gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
X
XCONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include"
X
XUSE_GL=		yes
XUSE_X_PREFIX=	yes
XUSE_PYTHON=	yes
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_GCC=	3.4+
X
Xpost-configure:
X	@${REINPLACE_CMD} -e '/^LIBS =/ s|$$| -pthread -lcompat|' ${WRKSRC}/src/Makefile
X
X.include <bsd.port.mk>
END-of-kudu/Makefile
echo x - kudu/distinfo
sed 's/^X//' >kudu/distinfo << 'END-of-kudu/distinfo'
XMD5 (kudu-0.0.1.tar.bz2) = 8f2db02636a0e205393668c316825880
XSHA256 (kudu-0.0.1.tar.bz2) = 33e9ff9907fa7ddb080c9941c499bec5499d10c6fb62bc254f9d5f3eb9d60c8b
XSIZE (kudu-0.0.1.tar.bz2) = 210126
END-of-kudu/distinfo
echo x - kudu/pkg-plist
sed 's/^X//' >kudu/pkg-plist << 'END-of-kudu/pkg-plist'
Xbin/kudu
X%%DATADIR%%/COPYING
X%%DATADIR%%/examples/claw.kudu
X%%DATADIR%%/examples/claw.rwx
X%%DATADIR%%/examples/figure.kudu
X%%DATADIR%%/examples/figure.rwx
X%%DATADIR%%/images/bone.png
X%%DATADIR%%/images/edge.png
X%%DATADIR%%/images/face.png
X%%DATADIR%%/images/logo.png
X%%DATADIR%%/images/object.png
X%%DATADIR%%/images/shape.png
X%%DATADIR%%/images/vertex.png
X%%DATADIR%%/scripts/Axle-Spinner.py
X@dirrm %%DATADIR%%/scripts
X@dirrm %%DATADIR%%/images
X@dirrm %%DATADIR%%/examples
X@dirrm %%DATADIR%%
END-of-kudu/pkg-plist
echo x - kudu/pkg-descr
sed 's/^X//' >kudu/pkg-descr << 'END-of-kudu/pkg-descr'
XKudu is a Gtk+ and OpenGL powered animation package, which relies
Xmoslty on skeletal animation and has an interface losely based on
Xthe style of Wings3D.
X
XWWW: http://kudu.sourceforge.net/
END-of-kudu/pkg-descr
exit
--- kudu-0.0.1.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060402201539.66A00456>