From relaxbsd@gmail.com  Tue Jul 31 07:01:33 2007
Return-Path: <relaxbsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D5DBF16A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 Jul 2007 07:01:33 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184])
	by mx1.freebsd.org (Postfix) with ESMTP id ADA1E13C458
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 Jul 2007 07:01:33 +0000 (UTC)
	(envelope-from relaxbsd@gmail.com)
Received: by rv-out-0910.google.com with SMTP id f1so447537rvb
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 Jul 2007 00:01:32 -0700 (PDT)
Received: by 10.141.167.5 with SMTP id u5mr2099041rvo.1185865292174;
        Tue, 31 Jul 2007 00:01:32 -0700 (PDT)
Received: from relaxbsd@gmail.com ( [222.242.93.149])
        by mx.google.com with ESMTPS id b24sm6436614rvf.2007.07.31.00.01.27
        (version=SSLv3 cipher=OTHER);
        Tue, 31 Jul 2007 00:01:31 -0700 (PDT)
Received: by relaxbsd@gmail.com (sSMTP sendmail emulation); Tue, 31 Jul 2007 14:58:56 +0800
Message-Id: <46aede4b.18b38c0a.1acb.5d74@mx.google.com>
Date: Tue, 31 Jul 2007 14:58:56 +0800
From: Yinghong.Liu <relaxbsd@gmail.com>
Reply-To: relaxbsd@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: relaxbsd@gmail.com
Subject: New ports:misc/itest;misc/itestwri A Qt application consisting of a Database Editor and a Test Writer designed for easy computerised examination
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115074
>Category:       ports
>Synopsis:       New ports:misc/itest;misc/itestwri A Qt application consisting of a Database Editor and a Test Writer designed for easy computerised examination
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 07:10:01 GMT 2007
>Closed-Date:    Mon Sep 17 13:12:13 GMT 2007
>Last-Modified:  Mon Sep 17 13:12:13 GMT 2007
>Originator:     Yinghong.Liu
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD relaxbsd.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jun 3 12:43:41 CST 2007 root@relaxbsd.org:/usr/src/sys/i386/compile/RELAXBSD i386


	
>Description:
Test is a simple programme which allows you to take advantage ofthe best
of computerised examination.

iTest consists of two programmes:
* The Database Editor - question/answer database and exam server
* The Test Writer - the programme installed on each client computer

iTest makes it easy to:
* Create and organise a database of questions and answers
* Set up a server and a printer
* Connect a client computer for each student, which generates a test
  according to your server settings

WWW: http://itest.sourceforge.net/
Author: michal.tomlein@gmail.com

port:misc/itest is as a master port and misc/itestwri as a slave port.
	
>How-To-Repeat:
	
>Fix:

	

--- itest.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:
#
#	itest/
#	itest/Makefile
#	itest/distinfo
#	itest/pkg-descr
#	itest/pkg-plist
#
echo c - itest/
mkdir -p itest/ > /dev/null 2>&1
echo x - itest/Makefile
sed 's/^X//' >itest/Makefile << 'END-of-itest/Makefile'
X# New ports collection makefile for:	itest
X# Date created:		29 Jul 2007
X# Whom:                	Yinghong.Liu <relaxbsd@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	itest
XDISTVERSION=	1.1.1
XCATEGORIES=	misc kde
XMASTER_SITES=	SF
XPKGNAMESUFFIX?=	-database_editor
XDISTNAME=	iTest-${DISTVERSION}-src
X
XMAINTAINER=	relaxbsd@gmail.com
XCOMMENT?=	A Database Editor designed for easy computerised examination
X
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui network qmake uic rcc moc linguist
X
X.if ${PKGNAMESUFFIX} == "-database_editor"
XPRONAME=	iTest
X.elif ${PKGNAMESUFFIX} == "-test_writer"
XPRONAME=	iTestWri
X.endif
XWRKSRC=		${WRKDIR}/${DISTNAME}/${PKGNAMESUFFIX:S/-//}
XPIXNAME!=	echo '${PRONAME}' | tr '[A-Z]' '[a-z]'
XDOCSDIR=	share/doc/${PIXNAME}
XPLIST_SUB=	PRONAME=${PRONAME} PIXNAME=${PIXNAME} DOCSDIR=${DOCSDIR}
XDESKTOP_ENTRIES="${PRONAME}" \
X		"${COMMENT}" \
X		"${PIXNAME}" \
X		"${PRONAME}" \
X		"Qt;KDE;Education;Teaching;" \
X		"false"
X
XLRELEASE=	${QT_PREFIX}/bin/lrelease-qt4
X
Xpre-build:
X	@${LRELEASE} ${WRKSRC}/${PRONAME}.pro
X	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/../${PRONAME} ${PREFIX}/bin
X	@${INSTALL_DATA} ${WRKSRC}/../${PIXNAME}.png ${PREFIX}/share/pixmaps
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/${DOCSDIR}
X.for doc in gpl.txt readme.txt
X	@${INSTALL_DATA} ${WRKSRC}/../${doc} ${PREFIX}/${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-itest/Makefile
echo x - itest/distinfo
sed 's/^X//' >itest/distinfo << 'END-of-itest/distinfo'
XMD5 (iTest-1.1.1-src.tar.gz) = da894709ebdbe7ea5d1e2b81513185a6
XSHA256 (iTest-1.1.1-src.tar.gz) = f0f3fba3a2679461280575ff65ed64feb45e172eeaef916c9fcc97a0bdc0a8d7
XSIZE (iTest-1.1.1-src.tar.gz) = 618832
END-of-itest/distinfo
echo x - itest/pkg-descr
sed 's/^X//' >itest/pkg-descr << 'END-of-itest/pkg-descr'
XTest is a simple programme which allows you to take advantage ofthe best
Xof computerised examination.
X
XiTest consists of two programmes:
X* The Database Editor - question/answer database and exam server
X* The Test Writer - the programme installed on each client computer
X
XiTest makes it easy to:
X* Create and organise a database of questions and answers
X* Set up a server and a printer
X* Connect a client computer for each student, which generates a test
X  according to your server settings
X
XWWW: http://itest.sourceforge.net/
XAuthor: michal.tomlein@gmail.com
END-of-itest/pkg-descr
echo x - itest/pkg-plist
sed 's/^X//' >itest/pkg-plist << 'END-of-itest/pkg-plist'
Xbin/%%PRONAME%%
Xshare/pixmaps/%%PIXNAME%%.png
X%%PORTDOCS%%%%DOCSDIR%%/gpl.txt
X%%PORTDOCS%%%%DOCSDIR%%/readme.txt
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-itest/pkg-plist
exit
--- itest.shar ends here ---

--- itestwri.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:
#
#	itestwri
#	itestwri/Makefile
#
echo c - itestwri
mkdir -p itestwri > /dev/null 2>&1
echo x - itestwri/Makefile
sed 's/^X//' >itestwri/Makefile << 'END-of-itestwri/Makefile'
X# New ports collection makefile for:	itestwri
X# Date created:		29 Jul 2007
X# Whom:                	Yinghong.Liu <relaxbsd@gmail.com>
X#
X# $FreeBSD$
X#
X
XPKGNAMESUFFIX=	-test_writer
X
XCOMMENT=	A Test Writer designed for easy computerised examination
X
XMASTERDIR=	${.CURDIR}/../../misc/itest
X
X.include "${MASTERDIR}/Makefile"
END-of-itestwri/Makefile
exit
--- itestwri.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Aug 20 16:02:35 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115074 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Thu Aug 23 14:39:40 UTC 2007 
State-Changed-Why:  
Ask for maintainer fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115074 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 17 13:12:09 UTC 2007 
State-Changed-Why:  
Maintainer/Feedback timeout. Please feel free to submit a follow-up for 
this PR ticket if you can come up with a solution. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115074 
>Unformatted:
