From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 11 23:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1146F106567A for ; Wed, 11 Jun 2008 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D99898FC0A for ; Wed, 11 Jun 2008 23:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5BNo1MX032337 for ; Wed, 11 Jun 2008 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5BNo1Pl032336; Wed, 11 Jun 2008 23:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jun 2008 23:50:01 GMT Resent-Message-Id: <200806112350.m5BNo1Pl032336@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AE841065674 for ; Wed, 11 Jun 2008 23:41:34 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id CCFCE8FC16 for ; Wed, 11 Jun 2008 23:41:33 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1K6a3U-0005fF-4D for FreeBSD-gnats-submit@freebsd.org; Thu, 12 Jun 2008 03:48:40 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id E44C3462D for ; Thu, 12 Jun 2008 03:40:12 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id B89691702D; Thu, 12 Jun 2008 03:41:45 +0400 (MSD) Message-Id: <20080611234145.B89691702D@hades.panopticon> Date: Thu, 12 Jun 2008 03:41:45 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/124496: [NEW PORT] games/tetzle: Jigsaw puzzle with tetrominoes 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: Wed, 11 Jun 2008 23:50:02 -0000 >Number: 124496 >Category: ports >Synopsis: [NEW PORT] games/tetzle: Jigsaw puzzle with tetrominoes >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: Wed Jun 11 23:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: A jigsaw puzzle game that uses tetrominoes for the pieces. Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. WWW: http://gottcode.org/tetzle/ >How-To-Repeat: >Fix: --- tetzle-1.0.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: # # tetzle # tetzle/Makefile # tetzle/pkg-descr # tetzle/pkg-plist # tetzle/distinfo # echo c - tetzle mkdir -p tetzle > /dev/null 2>&1 echo x - tetzle/Makefile sed 's/^X//' >tetzle/Makefile << 'END-of-tetzle/Makefile' X# New ports collection makefile for: tetzle X# Date created: 12 Jun 2008 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= tetzle XPORTVERSION= 1.0 XCATEGORIES= games XMASTER_SITES= http://gottcode.org/tetzle/ \ X http://www.amdmi3.ru/distfiles/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-src X XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= Jigsaw puzzle with tetrominoes X XUSE_BZIP2= yes XUSE_QT_VER= 4 XQT_COMPONENTS= corelib gui moc opengl qmake rcc xml X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ X PREFIX=${PREFIX} -spec ${QMAKESPEC} tetzle.pro X Xpost-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tetzle ${PREFIX}/bin X X.include END-of-tetzle/Makefile echo x - tetzle/pkg-descr sed 's/^X//' >tetzle/pkg-descr << 'END-of-tetzle/pkg-descr' XA jigsaw puzzle game that uses tetrominoes for the pieces. Any image Xcan be imported and used to create puzzles with a wide range of Xsizes. Games are saved automatically, and you can select between Xcurrently in progress games. X XWWW: http://gottcode.org/tetzle/ END-of-tetzle/pkg-descr echo x - tetzle/pkg-plist sed 's/^X//' >tetzle/pkg-plist << 'END-of-tetzle/pkg-plist' Xbin/tetzle Xshare/applications/tetzle.desktop Xshare/icons/hicolor/48x48/apps/tetzle.png X@dirrmtry share/icons/hicolor/48x48/apps X@dirrmtry share/icons/hicolor/48x48 X@dirrmtry share/icons/hicolor X@dirrmtry share/icons X@dirrmtry share/applications END-of-tetzle/pkg-plist echo x - tetzle/distinfo sed 's/^X//' >tetzle/distinfo << 'END-of-tetzle/distinfo' XMD5 (tetzle-1.0-src.tar.bz2) = 5d0ef748657f450a4699c66dc92516c2 XSHA256 (tetzle-1.0-src.tar.bz2) = 63dc0899d317a93231e0a8ea5251b0b39c3dbe835b2b7b5358d9e5d8e4fd3307 XSIZE (tetzle-1.0-src.tar.bz2) = 97278 END-of-tetzle/distinfo exit --- tetzle-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: