Date: Mon, 23 Apr 2012 18:54:59 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167235: [NEW PORT] games/gottet: Gottet is a tetris clone I made for my wife Message-ID: <20120423185459.77712d7e@nemysis3now.no-ip.biz> Resent-Message-ID: <201204231700.q3NH0L8L077482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167235 >Category: ports >Synopsis: [NEW PORT] games/gottet: Gottet is a tetris clone I made for my wife >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 Apr 23 17:00:20 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: Gottet is a tetris clone I made for my wife. WWW: http://gottcode.org/gottet/ Generated with FreeBSD Port Tools 0.99_5 (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: # # gottet # gottet/pkg-descr # gottet/Makefile # gottet/distinfo # gottet/pkg-plist # gottet/gottet # echo c - gottet mkdir -p gottet > /dev/null 2>&1 echo x - gottet/pkg-descr sed 's/^X//' >gottet/pkg-descr << '8c0b989078573673f26629ca5cd83f0a' XGottet is a tetris clone I made for my wife. X XWWW: http://gottcode.org/gottet/ 8c0b989078573673f26629ca5cd83f0a echo x - gottet/Makefile sed 's/^X//' >gottet/Makefile << '06afa6b17e0d49429f64e7d0dd4a6923' X# New Ports collection makefile for: gottet X# Date created: 21 April 2012 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= gottet XPORTVERSION= 1.0.4 XCATEGORIES= games XMASTER_SITES= http://gottcode.org/${PORTNAME}/ XEXTRACT_SUFX= -src.tar.bz2 X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Gottet is a tetris clone I made for my wife X XLICENSE= GPLv3 X XUSE_QT_VER= 4 XQT_COMPONENTS= moc_build qmake_build rcc_build uic_build iconengines imageformats X XHAS_CONFIGURE= yes X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro X XMAKE_JOBS_SAFE= yes X XCONFIGURE_ENV+= UIC="${UIC}" QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" XMAKE_ENV+= QMAKESPEC="${QMAKESPEC}" X XPORTDOCS= ChangeLog INSTALL X XUSE_GMAKE= yes X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X# Pixmaps and Desktop X ${CP} -R ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ X ${MKDIR} ${PREFIX}/share/applications X ${CP} -R ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ X X# Documentations 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 <bsd.port.mk> 06afa6b17e0d49429f64e7d0dd4a6923 echo x - gottet/distinfo sed 's/^X//' >gottet/distinfo << '5d7ff35d1dec17ba058ec157168e2c01' XSHA256 (gottet-1.0.4-src.tar.bz2) = 7144e035b6e575eecea9920ee301487915d3866a2cb0e40622fe9e45d83cb379 XSIZE (gottet-1.0.4-src.tar.bz2) = 29121 5d7ff35d1dec17ba058ec157168e2c01 echo x - gottet/pkg-plist sed 's/^X//' >gottet/pkg-plist << '503c3e8314f17ef8939f76c0853f3e40' Xbin/gottet Xshare/applications/gottet.desktop Xshare/pixmaps/gottet.png X@dirrm share/applications 503c3e8314f17ef8939f76c0853f3e40 echo x - gottet/gottet sed 's/^X//' >gottet/gottet << '8472b985de7157f566c30e565e8ad3f5' X===> Creating shar file 8472b985de7157f566c30e565e8ad3f5 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120423185459.77712d7e>