Bug 175863 - [NEW PORT] games/qtads: A cross-platform multimedia interpreter for TADS games
Summary: [NEW PORT] games/qtads: A cross-platform multimedia interpreter for TADS games
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 16:30 UTC by kaiwang27
Modified: 2013-02-22 16:10 UTC (History)
0 users

See Also:


Attachments
.shar (2.33 KB, text/plain)
2013-02-05 16:30 UTC, kaiwang27
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaiwang27 2013-02-05 16:30:00 UTC
QTads is a cross-platform, multimedia interpreter for Tads games,
compatible with HTML TADS. Both Tads versions in use today (Tads 2 and
Tads 3) are supported.

WWW: http://qtads.sourceforge.net/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-02-22 16:03:55 UTC
Author: pawel
Date: Fri Feb 22 16:03:46 2013
New Revision: 312775
URL: http://svnweb.freebsd.org/changeset/ports/312775

Log:
  QTads is a cross-platform, multimedia interpreter for Tads games,
  compatible with HTML TADS. Both Tads versions in use today (Tads 2 and
  Tads 3) are supported.
  
  WWW: http://qtads.sourceforge.net/
  
  PR:		ports/175863
  Submitted by:	Kai Wang <kaiwang27@gmail.com>

Added:
  head/games/qtads/
  head/games/qtads/Makefile   (contents, props changed)
  head/games/qtads/distinfo   (contents, props changed)
  head/games/qtads/files/
  head/games/qtads/files/patch-src-osqt.h   (contents, props changed)
  head/games/qtads/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Fri Feb 22 15:31:23 2013	(r312774)
+++ head/games/Makefile	Fri Feb 22 16:03:46 2013	(r312775)
@@ -750,6 +750,7 @@
     SUBDIR += qnetwalk
     SUBDIR += qonk
     SUBDIR += qstat
+    SUBDIR += qtads
     SUBDIR += qtv
     SUBDIR += quackle
     SUBDIR += quadra

Added: head/games/qtads/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/qtads/Makefile	Fri Feb 22 16:03:46 2013	(r312775)
@@ -0,0 +1,28 @@
+# Created by: Kai Wang <kaiwang27@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	qtads
+PORTVERSION=	2.1.6
+CATEGORIES=	games
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION}
+
+MAINTAINER=	kaiwang27@gmail.com
+COMMENT=	Cross-platform multimedia interpreter for TADS games
+
+LICENSE=	GPLv2
+
+USE_BZIP2=	yes
+USE_GMAKE=	yes
+USE_QT4=	gui moc_build network qmake_build rcc_build uic_build
+USE_SDL=	sdl mixer sound
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/qtads
+
+do-configure:
+	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/games/qtads/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/qtads/distinfo	Fri Feb 22 16:03:46 2013	(r312775)
@@ -0,0 +1,2 @@
+SHA256 (qtads-2.1.6.tar.bz2) = 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8
+SIZE (qtads-2.1.6.tar.bz2) = 2523761

Added: head/games/qtads/files/patch-src-osqt.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/qtads/files/patch-src-osqt.h	Fri Feb 22 16:03:46 2013	(r312775)
@@ -0,0 +1,12 @@
+--- src/osqt.h.orig	2013-02-05 12:40:00.000000000 +0100
++++ src/osqt.h	2013-02-05 12:40:26.000000000 +0100
+@@ -35,6 +35,9 @@
+     #endif
+ #endif
+ 
++/* FreeBSD doesn't have ulong defined. */
++#undef OS_ULONG_DEFINED
++
+ #define OSNOUI_OMIT_OS_FPRINTZ
+ #define OSNOUI_OMIT_OS_FPRINT
+ #define OSNOUI_OMIT_OS_CVT_URL_DIR

Added: head/games/qtads/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/qtads/pkg-descr	Fri Feb 22 16:03:46 2013	(r312775)
@@ -0,0 +1,5 @@
+QTads is a cross-platform, multimedia interpreter for Tads games,
+compatible with HTML TADS. Both Tads versions in use today (Tads 2 and
+Tads 3) are supported.
+
+WWW: http://qtads.sourceforge.net/
_______________________________________________
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 2 Pawel Pekala freebsd_committer freebsd_triage 2013-02-22 16:04:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!