Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 21:12:03 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167245: [NEW PORT] games/tanglet: Tanglet is a single player word finding game based on Boggle
Message-ID:  <20120423211203.75640ffc@nemysis3now.no-ip.biz>
Resent-Message-ID: <201204231920.q3NJKCMu007090@freefall.freebsd.org>

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

>Number:         167245
>Category:       ports
>Synopsis:       [NEW PORT] games/tanglet: Tanglet is a single player word finding game based on Boggle
>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 19:20:11 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:
Tanglet is a single player word finding game based on Boggle.
The object of the game is to list as many words as you can before the time
runs out. There are several timer modes that determine how much time you
start with, and if you get extra time when you find a word.

You can join letters horizontally, vertically, or diagonally in any direction
to make a word, so as long as the letters are next to each other on the board.
However, you can not reuse the same letter cells in a single word.
Also, each word must be at least three letters on a normal board,
and four letters on a large board.

WWW: http://gottcode.org/tanglet/

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:
#
#	tanglet
#	tanglet/Makefile
#	tanglet/pkg-descr
#	tanglet/distinfo
#	tanglet/pkg-plist
#	tanglet/tanglet
#
echo c - tanglet
mkdir -p tanglet > /dev/null 2>&1
echo x - tanglet/Makefile
sed 's/^X//' >tanglet/Makefile << '8eb61612d760c491fdcd39ca733018fa'
X# New Ports collection makefile for:	tanglet
X# Date created:		21 April 2012
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tanglet
XPORTVERSION=	1.2.1
XCATEGORIES=	games
XMASTER_SITES=	http://gottcode.org/${PORTNAME}/
XEXTRACT_SUFX=	-src.tar.bz2
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Tanglet is a single player word finding game based on Boggle
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
XPORTDATA=	*
XPORTDOCS=	CREDITS ChangeLog INSTALL
X
XUSE_GMAKE=	yes
X
Xdo-install:
X# Executable
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X# Icons
X	${MKDIR} ${PREFIX}/share/icons/hicolor
X.for d in icons/hicolor
X	${CP} -R ${WRKSRC}/${d}/ ${PREFIX}/share/icons/hicolor
X.endfor
X
X# Pixmaps and Desktop
X	${CP} -R ${WRKSRC}/icons/${PORTNAME}_32.xpm ${PREFIX}/share/pixmaps/
X	${MKDIR} ${PREFIX}/share/applications
X	${CP} -R ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/
X
Xpost-install:
X# Data
X.if !defined (NOPORTDATA)
X	${MKDIR} ${DATADIR}
X	${MKDIR} ${DATADIR}/icons
X.for d in data translations
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
X.endfor
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} icons/preview ${DATADIR})
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} icons/tango ${DATADIR})
X.endif
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>
8eb61612d760c491fdcd39ca733018fa
echo x - tanglet/pkg-descr
sed 's/^X//' >tanglet/pkg-descr << '94f429f69ecec1dd34614fdeac84ee58'
XTanglet is a single player word finding game based on Boggle.
XThe object of the game is to list as many words as you can before the time
Xruns out. There are several timer modes that determine how much time you
Xstart with, and if you get extra time when you find a word.
X
XYou can join letters horizontally, vertically, or diagonally in any direction
Xto make a word, so as long as the letters are next to each other on the board.
XHowever, you can not reuse the same letter cells in a single word.
XAlso, each word must be at least three letters on a normal board,
Xand four letters on a large board.
X
XWWW: http://gottcode.org/tanglet/
94f429f69ecec1dd34614fdeac84ee58
echo x - tanglet/distinfo
sed 's/^X//' >tanglet/distinfo << 'f3ae978aa69c18c84d87def6d62499fe'
XSHA256 (tanglet-1.2.1-src.tar.bz2) = 94f4c5c76020ec1fe502ff076fbe5471e497d4b7bcabd1e9059e1022d1ce80c8
XSIZE (tanglet-1.2.1-src.tar.bz2) = 7814483
f3ae978aa69c18c84d87def6d62499fe
echo x - tanglet/pkg-plist
sed 's/^X//' >tanglet/pkg-plist << 'cf735418a3eea772c2b3e140dee036d4'
Xbin/tanglet
Xshare/applications/tanglet.desktop
Xshare/icons/hicolor/128x128/apps/tanglet.png
Xshare/icons/hicolor/16x16/apps/tanglet.png
Xshare/icons/hicolor/22x22/apps/tanglet.png
Xshare/icons/hicolor/24x24/apps/tanglet.png
Xshare/icons/hicolor/256x256/apps/tanglet.png
Xshare/icons/hicolor/32x32/apps/tanglet.png
Xshare/icons/hicolor/48x48/apps/tanglet.png
Xshare/icons/hicolor/64x64/apps/tanglet.png
Xshare/icons/hicolor/scalable/apps/tanglet.svg
Xshare/pixmaps/tanglet_32.xpm
X@dirrm share/icons/hicolor/scalable/apps
X@dirrm share/icons/hicolor/scalable
X@dirrm share/icons/hicolor/64x64/apps
X@dirrm share/icons/hicolor/64x64
X@dirrm share/icons/hicolor/48x48/apps
X@dirrm share/icons/hicolor/48x48
X@dirrm share/icons/hicolor/32x32/apps
X@dirrm share/icons/hicolor/32x32
X@dirrm share/icons/hicolor/256x256/apps
X@dirrm share/icons/hicolor/256x256
X@dirrm share/icons/hicolor/24x24/apps
X@dirrm share/icons/hicolor/24x24
X@dirrm share/icons/hicolor/22x22/apps
X@dirrm share/icons/hicolor/22x22
X@dirrm share/icons/hicolor/16x16/apps
X@dirrm share/icons/hicolor/16x16
X@dirrm share/icons/hicolor/128x128/apps
X@dirrm share/icons/hicolor/128x128
X@dirrm share/icons/hicolor
X@dirrm share/icons
X@dirrm share/applications
cf735418a3eea772c2b3e140dee036d4
echo x - tanglet/tanglet
sed 's/^X//' >tanglet/tanglet << 'e1e81e6884b9e4430e6fcce069fa09ab'
X===> Creating shar file
e1e81e6884b9e4430e6fcce069fa09ab
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?20120423211203.75640ffc>