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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
magiccube4d Four-dimensional analog of Rubik's cube
2.2_3 games on this many watch lists=2 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.2_3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-10-25 23:05:13
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: not specified in port
WWW:
https://www.superliminal.com/cube/cube.htm
Description:
MagicCube4D is a four-dimensional Rubik's cube. It is an exact analogy in four dimensions to the original plastic three dimensional puzzle, but with some useful features - such as a "reset" button - which the original puzzle lacked.
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 (1 items)
Collapse this list.
  1. bin/magiccube4d
Collapse this list.
Dependency lines:
  • magiccube4d>0:games/magiccube4d
To install the port:
cd /usr/ports/games/magiccube4d/ && make install clean
To add the package, run one of these commands:
  • pkg install games/magiccube4d
  • pkg install magiccube4d
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: magiccube4d
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mc4d-src-2_2.tgz) = 79c7b62bbe7a132a2eacf58f92f80113ea63171d3eea59755bc828a1aa9daa44 SIZE (mc4d-src-2_2.tgz) = 144645

Packages (timestamps in pop-ups are UTC):
magiccube4d
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.2_32.2_32.2_32.2_32.2_3-2.2_3-
FreeBSD:13:quarterly2.2_32.2_32.2_32.2_32.2_32.2_32.2_32.2_3
FreeBSD:14:latest2.2_32.2_32.2_32.2_32.2_32.2_3-2.2_3
FreeBSD:14:quarterly2.2_32.2_3-2.2_32.2_32.2_32.2_32.2_3
FreeBSD:15:latest2.2_32.2_3n/a2.2_3n/a2.2_32.2_32.2_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
  3. xt.pc : x11-toolkits/libXt
  4. sm.pc : x11/libSM
  5. ice.pc : x11/libICE
  6. xaw7.pc : x11-toolkits/libXaw
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
  3. xt.pc : x11-toolkits/libXt
  4. sm.pc : x11/libSM
  5. ice.pc : x11/libICE
  6. xaw7.pc : x11-toolkits/libXaw
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for magiccube4d-2.2_3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
games_magiccube4d
USES:
xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.superliminal.com/cube/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.2_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.2_3
20 Jul 2022 14:21:58
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.2_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.2_3
27 May 2020 13:43:31
Revision:536693Original commit files touched by this commit
danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
2.2_3
05 Nov 2019 22:16:15
Revision:516845Original commit files touched by this commit
zeising search for other commits by this committer
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.
2.2_3
12 Apr 2014 09:46:22
Revision:351081Original commit files touched by this commit
pawel search for other commits by this committer
- Add staging support
- Switch to PLIST_FILES, PORTDOCS
- Define DOCS option
- Respect CXXFLAGS
2.2_3
12 Feb 2014 06:57:13
Revision:343855Original commit files touched by this commit
antoine search for other commits by this committer
Reset maintainer (email bouncing)
2.2_3
20 Sep 2013 17:36:36
Revision:327730Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
2.2_3
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2.2_3
03 Jul 2011 14:25:36
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.2_3
10 Sep 2010 17:11:28
Original commit files touched by this commit
jacula search for other commits by this committer
- Make it usable on 64-bit arch

PR:             ports/149394
Submitted by:   Gennady Proskurin <gpr@mail.ru>
Approved by:    Jeremy <karlj000@unbc.ca> (maintainer), pgj (mentor)
2.2_3
23 Jan 2009 16:28:36
Original commit files touched by this commit
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2.2_2
23 Mar 2008 23:03:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
2.2_1
02 Oct 2007 10:09:40
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken with gcc4.2 on 64-bit archs.
2.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2.2
01 Jan 2007 00:00:25
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix build with gcc 4.X

PR:             ports/107369
Submitted by:   Jeremy Karlson<karlj000@unbc.ca> (maintainer)
2.2
07 May 2006 23:46:33
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
2.2
22 Jan 2006 11:18:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
2.2
08 Oct 2004 05:30:52
Original commit files touched by this commit
danfe search for other commits by this committer
Unbreak the build with recent GCC.

Reported by:    kris
Approved by:    portmgr (krion), fjoe (mentor, implicit)
2.2
19 Sep 2004 00:59:10
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
2.2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
2.2
09 Jul 2003 09:53:36
Original commit files touched by this commit
osa search for other commits by this committer
Remove refuse patch file.

Problem reported by:    Andrew Lankford <arlankfo@141.com>, kris
2.2
06 Jul 2003 21:12:36
Original commit files touched by this commit
osa search for other commits by this committer
Update to 2.2 (maintainer timeout after 3 weeks)
Use NOPORTDOCS

Approved by:    fjoe (mentor) (implicit)
2.1
21 Feb 2003 12:06:01
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
2.1
29 Sep 2002 06:37:58
Original commit files touched by this commit
kris search for other commits by this committer
Remove -Werror from CFLAGS to fix build
24 Aug 2001 14:16:43
commit hash: fp1.17778@dev.null.freshports.orgcommit hash: fp1.17778@dev.null.freshports.orgcommit hash: fp1.17778@dev.null.freshports.orgcommit hash: fp1.17778@dev.null.freshports.org files touched by this commit
dwcjr search for other commits by this committer
Fix MASTER_SITE not being found    
26 Oct 2000 11:07:43
commit hash: fp1.5503@dev.null.freshports.orgcommit hash: fp1.5503@dev.null.freshports.orgcommit hash: fp1.5503@dev.null.freshports.orgcommit hash: fp1.5503@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
- Derive DISTNAME from PORTVERSION using `S:///' make(1) modifier;   - Remove
redundant USE_XLIB (USE_X_PREFIX implies USE_XLIB, see bsd.port.mk).    
26 Oct 2000 03:05:13
commit hash: fp1.5499@dev.null.freshports.orgcommit hash: fp1.5499@dev.null.freshports.orgcommit hash: fp1.5499@dev.null.freshports.orgcommit hash: fp1.5499@dev.null.freshports.org files touched by this commit
jeh search for other commits by this committer
New port: games/magiccube4d   MagicCube4d is a Rubik's cubish puzzle    

Number of commits found: 29