From owner-freebsd-ports Sun Mar 29 00:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23405 for freebsd-ports-outgoing; Sun, 29 Mar 1998 00:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23399; Sun, 29 Mar 1998 00:50:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22828 for ; Sun, 29 Mar 1998 00:40:34 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id OAA16902 for ; Sun, 29 Mar 1998 14:40:02 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id MAA17508; Sun, 29 Mar 1998 12:42:23 +0400 (MSD) Message-Id: <199803290842.MAA17508@icc.surw.chel.su> Date: Sun, 29 Mar 1998 12:42:23 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6165: New port: xpanex-5.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6165 >Category: ports >Synopsis: New port: xpanex-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: Sun Mar 29 00:50:00 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 Panex puzzle for X Window. The original Panex puzzle is from the Japanese Magic Company from the 1980's. Mathematicians at Bell Laboratories estimated the number of moves to swap 2 columns of order 10 to be 27,564 <= N <= 31,537. It came in two varieties: one with a blue and a yellow pyramid of order 10 on silver tiles; in the gold version pieces of each color look alike i.e. no pyramid is drawn on them), this is a little harder. The original Tower of Hanoi puzzle is the invention of Edouard Lucas and was sold as a toy in France in 1883. The legend of 64 disks in the great temple of Benares of the god Brahma is also his invention. # 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: # # xpanex-5.4.3 # xpanex-5.4.3/Makefile # xpanex-5.4.3/pkg # xpanex-5.4.3/pkg/PLIST # xpanex-5.4.3/pkg/DESCR # xpanex-5.4.3/pkg/COMMENT # xpanex-5.4.3/files # xpanex-5.4.3/files/md5 # echo c - xpanex-5.4.3 mkdir -p xpanex-5.4.3 > /dev/null 2>&1 echo x - xpanex-5.4.3/Makefile sed 's/^X//' >xpanex-5.4.3/Makefile << 'END-of-xpanex-5.4.3/Makefile' X# New ports collection makefile for: xpanex X# Version required: 5.4.3 X# Date created: 27 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xpanex-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}/xpanex XUSE_IMAKE= yes XMAN1= xpanex.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex X @ ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1 X X.include END-of-xpanex-5.4.3/Makefile echo c - xpanex-5.4.3/pkg mkdir -p xpanex-5.4.3/pkg > /dev/null 2>&1 echo x - xpanex-5.4.3/pkg/PLIST sed 's/^X//' >xpanex-5.4.3/pkg/PLIST << 'END-of-xpanex-5.4.3/pkg/PLIST' Xbin/xpanex Xman/man1/xpanex.1.gz Xlib/X11/app-defaults/Panex END-of-xpanex-5.4.3/pkg/PLIST echo x - xpanex-5.4.3/pkg/DESCR sed 's/^X//' >xpanex-5.4.3/pkg/DESCR << 'END-of-xpanex-5.4.3/pkg/DESCR' X The original Panex puzzle is from the Japanese Magic Company Xfrom the 1980's. Mathematicians at Bell Laboratories estimated Xthe number of moves to swap 2 columns of order 10 to be X27,564 <= N <= 31,537. It came in two varieties: one with a Xblue and a yellow pyramid of order 10 on silver tiles; in the Xgold version pieces of each color look alike i.e. no pyramid Xis drawn on them), this is a little harder. X The original Tower of Hanoi puzzle is the invention of XEdouard Lucas and was sold as a toy in France in 1883. The Xlegend of 64 disks in the great temple of Benares of the god XBrahma is also his invention. END-of-xpanex-5.4.3/pkg/DESCR echo x - xpanex-5.4.3/pkg/COMMENT sed 's/^X//' >xpanex-5.4.3/pkg/COMMENT << 'END-of-xpanex-5.4.3/pkg/COMMENT' XPanex puzzle for X Window. END-of-xpanex-5.4.3/pkg/COMMENT echo c - xpanex-5.4.3/files mkdir -p xpanex-5.4.3/files > /dev/null 2>&1 echo x - xpanex-5.4.3/files/md5 sed 's/^X//' >xpanex-5.4.3/files/md5 << 'END-of-xpanex-5.4.3/files/md5' XMD5 (xpanex-5.4.3.tar.gz) = 7726ee13c38965a88f23408456371786 END-of-xpanex-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