From owner-svn-ports-all@FreeBSD.ORG Sat Dec 15 13:51:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 158F4D88; Sat, 15 Dec 2012 13:51:32 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EFE658FC13; Sat, 15 Dec 2012 13:51:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFDpVMX071541; Sat, 15 Dec 2012 13:51:31 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBFDpVfw071539; Sat, 15 Dec 2012 13:51:31 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201212151351.qBFDpVfw071539@svn.freebsd.org> From: Max Brazhnikov Date: Sat, 15 Dec 2012 13:51:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308947 - head/emulators/dboxfe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 13:51:32 -0000 Author: makc Date: Sat Dec 15 13:51:31 2012 New Revision: 308947 URL: http://svnweb.freebsd.org/changeset/ports/308947 Log: - Strip Makefile header - Install Desktop entries and icon - Pass QMAKEFLAGS to qmake (as a result post-configure fixes are needless now) - Mark MAKE_JOBS_SAFE - Update COMMENT, description, WWW - Reformat description with `fmt -s' Modified: head/emulators/dboxfe/Makefile (contents, props changed) head/emulators/dboxfe/pkg-descr (contents, props changed) Modified: head/emulators/dboxfe/Makefile ============================================================================== --- head/emulators/dboxfe/Makefile Sat Dec 15 13:50:08 2012 (r308946) +++ head/emulators/dboxfe/Makefile Sat Dec 15 13:51:31 2012 (r308947) @@ -1,44 +1,39 @@ -# New ports collection makefile for: dboxfe -# Date created: 2007-12-08 -# Whom: Max Brazhnikov -# # $FreeBSD$ -# PORTNAME= dboxfe PORTVERSION= 0.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= makc@FreeBSD.org -COMMENT= A Qt4 front-end to DOSBox +COMMENT= Qt4 based configuration manager for DOSBox RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox USE_BZIP2= yes USE_QT4= gui network xml uic_build moc_build qmake_build rcc_build HAS_CONFIGURE= yes +MAKE_JOBS_SAFE= yes -PLIST_FILES= bin/dboxfe bin/dboxfetray - -.include +PLIST_FILES= bin/dboxfe \ + bin/dboxfetray \ + share/pixmaps/dboxfe.png + +DESKTOP_ENTRIES= "DBoxFE" "DOSBox configuration manager" \ + "${PREFIX}/share/pixmaps/dboxfe.png" \ + "dboxfe" "Utility;Qt;" false \ + "DBoxFEtray" "DBoxFE systray icon" \ + "${PREFIX}/share/pixmaps/dboxfe.png" \ + "dboxfetray" "Utility;Qt;TrayIcon;" false PRO_DIRS= . dboxfetray do-configure: .for dir in ${PRO_DIRS} - @(cd ${WRKSRC}/${dir} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE}) -.endfor - -post-configure: -.for dir in ${PRO_DIRS} - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/${dir}/Makefile + @(cd ${WRKSRC}/${dir} && \ + ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}) .endfor do-build: @@ -49,5 +44,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dboxfe ${PREFIX}/bin/dboxfe ${INSTALL_PROGRAM} ${WRKSRC}/bin/dboxfetray ${PREFIX}/bin/dboxfetray + ${INSTALL_DATA} ${WRKSRC}/dboxfetray/res/dboxfetray.png \ + ${PREFIX}/share/pixmaps/dboxfe.png -.include +.include Modified: head/emulators/dboxfe/pkg-descr ============================================================================== --- head/emulators/dboxfe/pkg-descr Sat Dec 15 13:50:08 2012 (r308946) +++ head/emulators/dboxfe/pkg-descr Sat Dec 15 13:51:31 2012 (r308947) @@ -1,6 +1,4 @@ -DBoxFE is a Qt4 frontend for DOSBox. With DBoxFE you can create and -manage your configuration files very easily, which are needed by -DOSBox. In addition it's also possible to create gameprofiles to -generate different configuration files +DBoxFE is a Qt4 frontend for DOSBox. With DBoxFE you can easily +create and manage configuration profiles for DOSBox. -WWW: http://chmaster.freeforge.net/dboxfe-project.htm +WWW: http://chm-projects.de/?q=dboxfe