pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ode Initial import of ode-0.039 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90827487fe4c
branches:  trunk
changeset: 464066:90827487fe4c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 19:00:56 2003 +0000

description:
Initial import of ode-0.039 from pkgsrc-wip.

ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.

diffstat:

 devel/ode/DESCR         |   5 +++++
 devel/ode/Makefile      |  26 ++++++++++++++++++++++++++
 devel/ode/PLIST         |  25 +++++++++++++++++++++++++
 devel/ode/buildlink2.mk |  24 ++++++++++++++++++++++++
 devel/ode/distinfo      |   4 ++++
 5 files changed, 84 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r 2636ff054af9 -r 90827487fe4c devel/ode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ode/DESCR   Wed Dec 03 19:00:56 2003 +0000
@@ -0,0 +1,5 @@
+ODE is a free, industrial quality library for simulating articulated 
+rigid body dynamics - for example ground vehicles, legged creatures, 
+and moving objects in VR environments. It is fast, flexible, robust 
+and platform independent, with advanced joints, contact with friction, 
+and built-in collision detection.
diff -r 2636ff054af9 -r 90827487fe4c devel/ode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ode/Makefile        Wed Dec 03 19:00:56 2003 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:00:56 xtraeme Exp $
+#
+
+DISTNAME=      ode-0.039
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opende/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://opende.sourceforge.net/
+COMMENT=       Library for the simulation of Rigid Body Dynamics
+
+USE_BUILDLINK2=                yes
+USE_GMAKE=             yes
+USE_X11=               yes
+
+do-configure:
+       cd ${WRKSRC} && ${GMAKE} configure
+do-build:
+       cd ${WRKSRC} && ${GMAKE} ode-lib
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/include/ode
+       ${INSTALL_DATA} ${WRKSRC}/include/ode/*.h ${PREFIX}/include/ode
+       ${INSTALL_DATA} ${WRKSRC}/lib/libode.a ${PREFIX}/lib
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2636ff054af9 -r 90827487fe4c devel/ode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ode/PLIST   Wed Dec 03 19:00:56 2003 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:00:56 xtraeme Exp $
+include/ode/collision.h
+include/ode/collision_space.h
+include/ode/collision_trimesh.h
+include/ode/common.h
+include/ode/config.h
+include/ode/contact.h
+include/ode/error.h
+include/ode/geom.h
+include/ode/mass.h
+include/ode/matrix.h
+include/ode/memory.h
+include/ode/misc.h
+include/ode/objects.h
+include/ode/ode.h
+include/ode/odecpp.h
+include/ode/odecpp_collision.h
+include/ode/odecpp_old.h
+include/ode/odecpp_old_collision.h
+include/ode/odemath.h
+include/ode/rotation.h
+include/ode/space.h
+include/ode/timer.h
+lib/libode.a
+@dirrm include/ode
diff -r 2636ff054af9 -r 90827487fe4c devel/ode/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ode/buildlink2.mk   Wed Dec 03 19:00:56 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:00:56 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use ode.
+#
+# This file was created automatically using createbuildlink 2.7.
+#
+
+.if !defined(ODE_BUILDLINK2_MK)
+ODE_BUILDLINK2_MK=     # defined
+
+BUILDLINK_PACKAGES+=                   ode
+BUILDLINK_DEPENDS.ode?=                ode>=0.039
+BUILDLINK_PKGSRCDIR.ode?=              ../../devel/ode
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.ode=ode
+BUILDLINK_PREFIX.ode_DEFAULT=  ${LOCALBASE}
+BUILDLINK_FILES.ode+=  include/ode/*.h
+BUILDLINK_FILES.ode+=  lib/libode.*
+
+BUILDLINK_TARGETS+=    ode-buildlink
+
+ode-buildlink: _BUILDLINK_USE
+
+.endif # ODE_BUILDLINK2_MK
diff -r 2636ff054af9 -r 90827487fe4c devel/ode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ode/distinfo        Wed Dec 03 19:00:56 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:00:56 xtraeme Exp $
+
+SHA1 (ode-0.039.tgz) = c3ed55fa81d3d95458fa233f7e64f6c7ab0f556d
+Size (ode-0.039.tgz) = 1114315 bytes



Home | Main Index | Thread Index | Old Index