Port details |
- pipewalker Clone of the NetWalk game
- 1.0 games
=2 1.0Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2009-08-12 00:27:39
- Last Update: 2024-04-09 00:08:47
- Commit Hash: 46da854
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/artemsen/pipewalker
- Description:
- PipeWalker is a clone of the NetWalk game.
This is a puzzle game where pieces of a computer network are to be
turned in the right/left direction to make all computers connected
to the same network.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pipewalker>0:games/pipewalker
- To install the port:
- cd /usr/ports/games/pipewalker/ && make install clean
- To add the package, run one of these commands:
- pkg install games/pipewalker
- pkg install pipewalker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pipewalker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712343984
SHA256 (artemsen-pipewalker-v1.0_GH0.tar.gz) = 24232fdf71c7146f1621c461601b60bd6237d801e6403a5695be4d57419e1a21
SIZE (artemsen-pipewalker-v1.0_GH0.tar.gz) = 878256
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:
-
- meson : devel/meson
- ninja : devel/ninja
- sdl2-config : devel/sdl20
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libSDL2_image.so : graphics/sdl2_image
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_pipewalker
- USES:
- meson sdl pkgconfig
- 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.0 09 Apr 2024 00:08:47
    |
Dmitry Marakasov (amdmi3)  |
games/pipewalker: update 0.9.4 → 1.0 |
0.9.4_2 26 Feb 2024 12:22:36
    |
Dmitry Marakasov (amdmi3)  |
games/pipewalker: update WWW |
0.9.4_2 10 Oct 2023 11:46:32
    |
Dmitry Marakasov (amdmi3)  |
*/*: update some WWWs
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) |
0.9.4_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 ) |
0.9.4_2 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.9.4_1 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
0.9.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.4_1 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. |
0.9.4_1 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.9.4 11 Oct 2016 01:07:18
  |
amdmi3  |
- Update to 0.9.4
- Switch to USES=localbase |
0.9.1_3 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.1_3 01 Apr 2015 17:29:31
  |
amdmi3  |
- Add LICENSE
- Add USES=desktop-file-utils as suggested by portlint |
0.9.1_2 25 Mar 2015 18:30:26
  |
amdmi3  |
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports |
0.9.1_2 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 ) |
0.9.1_1 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) |
0.9.1 13 Jun 2014 07:36:28
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
0.9.1 16 Dec 2013 17:40:14
  |
amdmi3  |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
0.9.1 22 Oct 2013 13:53:34
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
0.9.1 19 Oct 2013 02:58:22
  |
amdmi3  |
- Update to 0.9.1
- Support staging |
0.8.3_1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.8.3_1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.8.3_1 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 |
0.8.3_1 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 |
0.8.3 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 |
0.8.3 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
0.8.3 06 Jul 2010 12:20:02
 |
amdmi3  |
- Update to 0.8.3
Feature safe: yes |
0.8.2 17 May 2010 21:42:33
 |
amdmi3  |
- Update to 0.8.2 |
0.7.2 12 Aug 2009 00:27:07
 |
amdmi3  |
PipeWalker is a clone of the NetWalk game.
This is a puzzle game where pieces of a computer network are to be
turned in the right/left direction to make all computers connected
to the same network.
WWW: http://pipewalker.sourceforge.net/ |