Port details |
- jumpy Tactical 2D shooter in fishy pixels style
- 0.12.2_3 games =2 0.12.2_2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2022-08-02 18:51:18
- Last Update: 2025-01-20 11:06:50
- Commit Hash: fccaa1b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: wayland
- License: CC-BY-NC-4.0 MIT
- WWW:
- https://fishfolk.org/games/jumpy/
- Description:
- Fish Folk: Jumpy is a tactical 2D shooter, played by up to 4 players
online or on a shared screen. Aim either left or right; the rest is up
to clever movement and positioning in this fish-on-fish brawler!
### Key Features (WIP)
- 2 to 4 players in either Local Multiplayer or Online Play
- Easy to pick up, emphasizing strategy over twitch reaction
- Customize characters with hats, saved to your cross-platform profile
- Create & explore user-made weapons, levels, audio and other scripted
extensions
- Smart level creation tools
- Tournaments & matchmaking built in
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/jumpy/ && make install clean
- To add the package, run one of these commands:
- pkg install games/jumpy
- pkg install jumpy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jumpy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726093804
SHA256 (rust/crates/ab_glyph-0.2.28.crate) = 79faae4620f45232f599d9bc7b290f88247a0834162c4495ab2f02d60004adfb
SIZE (rust/crates/ab_glyph-0.2.28.crate) = 19965
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.84.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- libasound_module_pcm_oss.so : audio/alsa-plugins
- libvulkan.so : graphics/vulkan-loader
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libudev.so : devel/libudev-devd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_jumpy
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.2_3 20 Jan 2025 11:06:50 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.84.0
PR: 283962 |
0.12.2_2 31 Dec 2024 13:59:57 |
Piotr Kubaj (pkubaj) |
games/jumpy: fix build on powerpc*, probably also armv7 and aarch64
All powerpc*, armv7 and aarch64 use unsigned char. |
0.12.2_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.12.2_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.12.2 12 Sep 2024 00:57:42 |
Jan Beich (jbeich) |
games/jumpy: update to 0.12.2
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.2
Reported by: GitHub (watch releases) |
0.12.1_3 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.12.1_2 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.12.1_1 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.12.1 30 May 2024 14:34:45 |
Jan Beich (jbeich) |
games/jumpy: mark BROKEN with unsigned char after ead5b0f5fcd7
error[E0308]: mismatched types
--> cargo-crates/netdev-0.25.0/src/bpf/unix.rs:122:29
|
122 | iface.ifr_name[i] = c as i8;
| ----------------- ^^^^^^^ expected `u8`, found `i8`
| |
| expected due to the type of this binding
error[E0308]: mismatched types
--> cargo-crates/netdev-0.25.0/src/interface/unix.rs:167:28
|
167 | let nlen: i8 = (*sa).sa_data[3];
| -- ^^^^^^^^^^^^^^^^ expected `i8`, found `u8` (Only the first 15 lines of the commit message are shown above ) |
0.12.1 30 May 2024 14:34:43 |
Jan Beich (jbeich) |
games/jumpy: disable LTO on armv7 (similar to games/punchy)
thread 'coordinator' panicked at compiler/rustc_middle/src/util/bug.rs:36:26:
/wrkdirs/usr/ports/lang/rust/work/rustc-1.77.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1588:29:
worker thread panicked
stack backtrace:
fatal runtime error: Rust cannot catch foreign exceptions
(signal: 6, SIGABRT: process abort signal)
Reported by: pkg-fallout |
0.12.1 26 May 2024 12:40:19 |
Danilo G. Baio (dbaio) |
games/jumpy: Fix LICENSE_DISTFILES
This port, like many other Rust ports, brings numerous dependencies to
the distinfo, and by default, LICENSE_DISTFILES applies to all of them.
However, due to license permission constraints, it was removing about
800 distfiles with `make clean-restricted`, which are also used by many
other ports. With this change, the license constraint will apply only to
the port itself.
Approved by: portmgr (blanket)
Suggested by: mat |
0.12.1 19 May 2024 02:44:10 |
Jan Beich (jbeich) |
games/jumpy: update to 0.12.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.1
Reported by: GitHub (watch releases) |
0.12.0_1 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.12.0 22 Apr 2024 07:29:17 |
Jan Beich (jbeich) |
games/jumpy: update to 0.12.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.0
Reported by: GitHub (watch releases) |
0.11.2 26 Mar 2024 17:33:04 |
Jan Beich (jbeich) |
Mk/Features/lto.mk: switch LTO_UNSAFE consumers to WITHOUT_LTO
Passing -C lto=no while Cargo.toml has lto=true desyncs cargo and rustc:
= note: ld: error: [...]: Opaque pointers are only supported in
-opaque-pointers mode (Producer: 'LLVM17.0.6-rust-1.77.0-stable' Reader: 'LLVM
14.0.5')
Reported by: pkg-fallout (for ~2 months) |
0.11.2 26 Mar 2024 14:45:32 |
Jan Beich (jbeich) |
games/jumpy: update to 0.11.2
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.2
Reported by: GitHub (watch releases) |
0.10.1_1 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.10.1 06 Mar 2024 19:26:35 |
Jan Beich (jbeich) |
games/jumpy: update to 0.10.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.10.1
Reported by: GitHub (watch releases) |
0.10.0_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.10.0 20 Jan 2024 15:13:47 |
Jan Beich (jbeich) |
games/jumpy: update to 0.10.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.10.0
Reported by: GitHub (watch releases) |
0.9.4_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.9.4 26 Dec 2023 00:44:20 |
Jan Beich (jbeich) |
games/jumpy: update to 0.9.4
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.3
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.4
Reported by: GitHub (watch releases) |
0.9.2 23 Dec 2023 00:43:17 |
Jan Beich (jbeich) |
games/jumpy: update to 0.9.2
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.2
Reported by: GitHub (watch releases) |
0.9.1 22 Dec 2023 20:12:58 |
Jan Beich (jbeich) |
games/jumpy: update to 0.9.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.1
Reported by: GitHub (watch releases) |
0.9.0 16 Dec 2023 09:05:51 |
Jan Beich (jbeich) |
games/jumpy: update to 0.9.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.0
Reported by: GitHub (watch releases) |
0.8.2_1 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.8.2 27 Oct 2023 04:01:10 |
Jan Beich (jbeich) |
games/jumpy: update to 0.8.2
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.2
Reported by: GitHub (watch releases) |
0.8.1_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.8.1 22 Oct 2023 00:14:10 |
Jan Beich (jbeich) |
games/jumpy: update to 0.8.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.1
Reported by: GitHub (watch releases) |
0.8.0 16 Oct 2023 13:42:53 |
Jan Beich (jbeich) |
games/jumpy: update to 0.8.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.0
Reported by: GitHub (watch releases) |
0.7.0_4 20 Sep 2023 14:35:01 |
Jan Beich (jbeich) |
x11-wm/sway-devel: unbreak Rust-based clients after edd477c5e7a4
interface 'wl_surface' has no event 2
PR: 268810 |
0.7.0_3 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.7.0_2 03 Sep 2023 10:59:52 |
Jan Beich (jbeich) |
games/jumpy: unbreak build on i386
LLVM ERROR: out of memory
Allocation failed
(signal: 6, SIGABRT: process abort signal)
Reported by: pkg-fallout |
0.7.0_2 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.7.0_1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.7.0 04 May 2023 22:36:39 |
Jan Beich (jbeich) |
games/jumpy: update to 0.7.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.7.0
Reported by: GitHub (watch releases) |
0.6.1_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.6.1_2 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.6.1_1 06 Apr 2023 00:50:11 |
Jan Beich (jbeich) |
games/jumpy: convert to WRKSRC_crate |
0.6.1_1 04 Apr 2023 08:21:17 |
Jan Beich (jbeich) |
Mk/Uses/cargo.mk: unbundle archivers/zstd
Tested by: kai (games/anki)
Differential Revision: https://reviews.freebsd.org/D39279 |
0.6.1 02 Apr 2023 17:49:37 |
Jan Beich (jbeich) |
games/jumpy: update to 0.6.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.6.1
Reported by: GitHub (watch releases) |
0.6.0_1 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.6.0 11 Mar 2023 00:46:06 |
Jan Beich (jbeich) |
games/jumpy: update description after 2cff4cee26dd |
0.6.0 11 Mar 2023 00:46:06 |
Jan Beich (jbeich) |
games/jumpy: update homepage |
0.6.0 10 Mar 2023 10:51:36 |
Jan Beich (jbeich) |
games/jumpy: update to 0.6.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.6.0
Reported by: GitHub (watch releases) |
0.5.1_2 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.5.1_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.5.1 25 Dec 2022 00:31:08 |
Jan Beich (jbeich) |
games/jumpy: chase HTTP redirect |
0.5.1 25 Dec 2022 00:29:33 |
Jan Beich (jbeich) |
games/jumpy: chase description after 2cff4cee26dd
https://github.com/fishfolk/jumpy/commit/ad9e7877a991 |
0.5.1 25 Dec 2022 00:25:13 |
Jan Beich (jbeich) |
games/jumpy: update to 0.5.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.5.0
Changes: https://github.com/fishfight/jumpy/compare/v0.5.0...v0.5.1
Reported by: GitHub (watch releases) |
0.4.3_4 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.4.3_3 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.4.3_2 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
0.4.3_2 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.3_1 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.4.3 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.4.3_1 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.4.3 13 Aug 2022 07:55:57 |
Jan Beich (jbeich) |
games/jumpy: chase HTTP redirect |
0.4.3 02 Aug 2022 18:47:36 |
Jan Beich (jbeich) |
games/jumpy: update to 0.4.3
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.4.3
Reported by: GitHub (watch releases) |