Bug 6163 - New port: xpyraminx-5.4.3
Summary: New port: xpyraminx-5.4.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-03-29 06:40 UTC by Andrey Zakhvatov
Modified: 1998-05-20 09:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Zakhvatov 1998-03-29 06:40:07 UTC
   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

Fix: 

Please, check and commit this port.
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1998-05-20 09:00:01 UTC
State Changed
From-To: open->closed

Imported, thanks.