Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2010 19:43:15 GMT
From:      Konstantin Tokarev <annulen@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150509: New port: games/openpref (Preferans game)
Message-ID:  <201009121943.o8CJhFQM061463@www.freebsd.org>
Resent-Message-ID: <201009121950.o8CJo3qN013619@freefall.freebsd.org>

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

>Number:         150509
>Category:       ports
>Synopsis:       New port: games/openpref (Preferans game)
>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:   Sun Sep 12 19:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Tokarev
>Release:        
>Organization:
>Environment:
>Description:
OpenPref is an open source implementation of European trick-taking game
Preferans (also known as Preference). It is written using cross-platform
Qt4 framework and is portable between many operating systems including
Windows and major Unix flavours.

WWW: http://sourceforge.net/projects/openpref
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	openpref
#	openpref/Makefile
#	openpref/pkg-descr
#	openpref/pkg-plist
#	openpref/distinfo
#
echo c - openpref
mkdir -p openpref > /dev/null 2>&1
echo x - openpref/Makefile
sed 's/^X//' >openpref/Makefile << '83bf1242392e2849075f74f516260cad'
X# -*-mode: makefile-*-
X# New ports collection makefile for:   openpref
X# Date created:        4 October 2009
X# Whom:                annulen@users.sourceforge.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=		openpref
XPORTVERSION=		0.1.3
XPORTREVISION=		1
XCATEGORIES=		games
XMASTER_SITES=		SF
XMASTER_SITE_SUBDIR=	openpref/OpenPref-Qt4/${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=		annulen@yandex.ru
XCOMMENT=		Preferans game
X
XDIST_FILES=		${PORTNAME}-${PORTVERSION}
X
XUSE_QT_VER=		4
XQT_COMPONENTS=		corelib gui qmake_build moc_build rcc_build \
X			uic_build
X#MAN1=                  openpref.1
X#MANCOMPRESSED= yes
XSTRIP_FILES=           openpref
XHAS_CONFIGURE=         yes
XMAKE_JOBS_SAFE=        yes
X
X.include <bsd.port.pre.mk>
X
Xdo-configure:
X.if !defined(WITHOUT_NLS)
X	@(cd ${WRKSRC} && ${LOCALBASE}/bin/lrelease-qt4 -compress openpref.pro)
X.endif
X	@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} )
X
Xpost-install:
X	@${MKDIR} ${DATADIR}/i18n
X	@${INSTALL_PROGRAM} ${WRKSRC}/openpref ${LOCALBASE}/bin
X	@${INSTALL_DATA} ${WRKSRC}/openpref_ru.qm ${DATADIR}/i18n
X
X.include <bsd.port.post.mk>
83bf1242392e2849075f74f516260cad
echo x - openpref/pkg-descr
sed 's/^X//' >openpref/pkg-descr << '3b37cab70cc8841a62c2860db0ff0408'
XOpenPref is an open source implementation of European trick-taking game
XPreferans (also known as Preference). It is written using cross-platform
XQt4 framework and is portable between many operating systems including
XWindows and major Unix flavours.
X
XWWW: http://sourceforge.net/projects/openpref
3b37cab70cc8841a62c2860db0ff0408
echo x - openpref/pkg-plist
sed 's/^X//' >openpref/pkg-plist << 'ad8eff3016fca5c5188c44beec3f5087'
Xbin/openpref
Xshare/openpref/i18n/openpref_ru.qm
X@dirrm share/openpref/i18n
X@dirrm share/openpref
ad8eff3016fca5c5188c44beec3f5087
echo x - openpref/distinfo
sed 's/^X//' >openpref/distinfo << 'c785c3917f92404100c2e3a137cddaa7'
XMD5 (openpref-0.1.3.tar.gz) = 7b51607c2145f0063f405e159c6410bf
XSHA256 (openpref-0.1.3.tar.gz) = ee4d5c3ec6774a5baa25be04f411e3c4187d4326066c4cb2affdec40427815d3
XSIZE (openpref-0.1.3.tar.gz) = 191824
c785c3917f92404100c2e3a137cddaa7
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009121943.o8CJhFQM061463>