*** empty log message ***

This commit is contained in:
kirby 2012-10-09 07:36:49 +00:00
parent 4e9ff0e2c2
commit 023d82b536
4 changed files with 50 additions and 51 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.5 2011/09/11 12:11:05 armani Exp $
# $OpenBSD: Makefile,v 1.6 2012/10/09 07:36:49 kirby Exp $
COMMENT = high performance library for simulating rigid body dynamics
SHARED_LIBS += ode 0.0 # .2.1
DISTNAME = ode-0.11.1
REVISION = 2
SHARED_LIBS += ode 1.0 # 3.0
DISTNAME = ode-0.12
CATEGORIES = devel
HOMEPAGE = http://www.ode.org/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opende/}
EXTRACT_SUFX = .tar.bz2
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
@ -17,8 +17,8 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += GL GLU ICE SM X11 Xau Xdamage Xdmcp Xext Xfixes Xxf86vm c drm m
WANTLIB += pthread pthread-stubs stdc++ xcb
WANTLIB += GL GLU X11 Xdamage Xext Xfixes Xxf86vm c drm m
WANTLIB += pthread stdc++ xcb
USE_LIBTOOL = Yes
@ -33,7 +33,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${PREFIX}/share/doc/ode/LICENSE
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ode/README
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ode/
${INSTALL_DATA} ${WRKSRC}/ode/demo/.libs/demo_* \
${INSTALL_PROGRAM} ${WRKSRC}/ode/demo/.libs/demo_* \
${PREFIX}/share/examples/ode/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ode/textures/
${INSTALL_DATA} ${WRKSRC}/drawstuff/textures/* \

View File

@ -1,5 +1,2 @@
MD5 (ode-0.11.1.tar.bz2) = cSV5r6vCoVqlbjmfdhcUdw==
RMD160 (ode-0.11.1.tar.bz2) = z7+0SERjYenCfI470nqK4IUCNNY=
SHA1 (ode-0.11.1.tar.bz2) = WszTQcazaDXUm+uSfjknK/eIaWI=
SHA256 (ode-0.11.1.tar.bz2) = h3iEqGo9U/PF8uNfvYo9wjwgJJ8GNsdvbvQfa/V6A6E=
SIZE (ode-0.11.1.tar.bz2) = 1720088
SHA256 (ode-0.12.tar.gz) = k97A/fUrMkR8JYc5Xi2Vkdqbu5hL/dWbJJI6s2sWNeU=
SIZE (ode-0.12.tar.gz) = 2279716

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ode_demo_Makefile_in,v 1.1 2009/08/06 10:59:21 jasper Exp $
--- ode/demo/Makefile.in.orig Tue Aug 4 17:53:23 2009
+++ ode/demo/Makefile.in Tue Aug 4 17:54:36 2009
@@ -459,7 +459,7 @@ top_build_prefix = @top_build_prefix@
$OpenBSD: patch-ode_demo_Makefile_in,v 1.2 2012/10/09 07:36:50 kirby Exp $
--- ode/demo/Makefile.in.orig Sun Feb 12 02:15:05 2012
+++ ode/demo/Makefile.in Sun May 13 11:14:46 2012
@@ -475,7 +475,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AM_CPPFLAGS = -I$(abs_top_srcdir)/include \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/08/06 10:59:21 jasper Exp $
@comment $OpenBSD: PLIST,v 1.3 2012/10/09 07:36:50 kirby Exp $
bin/ode-config
include/ode/
include/ode/collision.h
@ -20,6 +20,7 @@ include/ode/odecpp.h
include/ode/odecpp_collision.h
include/ode/odeinit.h
include/ode/odemath.h
include/ode/odemath_legacy.h
include/ode/rotation.h
include/ode/timer.h
lib/libode.a
@ -31,39 +32,40 @@ share/doc/ode/
share/doc/ode/LICENSE
share/doc/ode/README
share/examples/ode/
share/examples/ode/demo_I
share/examples/ode/demo_basket
share/examples/ode/demo_boxstack
share/examples/ode/demo_buggy
share/examples/ode/demo_cards
share/examples/ode/demo_chain1
share/examples/ode/demo_chain2
share/examples/ode/demo_collision
share/examples/ode/demo_convex_cd
share/examples/ode/demo_crash
share/examples/ode/demo_cyl
share/examples/ode/demo_cylvssphere
share/examples/ode/demo_feedback
share/examples/ode/demo_friction
share/examples/ode/demo_gyroscopic
share/examples/ode/demo_heightfield
share/examples/ode/demo_hinge
share/examples/ode/demo_jointPR
share/examples/ode/demo_jointPU
share/examples/ode/demo_joints
share/examples/ode/demo_kinematic
share/examples/ode/demo_motion
share/examples/ode/demo_motor
share/examples/ode/demo_moving_convex
share/examples/ode/demo_moving_trimesh
share/examples/ode/demo_ode
share/examples/ode/demo_piston
share/examples/ode/demo_plane2d
share/examples/ode/demo_slider
share/examples/ode/demo_space
share/examples/ode/demo_space_stress
share/examples/ode/demo_step
share/examples/ode/demo_trimesh
@bin share/examples/ode/demo_I
@bin share/examples/ode/demo_basket
@bin share/examples/ode/demo_boxstack
@bin share/examples/ode/demo_buggy
@bin share/examples/ode/demo_cards
@bin share/examples/ode/demo_chain1
@bin share/examples/ode/demo_chain2
@bin share/examples/ode/demo_collision
@bin share/examples/ode/demo_convex_cd
@bin share/examples/ode/demo_crash
@bin share/examples/ode/demo_cyl
@bin share/examples/ode/demo_cylvssphere
@bin share/examples/ode/demo_feedback
@bin share/examples/ode/demo_friction
@bin share/examples/ode/demo_gyroscopic
@bin share/examples/ode/demo_heightfield
@bin share/examples/ode/demo_hinge
@bin share/examples/ode/demo_jointPR
@bin share/examples/ode/demo_jointPU
@bin share/examples/ode/demo_joints
@bin share/examples/ode/demo_kinematic
@bin share/examples/ode/demo_motion
@bin share/examples/ode/demo_motor
@bin share/examples/ode/demo_moving_convex
@bin share/examples/ode/demo_moving_trimesh
@bin share/examples/ode/demo_ode
@bin share/examples/ode/demo_piston
@bin share/examples/ode/demo_plane2d
@bin share/examples/ode/demo_slider
@bin share/examples/ode/demo_space
@bin share/examples/ode/demo_space_stress
@bin share/examples/ode/demo_step
@bin share/examples/ode/demo_tracks
@bin share/examples/ode/demo_trimesh
share/examples/ode/textures/
share/examples/ode/textures/checkered.ppm
share/examples/ode/textures/ground.ppm