Date: Tue, 17 Aug 1999 12:53:12 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13191: New port: fire-1.0 Message-ID: <199908170853.MAA51059@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>Number: 13191 >Category: ports >Synopsis: New port: fire-1.0 >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: Tue Aug 17 02:00: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 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: >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?199908170853.MAA51059>