Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2009 22:53:33 GMT
From:      zloidemon <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141204: New port: audio/mehdiaplayer audio player inspired by Sonata
Message-ID:  <200912052253.nB5MrXtY005741@www.freebsd.org>
Resent-Message-ID: <200912052300.nB5N05JD016640@freefall.freebsd.org>

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

>Number:         141204
>Category:       ports
>Synopsis:       New port: audio/mehdiaplayer audio player inspired by Sonata
>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:   Sat Dec 05 23:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     zloidemon
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #19: Fri Dec  4 19:21:02 KRAT 2009     root@zlobook.local:/usr/obj/usr/src/sys/zlobook  i386
>Description:
An audio player inspired by Sonata.
In fact, it's my first project with Qt, I developed it in order to apprehend the Qt framework.
>How-To-Repeat:

>Fix:
# 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:
#
#	mehdiaplayer
#	mehdiaplayer/Makefile
#	mehdiaplayer/distinfo
#	mehdiaplayer/pkg-descr
#
echo c - mehdiaplayer
mkdir -p mehdiaplayer > /dev/null 2>&1
echo x - mehdiaplayer/Makefile
sed 's/^X//' >mehdiaplayer/Makefile << 'cb259464b951c709b1881b9097560f6c'
X# New ports collection makefile for:	mehdiaplayer
X# Date created:		2009-11-12
X# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mehdiaplayer
XPORTVERSION=	0.2
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	A simple media player using Qt/Phonon
X
XUSE_BZIP2=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build phonon
X
XQMAKE_PRO=	${PORTNAME}.pro
X
XWRKSRC=		${WRKDIR}/dev
X
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-configure:
X	cd ${WRKSRC} && ${QMAKE}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
cb259464b951c709b1881b9097560f6c
echo x - mehdiaplayer/distinfo
sed 's/^X//' >mehdiaplayer/distinfo << '81af6224e9b09b4a77efe8c0eaf49654'
XMD5 (mehdiaplayer-0.2.tar.bz2) = 5144e5858f2075afe4d645c6943f509d
XSHA256 (mehdiaplayer-0.2.tar.bz2) = 6ccf8a05bcdca1eb1581ab3c45bbbe8cc43b1dabe1962c25d021d7343e2a17d5
XSIZE (mehdiaplayer-0.2.tar.bz2) = 64337
81af6224e9b09b4a77efe8c0eaf49654
echo x - mehdiaplayer/pkg-descr
sed 's/^X//' >mehdiaplayer/pkg-descr << 'c6210fc7af7eed860fd50d00552a5523'
XAn audio player inspired by Sonata.
XIn fact, it's my first project with Qt, I developed it in order to apprehend the
XQt framework.
X
XWWW:	http://code.google.com/p/mehdiaplayer/
c6210fc7af7eed860fd50d00552a5523
exit


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



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