pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ode Updated ode to 0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cf93e773143
branches:  trunk
changeset: 507002:3cf93e773143
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 24 22:45:33 2006 +0000

description:
Updated ode to 0.5.

I don't know what has changed since 0.039, since the project's ChangeLog
does not contain any release information. At least, the old version didn't
work for me.

diffstat:

 devel/ode/Makefile |  14 ++++++--------
 devel/ode/PLIST    |   7 +++----
 devel/ode/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 16 deletions(-)

diffs (80 lines):

diff -r 3360a3740ef1 -r 3cf93e773143 devel/ode/Makefile
--- a/devel/ode/Makefile        Tue Jan 24 22:27:07 2006 +0000
+++ b/devel/ode/Makefile        Tue Jan 24 22:45:33 2006 +0000
@@ -1,27 +1,25 @@
-# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:47 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/24 22:45:33 rillig Exp $
 #
 
-DISTNAME=      ode-0.039
+DISTNAME=      ode-0.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opende/}
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://opende.sourceforge.net/
+HOMEPAGE=      http://ode.org/
 COMMENT=       Library for the simulation of Rigid Body Dynamics
 
 USE_TOOLS+=    gmake
 
 .include "../../mk/x11.buildlink3.mk"
 
-INSTALLATION_DIRS=     lib
+INSTALLATION_DIRS=     include/ode lib
 
 do-configure:
-       cd ${WRKSRC} && ${GMAKE} configure
-do-build:
-       cd ${WRKSRC} && ${GMAKE} ode-lib
+       cd ${WRKSRC} && ${MAKE_PROGRAM} configure
+
 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
 
diff -r 3360a3740ef1 -r 3cf93e773143 devel/ode/PLIST
--- a/devel/ode/PLIST   Tue Jan 24 22:27:07 2006 +0000
+++ b/devel/ode/PLIST   Tue Jan 24 22:45:33 2006 +0000
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:00:56 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/24 22:45:33 rillig Exp $
 include/ode/collision.h
 include/ode/collision_space.h
 include/ode/collision_trimesh.h
 include/ode/common.h
+include/ode/compatibility.h
 include/ode/config.h
 include/ode/contact.h
 include/ode/error.h
-include/ode/geom.h
+include/ode/export-dif.h
 include/ode/mass.h
 include/ode/matrix.h
 include/ode/memory.h
@@ -16,10 +17,8 @@
 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 3360a3740ef1 -r 3cf93e773143 devel/ode/distinfo
--- a/devel/ode/distinfo        Tue Jan 24 22:27:07 2006 +0000
+++ b/devel/ode/distinfo        Tue Jan 24 22:45:33 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:22 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/24 22:45:33 rillig Exp $
 
-SHA1 (ode-0.039.tgz) = c3ed55fa81d3d95458fa233f7e64f6c7ab0f556d
-RMD160 (ode-0.039.tgz) = 767cc6c4aeba18b8b5522abddab46fa09ae9ae81
-Size (ode-0.039.tgz) = 1114315 bytes
+SHA1 (ode-0.5.tgz) = f13756f1192d24101b6d1a3c14feb43efbf0b281
+RMD160 (ode-0.5.tgz) = 3410a842731c1bb24f306f4d23509533664321aa
+Size (ode-0.5.tgz) = 1710720 bytes



Home | Main Index | Thread Index | Old Index