Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 18:05:09 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12805: New port: freesweep-0.86
Message-ID:  <199907251405.SAA61175@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         12805
>Category:       ports
>Synopsis:       New port: freesweep-0.86
>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 Jul 25 07:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a port of minesweeper-style game for text-mode terminals
Features include boards up to 1024x1024 and saving and loading the boards.

WWW: http://www.upl.cs.wisc.edu/~hartmann/sweep/


# 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:
#
#	freesweep-0.86
#	freesweep-0.86/Makefile
#	freesweep-0.86/files
#	freesweep-0.86/files/md5
#	freesweep-0.86/pkg
#	freesweep-0.86/pkg/COMMENT
#	freesweep-0.86/pkg/DESCR
#	freesweep-0.86/pkg/PLIST
#	freesweep-0.86/patches
#	freesweep-0.86/patches/patch-aa
#
echo c - freesweep-0.86
mkdir -p freesweep-0.86 > /dev/null 2>&1
echo x - freesweep-0.86/Makefile
sed 's/^X//' >freesweep-0.86/Makefile << 'END-of-freesweep-0.86/Makefile'
X# New ports collection makefile for:	freesweep
X# Version required:			0.86
X# Date created:				25 July 1999
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=	freesweep-0.86
XCATEGORIES=	games
XMASTER_SITES=	http://www.upl.cs.wisc.edu/~hartmann/sweep/
X
XMAINTAINER=	andy@icc.surw.chel.su
X
XALL_TARGET=
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
X
XMAN6=		freesweep.6
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${PREFIX}/bin
X	@ ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${PREFIX}/man/man6
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/freesweep
X	@ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/freesweep
X	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freesweep
X.endif
X
X.include <bsd.port.mk>
END-of-freesweep-0.86/Makefile
echo c - freesweep-0.86/files
mkdir -p freesweep-0.86/files > /dev/null 2>&1
echo x - freesweep-0.86/files/md5
sed 's/^X//' >freesweep-0.86/files/md5 << 'END-of-freesweep-0.86/files/md5'
XMD5 (freesweep-0.86.tar.gz) = df49495b8fb807e55febc0553e0cd704
END-of-freesweep-0.86/files/md5
echo c - freesweep-0.86/pkg
mkdir -p freesweep-0.86/pkg > /dev/null 2>&1
echo x - freesweep-0.86/pkg/COMMENT
sed 's/^X//' >freesweep-0.86/pkg/COMMENT << 'END-of-freesweep-0.86/pkg/COMMENT'
XMinesweeper-style game for text-mode terminals
END-of-freesweep-0.86/pkg/COMMENT
echo x - freesweep-0.86/pkg/DESCR
sed 's/^X//' >freesweep-0.86/pkg/DESCR << 'END-of-freesweep-0.86/pkg/DESCR'
XMinesweeper-type game for text-mode terminals. Features
Xinclude boards up to 1024x1024 and saving and loading the boards.
X
XWWW: http://www.upl.cs.wisc.edu/~hartmann/sweep/
END-of-freesweep-0.86/pkg/DESCR
echo x - freesweep-0.86/pkg/PLIST
sed 's/^X//' >freesweep-0.86/pkg/PLIST << 'END-of-freesweep-0.86/pkg/PLIST'
Xbin/freesweep
Xshare/doc/freesweep/CHANGES
Xshare/doc/freesweep/README
X@dirrm share/doc/freesweep
END-of-freesweep-0.86/pkg/PLIST
echo c - freesweep-0.86/patches
mkdir -p freesweep-0.86/patches > /dev/null 2>&1
echo x - freesweep-0.86/patches/patch-aa
sed 's/^X//' >freesweep-0.86/patches/patch-aa << 'END-of-freesweep-0.86/patches/patch-aa'
X--- sweep.h.in	Sun Jul 25 03:39:50 1999
X+++ /home/andy/tmp/wrk/sweep.h.in	Sun Jul 25 17:51:44 1999
X@@ -36,7 +36,7 @@
X #include <signal.h>
X 
X #ifdef HAVE_LIBNCURSES
X-#include "@NCURSES_HINT@/include/curses.h"
X+#include <ncurses.h>
X #else /* HAVE_LIBNCURSES */
X #include <curses.h>
X #endif /* HAVE_LIBNCURSES */
END-of-freesweep-0.86/patches/patch-aa
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.


>Release-Note:
>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?199907251405.SAA61175>