Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 17:19:21 +0100 (CET)
From:      Kai Wang <kaiwang27@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175863: [NEW PORT] games/qtads: A cross-platform multimedia interpreter for TADS games
Message-ID:  <201302051619.r15GJLe0071642@localhost.my.domain>
Resent-Message-ID: <201302051630.r15GU02S084455@freefall.freebsd.org>

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

>Number:         175863
>Category:       ports
>Synopsis:       [NEW PORT] games/qtads: A cross-platform multimedia interpreter for TADS games
>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:   Tue Feb 05 16:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kai Wang
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD xxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243935: Fri Dec  7 07:11:25
>Description:
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)
>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:
#
#	qtads
#	qtads/Makefile
#	qtads/distinfo
#	qtads/pkg-descr
#	qtads/files
#	qtads/files/patch-src-osqt.h
#
echo c - qtads
mkdir -p qtads > /dev/null 2>&1
echo x - qtads/Makefile
sed 's/^X//' >qtads/Makefile << '589d06b2c5bb67a08b95234d7b35338b'
X# Created by: Kai Wang <kaiwang27@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	qtads
XPORTVERSION=	2.1.6
XCATEGORIES=	games
XMASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION}
X
XMAINTAINER=	kaiwang27@gmail.com
XCOMMENT=	A cross-platform multimedia interpreter for TADS games
X
XLICENSE=	GPLv2
XLICENSE_FILE=	${WRKSRC}/COPYING
X
XPLIST_FILES=	bin/qtads
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_QT4=	gui moc_build qmake_build rcc_build uic_build
XUSE_SDL=	sdl mixer sound
X
XMAKE_JOBS_SAFE=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-configure:
X	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.post.mk>
589d06b2c5bb67a08b95234d7b35338b
echo x - qtads/distinfo
sed 's/^X//' >qtads/distinfo << 'cd1ba22f1efcbe2c801824a8379729bf'
XSHA256 (qtads-2.1.6.tar.bz2) = 33f29b4c1b225f1a1e7ad1405a1bb7eb8ec4b1d567eac48a120071f7793373c8
XSIZE (qtads-2.1.6.tar.bz2) = 2523761
cd1ba22f1efcbe2c801824a8379729bf
echo x - qtads/pkg-descr
sed 's/^X//' >qtads/pkg-descr << 'f6d41778d291ec9dfafc184630542446'
XQTads is a cross-platform, multimedia interpreter for Tads games,
Xcompatible with HTML TADS. Both Tads versions in use today (Tads 2 and
XTads 3) are supported.
X
XWWW: http://qtads.sourceforge.net/
f6d41778d291ec9dfafc184630542446
echo c - qtads/files
mkdir -p qtads/files > /dev/null 2>&1
echo x - qtads/files/patch-src-osqt.h
sed 's/^X//' >qtads/files/patch-src-osqt.h << '53d2321f19334098ee03fcd6f9d65443'
X--- src/osqt.h.orig	2013-02-05 12:40:00.000000000 +0100
X+++ src/osqt.h	2013-02-05 12:40:26.000000000 +0100
X@@ -35,6 +35,9 @@
X     #endif
X #endif
X 
X+/* FreeBSD doesn't have ulong defined. */
X+#undef OS_ULONG_DEFINED
X+
X #define OSNOUI_OMIT_OS_FPRINTZ
X #define OSNOUI_OMIT_OS_FPRINT
X #define OSNOUI_OMIT_OS_CVT_URL_DIR
53d2321f19334098ee03fcd6f9d65443
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?201302051619.r15GJLe0071642>