Date: Sun, 29 Mar 1998 08:32:37 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6159: New port: xskewb-5.4.3 Message-ID: <199803290432.IAA16647@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 6159 >Category: ports >Synopsis: New port: xskewb-5.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 28 20:40:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Skewb puzzle for X Window. The original puzzle has each face cut by a diamond, so that there are 5 pieces, 4 corner pieces and one diamond piece in the center. The was designed by Uwe Meffert and called the Pyraminx Cube. Douglas Hofstadter later coined it a Skewb and it stuck. The puzzle has period 3 turning (i.e. each half turns with 120 degree intervals). The Skewb has 2^5*3^8*6!/2^6 or 3,149,280 different combinations (with centers oriented 2^5*3^8*6!/2 or 100,766,960 different combinations). More recently, Disney released Mickey's Challenge, its a spherical skewb with a pretty good internal mechanism. Mickey's challenge has 2^5*3^8*6!/36 5,598,720 visually different combinations). It also comes with a pretty neat book. Also released is the Creative Puzzle Ball or Meffert's Challenge which has 4 rings in different colors. Mach Balls of the Hungarian Gyula Mach are similar but they do not have a ratchet mechanism and do not turn as easily or moothly. One must match the 12 different symbols of 4 each at the 12 intersection points. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xskewb-5.4.3 # xskewb-5.4.3/Makefile # xskewb-5.4.3/files # xskewb-5.4.3/files/md5 # xskewb-5.4.3/pkg # xskewb-5.4.3/pkg/PLIST # xskewb-5.4.3/pkg/DESCR # xskewb-5.4.3/pkg/COMMENT # echo c - xskewb-5.4.3 mkdir -p xskewb-5.4.3 > /dev/null 2>&1 echo x - xskewb-5.4.3/Makefile sed 's/^X//' >xskewb-5.4.3/Makefile << 'END-of-xskewb-5.4.3/Makefile' X# New ports collection makefile for: xskewb X# Version required: 5.4.3 X# Date created: 25 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xskewb-5.4.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xskewb XUSE_IMAKE= yes XMAN1= xskewb.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb X @ ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1 X X.include <bsd.port.mk> END-of-xskewb-5.4.3/Makefile echo c - xskewb-5.4.3/files mkdir -p xskewb-5.4.3/files > /dev/null 2>&1 echo x - xskewb-5.4.3/files/md5 sed 's/^X//' >xskewb-5.4.3/files/md5 << 'END-of-xskewb-5.4.3/files/md5' XMD5 (xskewb-5.4.3.tar.gz) = af11b5ebc2e2ee5ba47acce31eb6e88b END-of-xskewb-5.4.3/files/md5 echo c - xskewb-5.4.3/pkg mkdir -p xskewb-5.4.3/pkg > /dev/null 2>&1 echo x - xskewb-5.4.3/pkg/PLIST sed 's/^X//' >xskewb-5.4.3/pkg/PLIST << 'END-of-xskewb-5.4.3/pkg/PLIST' Xbin/xskewb Xman/man1/xskewb.1.gz Xlib/X11/app-defaults/Skewb END-of-xskewb-5.4.3/pkg/PLIST echo x - xskewb-5.4.3/pkg/DESCR sed 's/^X//' >xskewb-5.4.3/pkg/DESCR << 'END-of-xskewb-5.4.3/pkg/DESCR' X The original puzzle has each face cut by a diamond, so that Xthere are 5 pieces, 4 corner pieces and one diamond piece in Xthe center. The was designed by Uwe Meffert and called the XPyraminx Cube. Douglas Hofstadter later coined it a Skewb and Xit stuck. The puzzle has period 3 turning (i.e. each half Xturns with 120 degree intervals). The Skewb has 2^5*3^8*6!/2^6 Xor 3,149,280 different combinations (with centers oriented X2^5*3^8*6!/2 or 100,766,960 different combinations). X More recently, Disney released Mickey's Challenge, its a Xspherical skewb with a pretty good internal mechanism. XMickey's challenge has 2^5*3^8*6!/36 5,598,720 visually Xdifferent combinations). It also comes with a pretty neat Xbook. Also released is the Creative Puzzle Ball or Meffert's XChallenge which has 4 rings in different colors. X Mach Balls of the Hungarian Gyula Mach are similar but they Xdo not have a ratchet mechanism and do not turn as easily or Xmoothly. One must match the 12 different symbols of 4 each at Xthe 12 intersection points. END-of-xskewb-5.4.3/pkg/DESCR echo x - xskewb-5.4.3/pkg/COMMENT sed 's/^X//' >xskewb-5.4.3/pkg/COMMENT << 'END-of-xskewb-5.4.3/pkg/COMMENT' XSkewb puzzle for X Window. END-of-xskewb-5.4.3/pkg/COMMENT exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803290432.IAA16647>