Port details |
- xsokoban Puzzle of pushing objects to the goals
- 3.3c_2 games =4 3.3c_2Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-12 20:43:36
- Commit Hash: 76f265c
- People watching this port, also watch:: xmbmon, libglade2, OpenSP, autoconf, wavplay
- License: PD
- WWW:
- https://www.cs.cornell.edu/andru/xsokoban.html
- Description:
- XSokoban is a puzzle of pushing objects. This is the X-Window version of
'Sokoban', developed in Japan.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xsokoban>0:games/xsokoban
- To install the port:
- cd /usr/ports/games/xsokoban/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xsokoban
- pkg install xsokoban
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xsokoban
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xsokoban-3.3c.tar.gz) = 292fa7968e75ebe40bc71470f7dbaccb053a9f6b34a9d0038a372d213cbad400
SIZE (xsokoban-3.3c.tar.gz) = 98961
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- xpm.pc : x11/libXpm
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- xpm.pc : x11/libXpm
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_xsokoban
- USES:
- imake xorg
- 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 |
3.3c_2 12 Jan 2024 20:43:36 |
Dirk Meyer (dinoex) |
games/xsokoban: use ${PREFIX}/share/man
add LICENSE
fix dependecies
take maintainership |
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) |
3.3c_2 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 ) |
3.3c_2 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 ) |
3.3c_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3c_2 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.3c_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.3c_2 11 May 2016 21:58:08 |
bapt |
Prevent collision with getline(3) |
3.3c_2 27 Dec 2015 20:15:42 |
amdmi3 |
- Move highscores and saves to /var/games
- Modernize plist
- Regenerate patches |
3.3c_1 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
3.3c_1 16 Nov 2013 01:04:26 |
danilo |
- Add stage support |
3.3c_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.3c_1 28 Jun 2013 21:48:59 |
bapt |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng |
3.3c_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
3.3c_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.3c_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}. |
3.3c 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
3.3c 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
3.3c 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
3.3c 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
3.3c 03 Nov 2003 01:19:26 |
kris |
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr |
3.3c 05 Mar 2003 16:30:44 |
naddy |
Master site and homepage fixes.
PR: 48315
Submitted by: Dunzi Ma <tadalunch@sources.redhat.com>
Approved by: maintainer timeout |
3.3c 05 Mar 2003 16:20:10 |
naddy |
Home page moved.
PR: 48429
Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
Approved by: maintainer timeout |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |