From owner-freebsd-ports Wed Mar 11 22:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18110 for freebsd-ports-outgoing; Wed, 11 Mar 1998 22:50:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18096; Wed, 11 Mar 1998 22:50:02 -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 WAA17938 for ; Wed, 11 Mar 1998 22:48:46 -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 LAA19596 for ; Thu, 12 Mar 1998 11:49:39 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA13233; Thu, 12 Mar 1998 09:52:16 +0300 (MSK) Message-Id: <199803120652.JAA13233@icc.surw.chel.su> Date: Thu, 12 Mar 1998 09:52:16 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5988: New port: xkoules-1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5988 >Category: ports >Synopsis: New port: xkoules-1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 11 22: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 X Koules - fast action arcade-style game for X. Koules is a fast action arcade-style game for X. This version works in fine (up to 900x620) resolution with cool 256 color graphics, multiplayer mode up to 5 players, full sound and, of course, network support. Koules is an original idea. First version of Koules was developed from scratch by Jan Hubicka in July 1995. # 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: # # xkoules-1.3 # xkoules-1.3/Makefile # xkoules-1.3/files # xkoules-1.3/files/md5 # xkoules-1.3/patches # xkoules-1.3/patches/patch-aa # xkoules-1.3/pkg # xkoules-1.3/pkg/PLIST # xkoules-1.3/pkg/COMMENT # xkoules-1.3/pkg/DESCR # echo c - xkoules-1.3 mkdir -p xkoules-1.3 > /dev/null 2>&1 echo x - xkoules-1.3/Makefile sed 's/^X//' >xkoules-1.3/Makefile << 'END-of-xkoules-1.3/Makefile' X# New ports collection makefile for: xkoules X# Version required: 1.3 X# Date created: 11 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= koules1.3-src XPKGNAME= xkoules-1.3 XCATEGORIES= games x11 XMASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ X XMAINTAINER= andy@icc.surw.chel.su X XUSE_IMAKE= yes XWRKSRC= ${WRKDIR}/koules1.3 XMAN6= xkoules.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xkoules ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/xkoules X @ ${INSTALL_PROGRAM} ${WRKSRC}/koules.sndsrv.freebsd ${PREFIX}/share/xkoules X @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.raw ${PREFIX}/share/xkoules X @ ${INSTALL_MAN} ${WRKSRC}/xkoules.6 ${PREFIX}/man/man6 X @ ${MKDIR} ${PREFIX}/share/doc/xkoules X.for file in ANNOUNCE BUGS COPYING Card ChangeLog Koules.FAQ TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xkoules X.endfor X X.include END-of-xkoules-1.3/Makefile echo c - xkoules-1.3/files mkdir -p xkoules-1.3/files > /dev/null 2>&1 echo x - xkoules-1.3/files/md5 sed 's/^X//' >xkoules-1.3/files/md5 << 'END-of-xkoules-1.3/files/md5' XMD5 (koules1.3-src.tar.gz) = 4d66dbe767ab0a720d2ae59dae3f4754 END-of-xkoules-1.3/files/md5 echo c - xkoules-1.3/patches mkdir -p xkoules-1.3/patches > /dev/null 2>&1 echo x - xkoules-1.3/patches/patch-aa sed 's/^X//' >xkoules-1.3/patches/patch-aa << 'END-of-xkoules-1.3/patches/patch-aa' X--- Iconfig Thu Aug 22 11:27:20 1996 X+++ /home/andy/tmp/wrk/Iconfig Wed Mar 11 22:09:05 1998 X@@ -34,8 +34,8 @@ X recomended for linux*/ X /*#define I386ASSEMBLY*/ X /* directories*/ X-KOULESDIR =/usr/bin/X11 X-SOUNDDIR =/usr/local/lib/koules X+KOULESDIR =/usr/X11R6/bin X+SOUNDDIR =/usr/X11R6/share/xkoules X MANDIR =/usr/local/man/man6 X X /*You need some extra libraryes for BSD sockets compatibility?*/ END-of-xkoules-1.3/patches/patch-aa echo c - xkoules-1.3/pkg mkdir -p xkoules-1.3/pkg > /dev/null 2>&1 echo x - xkoules-1.3/pkg/PLIST sed 's/^X//' >xkoules-1.3/pkg/PLIST << 'END-of-xkoules-1.3/pkg/PLIST' Xbin/xkoules Xman/man6/xkoules.6.gz Xshare/doc/xkoules/ANNOUNCE Xshare/doc/xkoules/BUGS Xshare/doc/xkoules/COPYING Xshare/doc/xkoules/Card Xshare/doc/xkoules/ChangeLog Xshare/doc/xkoules/Koules.FAQ Xshare/doc/xkoules/TODO Xshare/xkoules/koules.sndsrv.freebsd Xshare/xkoules/colize.raw Xshare/xkoules/creator1.raw Xshare/xkoules/creator2.raw Xshare/xkoules/destroy1.raw Xshare/xkoules/destroy2.raw Xshare/xkoules/end.raw Xshare/xkoules/start.raw X@dirrm share/doc/xkoules X@dirrm share/xkoules END-of-xkoules-1.3/pkg/PLIST echo x - xkoules-1.3/pkg/COMMENT sed 's/^X//' >xkoules-1.3/pkg/COMMENT << 'END-of-xkoules-1.3/pkg/COMMENT' XFast action arcade-style game for X Window. END-of-xkoules-1.3/pkg/COMMENT echo x - xkoules-1.3/pkg/DESCR sed 's/^X//' >xkoules-1.3/pkg/DESCR << 'END-of-xkoules-1.3/pkg/DESCR' X Koules is a fast action arcade-style game for X. This version Xworks in fine (up to 900x620) resolution with cool 256 color Xgraphics, multiplayer mode up to 5 players, full sound and, of Xcourse, network support. Koules is an original idea. First Xversion of Koules was developed from scratch by Jan Hubicka in XJuly 1995. END-of-xkoules-1.3/pkg/DESCR 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