Date: Sun, 29 Mar 1998 09:37:52 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/6163: New port: xpyraminx-5.4.3 Message-ID: <199803290537.JAA16954@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 6163 >Category: ports >Synopsis: New port: xpyraminx-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 21:40:07 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 Pyraminx puzzle for X Window. The original puzzle has 9 triangles per face (size = 3) and has period 3 turning (i.e. the face or points turn in 120 degree intervals). The puzzle was designed by Uwe Meffert and called the Pyraminx. This has 2^5*3^8*6!/2 or 75,582,720 different combinations. Another puzzle Senior Pyraminx 3x3x3 exists only on paper, it has period 2 turning (i.e. edges turn with 180 degree intervals) but the corners would fall off unless it had some tricky mechanism. (This may be the same as the Master Pyraminx which has 446,965,972,992,000 different combinations). Another puzzle (which was not widely distributed), the Junior Pyraminx (and similarly the Junior Pyraminx Star, a octahedron formed by two tetrahedra, this has 7!*3^6 or 3,674,160 different combinations), has 4 triangles (size = 2) per face and at the time I designed this computer puzzle thought that it had only period 2 turning (i.e the edges rotate). It turns out the puzzle has a period 4 turning (edges turn with 90 degree intervals) which makes it analogous to the 2x2x2 Rubik's cube. This puzzle makes various non-tetrahedral shapes. The puzzle contained here has no period 4 turning flexability. # 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: # # xpyraminx-5.4.3 # xpyraminx-5.4.3/Makefile # xpyraminx-5.4.3/pkg # xpyraminx-5.4.3/pkg/PLIST # xpyraminx-5.4.3/pkg/DESCR # xpyraminx-5.4.3/pkg/COMMENT # xpyraminx-5.4.3/files # xpyraminx-5.4.3/files/md5 # echo c - xpyraminx-5.4.3 mkdir -p xpyraminx-5.4.3 > /dev/null 2>&1 echo x - xpyraminx-5.4.3/Makefile sed 's/^X//' >xpyraminx-5.4.3/Makefile << 'END-of-xpyraminx-5.4.3/Makefile' X# New ports collection makefile for: xpyraminx X# Version required: 5.4.3 X# Date created: 26 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xpyraminx-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}/xpyraminx XUSE_IMAKE= yes XMAN1= xpyraminx.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${PREFIX}/lib/X11/app-defaults/Pyraminx X @ ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${PREFIX}/man/man1/xpyraminx.1 X X.include <bsd.port.mk> END-of-xpyraminx-5.4.3/Makefile echo c - xpyraminx-5.4.3/pkg mkdir -p xpyraminx-5.4.3/pkg > /dev/null 2>&1 echo x - xpyraminx-5.4.3/pkg/PLIST sed 's/^X//' >xpyraminx-5.4.3/pkg/PLIST << 'END-of-xpyraminx-5.4.3/pkg/PLIST' Xbin/xpyraminx Xman/man1/xpyraminx.1.gz Xlib/X11/app-defaults/Pyraminx END-of-xpyraminx-5.4.3/pkg/PLIST echo x - xpyraminx-5.4.3/pkg/DESCR sed 's/^X//' >xpyraminx-5.4.3/pkg/DESCR << 'END-of-xpyraminx-5.4.3/pkg/DESCR' X The original puzzle has 9 triangles per face (size = 3) and Xhas period 3 turning (i.e. the face or points turn in 120 degree Xintervals). The puzzle was designed by Uwe Meffert and called Xthe Pyraminx. This has 2^5*3^8*6!/2 or 75,582,720 different Xcombinations. X Another puzzle Senior Pyraminx 3x3x3 exists only on paper, it Xhas period 2 turning (i.e. edges turn with 180 degree intervals) Xbut the corners would fall off unless it had some tricky Xmechanism. (This may be the same as the Master Pyraminx which Xhas 446,965,972,992,000 different combinations). X Another puzzle (which was not widely distributed), the Junior XPyraminx (and similarly the Junior Pyraminx Star, a octahedron Xformed by two tetrahedra, this has 7!*3^6 or 3,674,160 different Xcombinations), has 4 triangles (size = 2) per face and at the Xtime I designed this computer puzzle thought that it had only Xperiod 2 turning (i.e the edges rotate). It turns out the puzzle Xhas a period 4 turning (edges turn with 90 degree intervals) Xwhich makes it analogous to the 2x2x2 Rubik's cube. This puzzle Xmakes various non-tetrahedral shapes. The puzzle contained here Xhas no period 4 turning flexability. END-of-xpyraminx-5.4.3/pkg/DESCR echo x - xpyraminx-5.4.3/pkg/COMMENT sed 's/^X//' >xpyraminx-5.4.3/pkg/COMMENT << 'END-of-xpyraminx-5.4.3/pkg/COMMENT' XPyraminx puzzle for X Window. END-of-xpyraminx-5.4.3/pkg/COMMENT echo c - xpyraminx-5.4.3/files mkdir -p xpyraminx-5.4.3/files > /dev/null 2>&1 echo x - xpyraminx-5.4.3/files/md5 sed 's/^X//' >xpyraminx-5.4.3/files/md5 << 'END-of-xpyraminx-5.4.3/files/md5' XMD5 (xpyraminx-5.4.3.tar.gz) = 2aa10372b90641ab71e5b97fed845194 END-of-xpyraminx-5.4.3/files/md5 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?199803290537.JAA16954>