From owner-freebsd-ports Fri Aug 21 00:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22981 for freebsd-ports-outgoing; Fri, 21 Aug 1998 00:20:08 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA22966 for ; Fri, 21 Aug 1998 00:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA27502; Fri, 21 Aug 1998 00:20:01 -0700 (PDT) Received: from rich.chel.su (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21265 for ; Fri, 21 Aug 1998 00:11:16 -0700 (PDT) (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 NAA18596 for ; Fri, 21 Aug 1998 13:11:44 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA06761; Fri, 21 Aug 1998 11:14:27 +0400 (MSD) Message-Id: <199808210714.LAA06761@icc.surw.chel.su> Date: Fri, 21 Aug 1998 11:14:27 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7701: New port: drmario-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7701 >Category: ports >Synopsis: New port: drmario-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: Fri Aug 21 00:20:01 PDT 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 very simple tetris-style game. Actually it's more or less a copy of the Nintendo game Dr.Mario. ALTHOUGH it does not have the look & feel! ;) # 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: # # drmario-1.0 # drmario-1.0/files # drmario-1.0/files/md5 # drmario-1.0/patches # drmario-1.0/patches/patch-aa # drmario-1.0/pkg # drmario-1.0/pkg/COMMENT # drmario-1.0/pkg/DESCR # drmario-1.0/pkg/PLIST # drmario-1.0/Makefile # echo c - drmario-1.0 mkdir -p drmario-1.0 > /dev/null 2>&1 echo c - drmario-1.0/files mkdir -p drmario-1.0/files > /dev/null 2>&1 echo x - drmario-1.0/files/md5 sed 's/^X//' >drmario-1.0/files/md5 << 'END-of-drmario-1.0/files/md5' XMD5 (dr_mario.tar.Z) = e7ac666a8291fb60dcd8095afa1733fa END-of-drmario-1.0/files/md5 echo c - drmario-1.0/patches mkdir -p drmario-1.0/patches > /dev/null 2>&1 echo x - drmario-1.0/patches/patch-aa sed 's/^X//' >drmario-1.0/patches/patch-aa << 'END-of-drmario-1.0/patches/patch-aa' X--- Makefile Tue Jun 16 03:13:11 1992 X+++ /home/andy/tmp/wrk/Makefile Tue Aug 4 17:02:23 1998 X@@ -1,17 +1,17 @@ X #makefile for BUGS I - SRN 7/12/91 X # modified for Linux on 6/15/92 Ken Corey X X-CC= gcc X-CFLAGS= -O3 X+#CC= gcc X+#CFLAGS= -O3 X OBJS= main.o startup.o loop.o meat.o X X #bugs : & $(OBJS) X bugs : $(OBJS) X #use above line if parallel processing is not supported X- ${CC} ${CFLAGS} -o bugs $(OBJS) -lcurses -ltermcap X+ ${CC} ${CFLAGS} -o bugs $(OBJS) -lcurses X X main.o: main.c info.h X- ${CC} ${CFLAGS} -DLINUX -o main.o main.c X+ ${CC} ${CFLAGS} -o main.o -c main.c X X $(OBJS): info.h X END-of-drmario-1.0/patches/patch-aa echo c - drmario-1.0/pkg mkdir -p drmario-1.0/pkg > /dev/null 2>&1 echo x - drmario-1.0/pkg/COMMENT sed 's/^X//' >drmario-1.0/pkg/COMMENT << 'END-of-drmario-1.0/pkg/COMMENT' XVery simple tetris-style game. END-of-drmario-1.0/pkg/COMMENT echo x - drmario-1.0/pkg/DESCR sed 's/^X//' >drmario-1.0/pkg/DESCR << 'END-of-drmario-1.0/pkg/DESCR' X This is very simple tetris-like game. Actually it's more or Xless a copy of the Nintendo game Dr.Mario. ALTHOUGH it does Xnot have the look & feel! ;) END-of-drmario-1.0/pkg/DESCR echo x - drmario-1.0/pkg/PLIST sed 's/^X//' >drmario-1.0/pkg/PLIST << 'END-of-drmario-1.0/pkg/PLIST' Xbin/drmario Xshare/doc/drmario/README X@dirrm share/doc/drmario END-of-drmario-1.0/pkg/PLIST echo x - drmario-1.0/Makefile sed 's/^X//' >drmario-1.0/Makefile << 'END-of-drmario-1.0/Makefile' X# New ports collection makefile for: drmario X# Version required: 1.0 X# Date created: 4 August 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= dr_mario XPKGNAME= drmario-1.0 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/action XEXTRACT_SUFX= .tar.Z X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/bugs ${PREFIX}/bin/drmario X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/drmario X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/drmario X.endif X X.include END-of-drmario-1.0/Makefile 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