From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 3 00:10:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9864516A41F for ; Mon, 3 Oct 2005 00:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D6C43D55 for ; Mon, 3 Oct 2005 00:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j930AHuD086779 for ; Mon, 3 Oct 2005 00:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j930AHx2086778; Mon, 3 Oct 2005 00:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 3 Oct 2005 00:10:17 GMT Resent-Message-Id: <200510030010.j930AHx2086778@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B14A16A41F for ; Mon, 3 Oct 2005 00:03:00 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945E943D46 for ; Mon, 3 Oct 2005 00:02:59 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [82.148.12.249] (port=2537 helo=nexii.panopticon) by mx1.mail.ru with esmtp id 1EMDnF-000PKB-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Oct 2005 04:02:58 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 5903B328D for ; Mon, 3 Oct 2005 04:06:51 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1D0D631C9; Mon, 3 Oct 2005 04:05:57 +0400 (MSD) Message-Id: <20051003000557.1D0D631C9@hades.panopticon> Date: Mon, 3 Oct 2005 04:05:57 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86847: New port: games/interlogic Move colored balls through the maze connecting it with each other X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 00:10:18 -0000 >Number: 86847 >Category: ports >Synopsis: New port: games/interlogic Move colored balls through the maze connecting it with each other >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 03 00:10:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #4: Mon Sep 12 01:19:38 MSD 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: InterLOGIC is a logic/puzzle game based on an old Amiga game Balls. The object of the game is to move a differently colored balls through the maze, connecting it with the other same colored balls. WWW: http://sourceforge.net/projects/interlogic - Dmitry Marakasov >How-To-Repeat: >Fix: --- interlogic-0.30.shar begins here --- # 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: # # interlogic # interlogic/Makefile # interlogic/distinfo # interlogic/pkg-descr # echo c - interlogic mkdir -p interlogic > /dev/null 2>&1 echo x - interlogic/Makefile sed 's/^X//' >interlogic/Makefile << 'END-of-interlogic/Makefile' X# New ports collection makefile for: interlogic X# Date created: 01 Oct 2005 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= interlogic XPORTVERSION= 0.30 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= interlogic XDISTNAME= interLOGIC-src-${PORTVERSION} X XMAINTAINER= amdmi3@mail.ru XCOMMENT= Move colored balls through the maze connecting it with each other X XUSE_SDL= image sdl XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ X LDFLAGS="`${SDL_CONFIG} --libs`" X XWRKSRC= ${WRKDIR}/interlogic X XPLIST_FILES= bin/interlogic X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/ X X.include END-of-interlogic/Makefile echo x - interlogic/distinfo sed 's/^X//' >interlogic/distinfo << 'END-of-interlogic/distinfo' XMD5 (interLOGIC-src-0.30.tar.gz) = 1c1b58a7d5029333611e5d8fe48a8d78 XSIZE (interLOGIC-src-0.30.tar.gz) = 1731894 END-of-interlogic/distinfo echo x - interlogic/pkg-descr sed 's/^X//' >interlogic/pkg-descr << 'END-of-interlogic/pkg-descr' XInterLOGIC is a logic/puzzle game based on an old Amiga game Balls. XThe object of the game is to move a differently colored balls through Xthe maze, connecting it with the other same colored balls. X XWWW: http://sourceforge.net/projects/interlogic X X- Dmitry Marakasov END-of-interlogic/pkg-descr exit --- interlogic-0.30.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: