Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 1998 11:14:27 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7701: New port: drmario-1.0
Message-ID:  <199808210714.LAA06761@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808210714.LAA06761>