Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 11:08:56 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11379: New port: sol-1.0.6
Message-ID:  <199904290708.LAA07268@icc.surw.chel.su>

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

>Number:         11379
>Category:       ports
>Synopsis:       New port: sol-1.0.6
>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:   Thu Apr 29 00: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 sol-1.0.6, Solitaire card game for X Window System.

This is a Solitaire card game highly inspired by the one
bundeled with a well known "operating system". Features
a site-wide highscore table.

http://home.sol.no/~sverrehu/pub-unix/html/sol.html


# 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:
#
#	sol-1.0.6
#	sol-1.0.6/Makefile
#	sol-1.0.6/files
#	sol-1.0.6/files/md5
#	sol-1.0.6/patches
#	sol-1.0.6/patches/patch-aa
#	sol-1.0.6/pkg
#	sol-1.0.6/pkg/COMMENT
#	sol-1.0.6/pkg/DESCR
#	sol-1.0.6/pkg/PLIST
#
echo c - sol-1.0.6
mkdir -p sol-1.0.6 > /dev/null 2>&1
echo x - sol-1.0.6/Makefile
sed 's/^X//' >sol-1.0.6/Makefile << 'END-of-sol-1.0.6/Makefile'
X# New ports collection makefile for:	sol
X# Version required:			1.0.6
X# Date created:				12 April 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=	sol-1.0.6
XCATEGORIES=	games
XMASTER_SITES=	http://home.sol.no/~sverrehu/pub-unix/files/
X
XMAINTAINER=	andy@icc.surw.chel.su
X
XLIB_DEPENDS=	Xpm:${PORTSDIR}/graphics/xpm \
X		shhopt:${PORTSDIR}/devel/libshhopt \
X		shhmsg:${PORTSDIR}/devel/libshhmsg \
X		xalloc:${PORTSDIR}/devel/libxalloc \
X		shhcards:${PORTSDIR}/games/libshhcards
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
XMAN6=		sol.6
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
X	@ ${MKDIR} ${PREFIX}/share/sol
X	@ ${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol
X	@ ${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6
X	@ ${MKDIR} ${PREFIX}/share/doc/sol
X	@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol
X	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol
X	@ chown games:games ${PREFIX}/bin/sol
X	@ chown games:games ${PREFIX}/share/sol/sol.score
X	@ chmod 6755 ${PREFIX}/bin/sol
X	@ chmod 770 ${PREFIX}/share/sol
X	@ chmod 660 ${PREFIX}/share/sol/sol.score
X
X.include <bsd.port.mk>
END-of-sol-1.0.6/Makefile
echo c - sol-1.0.6/files
mkdir -p sol-1.0.6/files > /dev/null 2>&1
echo x - sol-1.0.6/files/md5
sed 's/^X//' >sol-1.0.6/files/md5 << 'END-of-sol-1.0.6/files/md5'
XMD5 (sol-1.0.6.tar.gz) = cbc5c9091506646b9ce2c34674df0ce5
END-of-sol-1.0.6/files/md5
echo c - sol-1.0.6/patches
mkdir -p sol-1.0.6/patches > /dev/null 2>&1
echo x - sol-1.0.6/patches/patch-aa
sed 's/^X//' >sol-1.0.6/patches/patch-aa << 'END-of-sol-1.0.6/patches/patch-aa'
X--- Makefile	Wed Aug 13 20:37:02 1997
X+++ /home/andy/tmp/wrk/Makefile	Sun Apr 12 19:14:29 1998
X@@ -62,7 +62,7 @@
X ###########################################################################
X 
X # Where do you want to install the program and the highscore file?
X-INSTLIBDIR	= /var/local/lib/games
X+INSTLIBDIR	= /usr/X11R6/share/sol
X INSTBINDIR	= /usr/local/games
X INSTMANDIR	= /usr/local/man/man6
X #INSTLIBDIR	= /hom/sverrehu/lib
END-of-sol-1.0.6/patches/patch-aa
echo c - sol-1.0.6/pkg
mkdir -p sol-1.0.6/pkg > /dev/null 2>&1
echo x - sol-1.0.6/pkg/COMMENT
sed 's/^X//' >sol-1.0.6/pkg/COMMENT << 'END-of-sol-1.0.6/pkg/COMMENT'
XSolitaire card game for X Window System.
END-of-sol-1.0.6/pkg/COMMENT
echo x - sol-1.0.6/pkg/DESCR
sed 's/^X//' >sol-1.0.6/pkg/DESCR << 'END-of-sol-1.0.6/pkg/DESCR'
XThis is a Solitaire card game highly inspired by the one
Xbundeled with a well known "operating system". Features
Xa site-wide highscore table.
X
Xhttp://home.sol.no/~sverrehu/pub-unix/html/sol.html
END-of-sol-1.0.6/pkg/DESCR
echo x - sol-1.0.6/pkg/PLIST
sed 's/^X//' >sol-1.0.6/pkg/PLIST << 'END-of-sol-1.0.6/pkg/PLIST'
X@owner games
X@group games
X@mode 6755
Xbin/sol
X@owner
X@group
X@mode
Xshare/doc/sol/CREDITS
Xshare/doc/sol/README
X@owner games
X@group games
X@mode 660
Xshare/sol/sol.score
X@dirrm share/doc/sol
X@dirrm share/sol
END-of-sol-1.0.6/pkg/PLIST
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?199904290708.LAA07268>