pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/box2d
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 11 06:39:04 UTC 2024
Modified Files:
pkgsrc/graphics/box2d: DESCR Makefile PLIST distinfo
Log Message:
box2d: update to 2.4.2.
This is the final release of version 2. The next commit with be version 3.0.
This has a few bug fixes, but is mainly being created for people
who want to stay on version 2.
What's Changed
Remove unnecessary function by @erincatto in #659
Typo fix by @gittem01 in #684
Update box2d's version of Doctest to latest version by @PatrickHoward in #682
Create cmake.yml by @erincatto in #707
Added macos and windows actions by @erincatto in #708
Issue Fixes by @erincatto in #709
Making hull builder more robust by @erincatto in #735
Miscellaneous fixes by @erincatto in #736
Adjust mouse joint damping with time step by @erincatto in #737
Add benchmark test by @erincatto in #744
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/box2d/DESCR \
pkgsrc/graphics/box2d/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/box2d/Makefile \
pkgsrc/graphics/box2d/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/box2d/DESCR
diff -u pkgsrc/graphics/box2d/DESCR:1.1 pkgsrc/graphics/box2d/DESCR:1.2
--- pkgsrc/graphics/box2d/DESCR:1.1 Sat Feb 6 06:41:33 2021
+++ pkgsrc/graphics/box2d/DESCR Sun Aug 11 06:39:04 2024
@@ -1,6 +1,5 @@
-Box2D is a 2D physics engine for games.
+Box2D is a 2D physics engine for games. It features:
-Features:
Collision
Continuous collision detection
Contact callbacks: begin, end, pre-solve, post-solve
@@ -23,8 +22,3 @@ Physics
Joint limits, motors, and friction
Momentum decoupled position correction
Fairly accurate reaction forces/impulses
-
-System
- Small block and stack allocators
- Centralized tuning parameters
- Highly portable C++ with no use of STL containers
Index: pkgsrc/graphics/box2d/PLIST
diff -u pkgsrc/graphics/box2d/PLIST:1.1 pkgsrc/graphics/box2d/PLIST:1.2
--- pkgsrc/graphics/box2d/PLIST:1.1 Sat Feb 6 06:41:33 2021
+++ pkgsrc/graphics/box2d/PLIST Sun Aug 11 06:39:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/06 06:41:33 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/08/11 06:39:04 wiz Exp $
include/box2d/b2_api.h
include/box2d/b2_block_allocator.h
include/box2d/b2_body.h
@@ -44,4 +44,4 @@ lib/cmake/box2d/box2dConfig.cmake
lib/cmake/box2d/box2dConfigVersion.cmake
lib/libbox2d.so
lib/libbox2d.so.2
-lib/libbox2d.so.${PKGVERSION}
+lib/libbox2d.so.2.4.1
Index: pkgsrc/graphics/box2d/Makefile
diff -u pkgsrc/graphics/box2d/Makefile:1.3 pkgsrc/graphics/box2d/Makefile:1.4
--- pkgsrc/graphics/box2d/Makefile:1.3 Sun Mar 5 14:56:36 2023
+++ pkgsrc/graphics/box2d/Makefile Sun Aug 11 06:39:04 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2023/03/05 14:56:36 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/11 06:39:04 wiz Exp $
-GITHUB_PROJECT= box2d
-GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= box2d-2.4.1
+DISTNAME= box2d-2.4.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=erincatto/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://github.com/erincatto/box2d/
Index: pkgsrc/graphics/box2d/distinfo
diff -u pkgsrc/graphics/box2d/distinfo:1.3 pkgsrc/graphics/box2d/distinfo:1.4
--- pkgsrc/graphics/box2d/distinfo:1.3 Tue Oct 26 10:46:00 2021
+++ pkgsrc/graphics/box2d/distinfo Sun Aug 11 06:39:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:00 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/08/11 06:39:04 wiz Exp $
-BLAKE2s (box2d-2.4.1.tar.gz) = 55bf7eec8c474f1653f82d659bd4dbcf6cf440f5894b17aee0288fac1689475c
-SHA512 (box2d-2.4.1.tar.gz) = d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162
-Size (box2d-2.4.1.tar.gz) = 1224516 bytes
+BLAKE2s (box2d-2.4.2.tar.gz) = 3e5bae1384aa63fd1b6baad04da8a03b7a19c70ea162d30df1bc3899cd66f565
+SHA512 (box2d-2.4.2.tar.gz) = e769bcfa11028ea2e842bf96da4bef71a58f1b08cd144139adc724acfe3ca5911f84d0be41d9412b302d9e7c17b7741cf56da60df7bd7379c6e11b3eea100153
+Size (box2d-2.4.2.tar.gz) = 1236569 bytes
Home |
Main Index |
Thread Index |
Old Index