Port details |
- njam Fast paced multiplayer pac-man clone
- 1.25_12 games =3 1.25_12Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2003-11-15 18:53:57
- Last Update: 2022-09-27 20:10:01
- Commit Hash: 5cec182
- People watching this port, also watch:: OpenSP, autoconf, p5-MIME-Tools, vcdimager, quake2-data
- License: GPLv2+
- WWW:
- https://web.archive.org/web/20190405231140/http://njam.sourceforge.net/
- Description:
- Njam is fast-paced cross-platform pac-man-like game. In this arcade you
move through the maze eating cookies and collecting powerups while trying
to avoid ghosts who chase you.
Features:
* Single and multiplayer mode (local or network)
* Duel mode (players compete each other to get more points)
* Non-duel mode (players cooperate to finish as many levels as they can)
* Great music and sound effects
* Customizable level skins
* Many different levels
* Integrated level editor
* Open Source (GPL Licence)
- ¦ ¦ ¦ ¦
- 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/njam/ && make install clean
- To add the package, run one of these commands:
- pkg install games/njam
- pkg install njam
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: njam
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (njam-1.25-src.tar.gz) = fa3036da61a66eb6fb07ee646f8188f844595775ed9e92646b7bf61300c75b7b
SIZE (njam-1.25-src.tar.gz) = 1822715
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:
-
- gmake>=4.3 : devel/gmake
- sdl-config : devel/sdl12
- Library dependencies:
-
- libSDL_image.so : graphics/sdl_image
- libSDL_mixer.so : audio/sdl_mixer
- libSDL_net.so : net/sdl_net
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for njam-1.25_12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_njam
- USES:
- gmake localbase sdl
- 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 |
1.25_12 27 Sep 2022 20:10:01 |
Dmitry Marakasov (amdmi3) |
games/njam: switch to archive WWW
Reported by: repology |
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) |
1.25_12 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 ) |
1.25_12 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.25_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.25_12 05 May 2020 02:16:06 |
amdmi3 |
- Fix fetch |
1.25_12 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.25_12 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
1.25_12 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.25_12 01 Feb 2017 14:40:48 |
amdmi3 |
- Fix build with clang 4.0 by not defining __linux__
- Add LICENSE
- Switch to options helpers
- Regenerate patches
PR: 216651
Submitted by: jbeich@FreeBSD.org |
1.25_12 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.25_12 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.25_12 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.25_11 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.25_10 09 Jul 2014 19:06:35 |
tijl |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
1.25_9 13 Jan 2014 14:20:32 |
amdmi3 |
- Support staging
- Convert USE_GMAKE to USES
- Add DESKTOP_ENTRIES |
1.25_9 02 Oct 2013 09:30:02 |
marino |
games/njam: Fix c++ -fpermissive errors on modern compilers
Approved by: portmgr (bapt, implicit) |
1.25_9 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.25_9 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.25_9 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
1.25_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.25_8 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
1.25_7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.25_7 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.25_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.25_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.25_5 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
1.25_4 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.25_4 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.25_3 18 Jun 2009 22:16:38 |
amdmi3 |
- Updelete games/njam
- Unbreak
- Clean up the port
- Take maintainership |
1.25_2 13 Jun 2009 19:26:58 |
erwin |
Remove games/njam as it has been marked BROKEN for over 3 months. |
1.25_2 01 Mar 2009 15:56:42 |
erwin |
Mark BROKEN: does not build. |
1.25_2 05 Feb 2009 08:02:06 |
pgollucci |
- Update download locations, update WWW
Distfile re-rolled upstream
While here use SF macro
Reported by: -fetch-original pointyhat run |
1.25_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.25_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.25 01 Nov 2006 06:53:52 |
miwi |
Readded files/njam.sh (my fault) |
1.25 01 Nov 2006 06:49:31 |
miwi |
- Update to 1.25
PR: ports/104803
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) |
1.21_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
1.21 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.21 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.21 30 Mar 2004 22:05:33 |
edwin |
[patch] update games/njam to version 1.21
Update games/njam to version 1.21
PR: ports/64830
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Mohacsi Janos <mohacsi@niif.hu> |
1.00_2 16 Mar 2004 04:23:56 |
edwin |
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5 |
1.00_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.00 20 Jan 2004 21:18:12 |
krion |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr |
1.00 15 Nov 2003 18:52:49 |
krion |
Add njam 1.00, fast paced multiplayer pac-man clone.
PR: 59284
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |