Import animorph 0.2

Animorph is a morphing engine responsible for calculating and then
executing all the real time changes to the MakeHuman basemesh, as
required by the user's morph target selections and those target's value
settings.  Naturally, it also loads and saves character body setting
(.bs) files.

ok jasper@
This commit is contained in:
ajacoutot 2006-11-21 18:38:09 +00:00
parent 127dcdcaa6
commit 75245d4ad6
5 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
COMMENT= "morphing engine"
DISTNAME= animorph-0.2
SHARED_LIBS += animorph 0.0 # .0.0
CATEGORIES= graphics
HOMEPAGE= http://www.dedalo-3d.com/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
pre-configure:
perl -pi -e 's,packagedocdir=doc,packagedocdir=share/doc,g' \
${WRKSRC}/configure
perl -pi -e 's,doc/animorph,share/doc/animorph,g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (animorph-0.2.tar.gz) = 90cfb95f5eb0b49df0ab5c717e26b2e0
RMD160 (animorph-0.2.tar.gz) = 72bef3ec16ac506a2555f9b9444b1ba01ea6d87c
SHA1 (animorph-0.2.tar.gz) = 30c8179f3cf50f1e8d56ac092a29457adfb79513
SIZE (animorph-0.2.tar.gz) = 313115

View File

@ -0,0 +1,5 @@
Animorph is a morphing engine responsible for calculating and then
executing all the real time changes to the MakeHuman basemesh, as
required by the user's morph target selections and those target's value
settings. Naturally, it also loads and saves character body setting
(.bs) files.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
@lib lib/libanimorph.so.${LIBanimorph_VERSION}

View File

@ -0,0 +1,41 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/21 18:38:09 ajacoutot Exp $
%%SHARED%%
include/animorph/
include/animorph/BodySettings.h
include/animorph/Color.h
include/animorph/DirectoryList.h
include/animorph/Euler.h
include/animorph/Face.h
include/animorph/FaceVector.h
include/animorph/FileReader.h
include/animorph/FileWriter.h
include/animorph/Hotspot.h
include/animorph/Material.h
include/animorph/MathUtil.h
include/animorph/Matrix.h
include/animorph/Mesh.h
include/animorph/ObjExporter.h
include/animorph/PoseSemiTarget.h
include/animorph/PoseTarget.h
include/animorph/Quaternion.h
include/animorph/RIBExporter.h
include/animorph/Target.h
include/animorph/TextureVector.h
include/animorph/Vector2.h
include/animorph/Vector3.h
include/animorph/Vertex.h
include/animorph/VertexGroup.h
include/animorph/VertexVector.h
include/animorph/util.h
lib/libanimorph.a
lib/libanimorph.la
lib/pkgconfig/
lib/pkgconfig/animorph.pc
share/doc/animorph/
share/doc/animorph/AUTHORS
share/doc/animorph/COPYING
share/doc/animorph/ChangeLog
share/doc/animorph/INSTALL
share/doc/animorph/NEWS
share/doc/animorph/README
share/doc/animorph/TODO