notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q1
box2d 2D physics engine for games
2.4.1 misc on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-02-19 04:24:51
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: libXdamage, libevent, libssh, xcb-util-image, xorg-docs
License: MIT
WWW:
https://box2d.org/
Description:
Box2D is a 2D physics engine for games. Collision: * Continuous collision detection * Contact callbacks: begin, end, pre-solve, post-solve * Convex polygons and circles * Multiple shapes per body * One-shot contact manifolds * Dynamic tree broadphase * Efficient pair management * Fast broadphase AABB queries * Collision groups and categories Physics: * Continuous physics with time of impact solver * Persistent body-joint-contact graph * Island solution and sleep management * Contact, friction, and restitution * Stable stacking with a linear-time solver * Revolute, prismatic, distance, pulley, gear, mouse joint, other joint types * Joint limits, motors, and friction * Momentum decoupled position correction
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (53 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/Box2D-2.4.1/catalog.mk
  3. /usr/local/share/licenses/Box2D-2.4.1/LICENSE
  4. /usr/local/share/licenses/Box2D-2.4.1/MIT
  5. include/box2d/b2_api.h
  6. include/box2d/b2_block_allocator.h
  7. include/box2d/b2_body.h
  8. include/box2d/b2_broad_phase.h
  9. include/box2d/b2_chain_shape.h
  10. include/box2d/b2_circle_shape.h
  11. include/box2d/b2_collision.h
  12. include/box2d/b2_common.h
  13. include/box2d/b2_contact.h
  14. include/box2d/b2_contact_manager.h
  15. include/box2d/b2_distance.h
  16. include/box2d/b2_distance_joint.h
  17. include/box2d/b2_draw.h
  18. include/box2d/b2_dynamic_tree.h
  19. include/box2d/b2_edge_shape.h
  20. include/box2d/b2_fixture.h
  21. include/box2d/b2_friction_joint.h
  22. include/box2d/b2_gear_joint.h
  23. include/box2d/b2_growable_stack.h
  24. include/box2d/b2_joint.h
  25. include/box2d/b2_math.h
  26. include/box2d/b2_motor_joint.h
  27. include/box2d/b2_mouse_joint.h
  28. include/box2d/b2_polygon_shape.h
  29. include/box2d/b2_prismatic_joint.h
  30. include/box2d/b2_pulley_joint.h
  31. include/box2d/b2_revolute_joint.h
  32. include/box2d/b2_rope.h
  33. include/box2d/b2_settings.h
  34. include/box2d/b2_shape.h
  35. include/box2d/b2_stack_allocator.h
  36. include/box2d/b2_time_of_impact.h
  37. include/box2d/b2_time_step.h
  38. include/box2d/b2_timer.h
  39. include/box2d/b2_types.h
  40. include/box2d/b2_weld_joint.h
  41. include/box2d/b2_wheel_joint.h
  42. include/box2d/b2_world.h
  43. include/box2d/b2_world_callbacks.h
  44. include/box2d/box2d.h
  45. lib/cmake/box2d/box2dConfig-release.cmake
  46. lib/cmake/box2d/box2dConfig.cmake
  47. lib/cmake/box2d/box2dConfigVersion.cmake
  48. lib/libbox2d.so
  49. lib/libbox2d.so.2
  50. lib/libbox2d.so.2.4.1
  51. @owner
  52. @group
  53. @mode
Collapse this list.
Dependency lines:
  • Box2D>0:misc/box2d
To install the port:
cd /usr/ports/misc/box2d/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/box2d
  • pkg install Box2D
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: Box2D
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1615160100 SHA256 (erincatto-box2d-v2.4.1_GH0.tar.gz) = d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2 SIZE (erincatto-box2d-v2.4.1_GH0.tar.gz) = 1224516

Packages (timestamps in pop-ups are UTC):
Box2D
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.12.4.12.3.12.4.12.4.1-2.3.1-
FreeBSD:13:quarterly2.4.12.4.12.4.12.4.12.4.12.4.12.4.12.4.1
FreeBSD:14:latest2.4.12.4.12.4.12.4.12.4.12.4.1-2.4.1
FreeBSD:14:quarterly2.4.12.4.1-2.4.12.4.12.4.12.4.12.4.1
FreeBSD:15:latest2.4.12.4.1n/a2.4.1n/a2.4.12.4.12.4.1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Libraries
  1. editors/libreoffice
  2. graphics/magnum-examples
  3. graphics/py-box2d-py

Configuration Options:
No options to configure
Options name:
misc_box2d
USES:
cmake compiler:c++11-lang pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/erincatto/box2d/tar.gz/v2.4.1?dummy=/
Collapse this list.

There are no commits on branch 2023Q1 for this port