svn commit: r312775 - in head/games: . qtads qtads/files
Pawel Pekala
pawel at FreeBSD.org
Fri Feb 22 16:03:49 UTC 2013
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 at 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 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= qtads
+PORTVERSION= 2.1.6
+CATEGORIES= games
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION}
+
+MAINTAINER= kaiwang27 at 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/
More information about the svn-ports-all
mailing list