From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 13 21:50:03 2012 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 189111065673 for ; Sun, 13 May 2012 21:50:03 +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 E29CF8FC18 for ; Sun, 13 May 2012 21:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4DLo28B091479 for ; Sun, 13 May 2012 21:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4DLo2Sh091478; Sun, 13 May 2012 21:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 13 May 2012 21:50:02 GMT Resent-Message-Id: <201205132150.q4DLo2Sh091478@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41ED0106564A for ; Sun, 13 May 2012 21:49:52 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id B88A58FC08 for ; Sun, 13 May 2012 21:49:51 +0000 (UTC) Received: (qmail invoked by alias); 13 May 2012 21:49:48 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp024) with SMTP; 13 May 2012 23:49:48 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 13 May 2012 23:49:48 +0200 Message-Id: <20120513214952.41ED0106564A@hub.freebsd.org> Date: Sun, 13 May 2012 23:49:48 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167849: [NEW PORT] games/connectagram: Connectagram is a word unscrambling game X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 21:50:03 -0000 >Number: 167849 >Category: ports >Synopsis: [NEW PORT] games/connectagram: Connectagram is a word unscrambling game >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: Sun May 13 21:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Connectagram is a word unscrambling game. The board consists of several scrambled words that are joined together. You can choose the length of the words, the amount of words, and the pattern that the words are arranged in. The game provides a hint option for times when you are stuck, and features an online word lookup that fetches the definitions of each word from www.dict.org. Your current progress is automatically saved. Note that this game involves a large and varied word list, some of which may be considered inappropriate for children. You can edit the file containing the word list if you wish to remove words from your game. The location of this file varies by platform. WWW: http://gottcode.org/connectagram/ Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .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: # # connectagram # connectagram/pkg-descr # connectagram/Makefile # connectagram/distinfo # connectagram/pkg-plist # echo c - connectagram mkdir -p connectagram > /dev/null 2>&1 echo x - connectagram/pkg-descr sed 's/^X//' >connectagram/pkg-descr << '9783cacde4bf1eb2fbcc5f60f2a76a38' XConnectagram is a word unscrambling game. The board consists Xof several scrambled words that are joined together. XYou can choose the length of the words, the amount of words, Xand the pattern that the words are arranged in. XThe game provides a hint option for times when you are stuck, Xand features an online word lookup that fetches the definitions Xof each word from www.dict.org. Your current progress is automatically saved. X XNote that this game involves a large and varied word list, Xsome of which may be considered inappropriate for children. XYou can edit the file containing the word list if you wish Xto remove words from your game. The location of this file varies by platform. X XWWW: http://gottcode.org/connectagram/ 9783cacde4bf1eb2fbcc5f60f2a76a38 echo x - connectagram/Makefile sed 's/^X//' >connectagram/Makefile << 'befe4403bc1cd31d379a724bb5ce56c9' X# New Ports collection makefile for: connectagram X# Date created: 2012-04-23 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= connectagram XPORTVERSION= 1.0.1 XCATEGORIES= games XMASTER_SITES= http://gottcode.org/${PORTNAME}/ XDISTNAME= ${PORTNAME}-${DISTVERSION}-src X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Connectagram is a word unscrambling game X XLICENSE= GPLv3 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XUSE_BZIP2= yes XUSE_QT_VER= 4 XQT_COMPONENTS= moc_build qmake_build rcc_build corelib gui iconengines imageformats XINSTALLS_ICONS= yes X XMAKE_JOBS_SAFE= yes X XPORTDATA= * XPORTDOCS= ChangeLog INSTALL X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} ${QMAKEFLAGS} X Xpost-install: X# Documentation X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include befe4403bc1cd31d379a724bb5ce56c9 echo x - connectagram/distinfo sed 's/^X//' >connectagram/distinfo << 'aa4f170142cddf0b26d13da9d0308d4c' XSHA256 (connectagram-1.0.1-src.tar.bz2) = 6d3696b69f09eda26cdd2a42fe4d91de3effc4757c68f5109b19c1d4d6510e37 XSIZE (connectagram-1.0.1-src.tar.bz2) = 263808 aa4f170142cddf0b26d13da9d0308d4c echo x - connectagram/pkg-plist sed 's/^X//' >connectagram/pkg-plist << 'e205a66321a7922c2eade7c64317de7a' Xbin/connectagram Xshare/applications/connectagram.desktop Xshare/icons/hicolor/48x48/apps/connectagram.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 e205a66321a7922c2eade7c64317de7a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: