From andy@icc.surw.chel.su Tue Aug 17 01:52:52 1999
Return-Path: <andy@icc.surw.chel.su>
Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162])
	by hub.freebsd.org (Postfix) with ESMTP id C8C8C14DE7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Aug 1999 01:52:44 -0700 (PDT)
	(envelope-from andy@icc.surw.chel.su)
Received: (from andy@localhost)
	by icc.surw.chel.su (8.9.2/8.8.8) id MAA51059;
	Tue, 17 Aug 1999 12:53:12 +0400 (MSD)
	(envelope-from andy)
Message-Id: <199908170853.MAA51059@icc.surw.chel.su>
Date: Tue, 17 Aug 1999 12:53:12 +0400 (MSD)
From: Andrey Zakhvatov <andy@icc.surw.chel.su>
Reply-To: andy@icc.surw.chel.su
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: fire-1.0
X-Send-Pr-Version: 3.2

>Number:         13191
>Category:       ports
>Synopsis:       new port: misc/fire
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 17 02:00:00 PDT 1999
>Closed-Date:    Mon Jun 5 10:36:57 PDT 2000
>Last-Modified:  Mon Jun 05 10:39:15 PDT 2000
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a port of fire demo for X Window System

   WWW: http://www.xdr.com/dash/fire.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:
#
#	fire-1.0
#	fire-1.0/Makefile
#	fire-1.0/files
#	fire-1.0/files/md5
#	fire-1.0/patches
#	fire-1.0/patches/patch-aa
#	fire-1.0/pkg
#	fire-1.0/pkg/COMMENT
#	fire-1.0/pkg/DESCR
#	fire-1.0/pkg/PLIST
#
echo c - fire-1.0
mkdir -p fire-1.0 > /dev/null 2>&1
echo x - fire-1.0/Makefile
sed 's/^X//' >fire-1.0/Makefile << 'END-of-fire-1.0/Makefile'
X# New ports collection makefile for:	fire
X# Version required:			1.0
X# Date created:				16 August 1999
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=	firesdl
XPKGNAME=	fire-1.0
XCATEGORIES=	misc
XMASTER_SITES=	http://www.xdr.com/dash/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	andy@icc.surw.chel.su
X
XLIB_DEPENDS=	SDL.0:${PORTSDIR}/devel/sdl
X
XALL_TARGET=	fire
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/fire ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-fire-1.0/Makefile
echo c - fire-1.0/files
mkdir -p fire-1.0/files > /dev/null 2>&1
echo x - fire-1.0/files/md5
sed 's/^X//' >fire-1.0/files/md5 << 'END-of-fire-1.0/files/md5'
XMD5 (firesdl.tgz) = 2e58fe503ba3073c47faa2998a228d8c
END-of-fire-1.0/files/md5
echo c - fire-1.0/patches
mkdir -p fire-1.0/patches > /dev/null 2>&1
echo x - fire-1.0/patches/patch-aa
sed 's/^X//' >fire-1.0/patches/patch-aa << 'END-of-fire-1.0/patches/patch-aa'
X--- Makefile	Sun Jul 11 20:35:12 1999
X+++ /home/andy/tmp/wrk/Makefile	Tue Aug 17 12:46:44 1999
X@@ -1,7 +1,7 @@
X-CFLAGS = -g -D_REENTRANT -O2 -I/usr/local/include/SDL -funroll-loops -fomit-frame-pointer -ffast-math
X+CFLAGS+= -D_REENTRANT -I${LOCALBASE}/include/SDL -funroll-loops -fomit-frame-pointer -ffast-math
X 
X fire:	fire.o
X-	gcc -o fire fire.o -lSDL -lpthread -ldl
X+	${CC} -o fire fire.o -pthread -lSDL -L${LOCALBASE}/lib
X 
X fire.o:	fire.c
X 
END-of-fire-1.0/patches/patch-aa
echo c - fire-1.0/pkg
mkdir -p fire-1.0/pkg > /dev/null 2>&1
echo x - fire-1.0/pkg/COMMENT
sed 's/^X//' >fire-1.0/pkg/COMMENT << 'END-of-fire-1.0/pkg/COMMENT'
XFire demo for X Window System
END-of-fire-1.0/pkg/COMMENT
echo x - fire-1.0/pkg/DESCR
sed 's/^X//' >fire-1.0/pkg/DESCR << 'END-of-fire-1.0/pkg/DESCR'
XSimple fire demo for SDL library.
X
XWWW: http://www.xdr.com/dash/fire.html
END-of-fire-1.0/pkg/DESCR
echo x - fire-1.0/pkg/PLIST
sed 's/^X//' >fire-1.0/pkg/PLIST << 'END-of-fire-1.0/pkg/PLIST'
Xbin/fire
END-of-fire-1.0/pkg/PLIST
exit
 

>How-To-Repeat:

>Fix:

   Please, check and commit this port.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->andy 
Responsible-Changed-By: taoka 
Responsible-Changed-When: Fri Sep 24 19:38:54 PDT 1999 
Responsible-Changed-Why:  
Submitter is now a committer 
Responsible-Changed-From-To: andy->ports 
Responsible-Changed-By: andy 
Responsible-Changed-When: Tue Dec 14 03:08:23 PST 1999 
Responsible-Changed-Why:  
I have no approvements from PW to touch ports tree. 
Responsible-Changed-From-To: ports->freebsd-ports 
Responsible-Changed-By: steve 
Responsible-Changed-When: Tue Dec 14 21:33:21 PST 1999 
Responsible-Changed-Why:  
Use freebsd-ports instead of ports. 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Mon Jun 5 10:36:57 PDT 2000 
State-Changed-Why:  
Since fire is no longer being actively maintained (nearly 
one full year since the last update) and since andy can't 
touch the ports collection, this is being closed. Moreover, 
misc/fire is not really a useful utility. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=13191 
>Unformatted:
