From owner-freebsd-ports Sun Jun 30 21:20:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C70B737B405 for ; Sun, 30 Jun 2002 21:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B3A43E0A for ; Sun, 30 Jun 2002 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g614K2JU018532 for ; Sun, 30 Jun 2002 21:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g614K2sJ018531; Sun, 30 Jun 2002 21:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A7F37B400 for ; Sun, 30 Jun 2002 21:12:36 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FAA43E0A for ; Sun, 30 Jun 2002 21:12:35 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 71B082B8D5 for ; Mon, 1 Jul 2002 06:12:29 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 06E7E6A711E; Mon, 1 Jul 2002 14:12:22 +1000 (EST) Message-Id: <20020701041222.06E7E6A711E@k7.mavetju> Date: Mon, 1 Jul 2002 14:12:22 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40061: [new port] games/sopwith Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40061 >Category: ports >Synopsis: [new port] games/sopwith >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 Jun 30 21:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: A new game! The old sopwith, a CGA game from somewhere in the 1980s. The pixels are squared, the graphics awfull, the sound horrible, the colour-palette bad for the eyes and the game stupid. But it's addictive :-) >How-To-Repeat: n/a >Fix: # 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: # # games/sopwith # games/sopwith/pkg-descr # games/sopwith/pkg-comment # games/sopwith/pkg-plist # games/sopwith/files # games/sopwith/files/patch-src-swtitle.h # games/sopwith/Makefile # games/sopwith/distinfo # echo c - games/sopwith mkdir -p games/sopwith > /dev/null 2>&1 echo x - games/sopwith/pkg-descr sed 's/^X//' >games/sopwith/pkg-descr << 'END-of-games/sopwith/pkg-descr' XThis is a port of the classic computer game "Sopwith" to run on Xmodern computers and operating systems. It is named "SDL Sopwith" Xas it was originally used the LibSDL graphics library. There is now Xalso a port to Gtk+, the widget library used by GNOME and there is Xinitial code written toward a backport allowing it to be run under XDOS, like the original. X XWWW: http://fraggle.despayre.org:81/stuffage/sopwith/ END-of-games/sopwith/pkg-descr echo x - games/sopwith/pkg-comment sed 's/^X//' >games/sopwith/pkg-comment << 'END-of-games/sopwith/pkg-comment' XSopwith, port of the classic computer game. END-of-games/sopwith/pkg-comment echo x - games/sopwith/pkg-plist sed 's/^X//' >games/sopwith/pkg-plist << 'END-of-games/sopwith/pkg-plist' Xbin/sopwith Xbin/gtksopwith Xshare/doc/sopwith/GPL Xshare/doc/sopwith/dlcvsamj.txt Xshare/doc/sopwith/keys.txt Xshare/doc/sopwith/license.txt Xshare/doc/sopwith/origdoc.txt Xshare/doc/sopwith/readme.txt END-of-games/sopwith/pkg-plist echo c - games/sopwith/files mkdir -p games/sopwith/files > /dev/null 2>&1 echo x - games/sopwith/files/patch-src-swtitle.h sed 's/^X//' >games/sopwith/files/patch-src-swtitle.h << 'END-of-games/sopwith/files/patch-src-swtitle.h' X--- src/swtitle.h.old Mon Jul 1 13:56:01 2002 X+++ src/swtitle.h Mon Jul 1 13:56:09 2002 X@@ -19,7 +19,7 @@ X X extern void clrprmpt(); X extern BOOL ctlbreak(); X-extern void getmode(); X+/*extern void getmode();*/ X extern int getgame(); X extern void swtitln(); X extern void swtitlf(); END-of-games/sopwith/files/patch-src-swtitle.h echo x - games/sopwith/Makefile sed 's/^X//' >games/sopwith/Makefile << 'END-of-games/sopwith/Makefile' X# New ports collection makefile for: sopwith X# Date created: 1 July 2002 X# Whom: Edwin Groothuis X# X# $FreeBSD$ X# X XPORTNAME= sopwith XPORTVERSION= 1.4.0 XCATEGORIES= games XMASTER_SITES= http://fraggle.despayre.org:81/stuffage/sopwith/ XDISTNAME= sdl_sopwith-1.4.0 X XBUILD_DEPENDS= ${PREFIX}/bin/sdl11-config:${PORTSDIR}/graphics/sdl12 X XMAINTAINER= edwin@mavetju.org X XUSE_GTK= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XCONFIGURE_ENV= SDL_CONFIG=${PREFIX}/bin/sdl11-config X Xpost-install: X ${MKDIR} ${PREFIX}/share/doc/sopwith X ${CP} ${WRKSRC}/doc/* ${PREFIX}/share/doc/sopwith X X.include END-of-games/sopwith/Makefile echo x - games/sopwith/distinfo sed 's/^X//' >games/sopwith/distinfo << 'END-of-games/sopwith/distinfo' XMD5 (sdl_sopwith-1.4.0.tar.gz) = 509d5d2b01dbbd678171a87da2244c05 END-of-games/sopwith/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message