Bug 167849 - [NEW PORT] games/connectagram: Connectagram is a word unscrambling game
Summary: [NEW PORT] games/connectagram: Connectagram is a word unscrambling game
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 22:50 UTC by nemysis
Modified: 2012-08-14 07:00 UTC (History)
0 users

See Also:


Attachments
.shar (3.01 KB, text/plain)
2012-05-13 22:50 UTC, nemysis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-05-13 22:50:02 UTC
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)
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2012-05-15 01:44:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2012-08-08 00:18:56 UTC
Responsible Changed
From-To: amdmi3->jgh

Reassign to jgh@
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-14 06:51:19 UTC
Author: jgh
Date: Tue Aug 14 05:51:07 2012
New Revision: 302490
URL: http://svn.freebsd.org/changeset/ports/302490

Log:
  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/
  
  PR:		ports/167849
  Submitted by:	nemysis@gmx.ch

Added:
  head/games/connectagram/
  head/games/connectagram/Makefile   (contents, props changed)
  head/games/connectagram/distinfo   (contents, props changed)
  head/games/connectagram/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Tue Aug 14 04:40:46 2012	(r302489)
+++ head/games/Makefile	Tue Aug 14 05:51:07 2012	(r302490)
@@ -134,6 +134,7 @@
     SUBDIR += colorcode
     SUBDIR += columns
     SUBDIR += concentration
+    SUBDIR += connectagram
     SUBDIR += connectfive
     SUBDIR += conquest
     SUBDIR += construo

Added: head/games/connectagram/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/connectagram/Makefile	Tue Aug 14 05:51:07 2012	(r302490)
@@ -0,0 +1,59 @@
+# New Ports collection makefile for:	connectagram
+# Date created:		23 April 2012
+# Whom:			nemysis@gmx.ch
+#
+# $FreeBSD$
+#
+
+PORTNAME=	connectagram
+PORTVERSION=	1.0.1
+CATEGORIES=	games
+MASTER_SITES=	http://gottcode.org/${PORTNAME}/
+DISTNAME=	${PORTNAME}-${DISTVERSION}-src
+
+MAINTAINER=	nemysis@gmx.ch
+COMMENT=	Word unscrambling game
+
+LICENSE=	GPLv3
+
+OPTIONS_DEFINE=	DATA
+OPTIONS_DEFAULT=	DATA
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USE_BZIP2=	yes
+USE_QT_VER=	4
+QT_COMPONENTS=	moc_build qmake_build rcc_build corelib gui iconengines imageformats network
+INSTALLS_ICONS=	yes
+
+MAKE_JOBS_SAFE=	yes
+
+PORTDATA=	*
+PORTDOCS=	ChangeLog INSTALL
+
+PLIST_FILES=	bin/connectagram \
+	share/applications/connectagram.desktop \
+	share/icons/hicolor/48x48/apps/connectagram.png
+
+PLIST_DIRSTRY=	share/icons/hicolor/48x48/apps \
+	share/icons/hicolor/48x48 \
+	share/icons/hicolor \
+	share/icons \
+	share/applications
+
+do-configure:
+	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+		${QMAKE} ${QMAKEFLAGS}
+
+.include <bsd.port.options.mk>
+
+post-install:
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+.  for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.  endfor
+.endif
+
+.include <bsd.port.mk>

Added: head/games/connectagram/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/connectagram/distinfo	Tue Aug 14 05:51:07 2012	(r302490)
@@ -0,0 +1,2 @@
+SHA256 (connectagram-1.0.1-src.tar.bz2) = 6d3696b69f09eda26cdd2a42fe4d91de3effc4757c68f5109b19c1d4d6510e37
+SIZE (connectagram-1.0.1-src.tar.bz2) = 263808

Added: head/games/connectagram/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/connectagram/pkg-descr	Tue Aug 14 05:51:07 2012	(r302490)
@@ -0,0 +1,14 @@
+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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-08-14 06:53:22 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!