From owner-svn-ports-head@FreeBSD.ORG Sun Nov 4 13:47:59 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B1843ED; Sun, 4 Nov 2012 13:47:59 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 72E388FC15; Sun, 4 Nov 2012 13:47:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA4DlxYp000920; Sun, 4 Nov 2012 13:47:59 GMT (envelope-from db@svn.freebsd.org) Received: (from db@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA4DlxWN000915; Sun, 4 Nov 2012 13:47:59 GMT (envelope-from db@svn.freebsd.org) Message-Id: <201211041347.qA4DlxWN000915@svn.freebsd.org> From: Diane Bruce Date: Sun, 4 Nov 2012 13:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306965 - in head/comms/qrq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 13:47:59 -0000 Author: db Date: Sun Nov 4 13:47:58 2012 New Revision: 306965 URL: http://svn.freebsd.org/changeset/ports/306965 Log: 0.3.0 / 2011-12-18 Fabian Kurz * New platform: Windows (with MINGW), thanks to SP8QED for patches * CW Settings can be changed during attempts on the fly (F5) * Attempts can be aborted without aborting the whole program * A pretty new icon (thanks to Victoria, SV2KBS) Feature safe: yes Modified: head/comms/qrq/Makefile (contents, props changed) head/comms/qrq/distinfo (contents, props changed) head/comms/qrq/files/patch-Makefile (contents, props changed) head/comms/qrq/pkg-plist (contents, props changed) Modified: head/comms/qrq/Makefile ============================================================================== --- head/comms/qrq/Makefile Sun Nov 4 13:05:04 2012 (r306964) +++ head/comms/qrq/Makefile Sun Nov 4 13:47:58 2012 (r306965) @@ -1,12 +1,7 @@ -# ports collection makefile for: qrq -# Date created: 1 July 2007 -# Whom: db -# # $FreeBSD$ -# PORTNAME= qrq -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/qrq/ \ ${MASTER_SITE_LOCAL} @@ -15,6 +10,8 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM +LICENSE= GPLv2 + MAN1= qrq.1 USE_GMAKE= yes @@ -23,4 +20,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile +post-install: + ${INSTALL_DATA} ${WRKSRC}/qrq.png ${DATADIR}/qrq.png + .include Modified: head/comms/qrq/distinfo ============================================================================== --- head/comms/qrq/distinfo Sun Nov 4 13:05:04 2012 (r306964) +++ head/comms/qrq/distinfo Sun Nov 4 13:47:58 2012 (r306965) @@ -1,2 +1,2 @@ -SHA256 (qrq-0.2.1.tar.gz) = 66e810845d34c7da2c7ecf432318a446b0ac7b8a6239032022d58f5cce282071 -SIZE (qrq-0.2.1.tar.gz) = 120121 +SHA256 (qrq-0.3.0.tar.gz) = 26f8add86404037f7db8b5a6727923df57355bf92b3e40fab5e02cdd0a71044f +SIZE (qrq-0.3.0.tar.gz) = 130970 Modified: head/comms/qrq/files/patch-Makefile ============================================================================== --- head/comms/qrq/files/patch-Makefile Sun Nov 4 13:05:04 2012 (r306964) +++ head/comms/qrq/files/patch-Makefile Sun Nov 4 13:47:58 2012 (r306965) @@ -1,9 +1,9 @@ ---- Makefile.orig 2011-09-19 16:01:41.000000000 -0400 -+++ Makefile 2011-09-20 17:38:45.000000000 -0400 +--- Makefile.orig 2011-12-18 16:35:50.000000000 -0500 ++++ Makefile 2012-11-03 07:46:51.000000000 -0500 @@ -1,14 +1,14 @@ # qrq Makefile -- Fabian Kurz, DJ1YFK -- http://fkurz.net/ham/qrq.html - VERSION=0.2.1 + VERSION=0.3.0 -DESTDIR?=/usr +DESTDIR?=%%PREFIX%% @@ -15,18 +15,18 @@ -USE_PA=YES +USE_PA=NO - # set to YES if building on OSX - OSX_PLATFORM=NO -@@ -23,7 +23,7 @@ + # set to YES if you compile with MINGW32 + USE_WIN32=NO +@@ -26,7 +26,7 @@ endif - CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" + CFLAGS:=$(CFLAGS) -D DESTDIR=\"$(DESTDIR)\" -D VERSION=\"$(VERSION)\" -I. -CC=gcc +CC?=gcc ifeq ($(USE_CA), YES) OBJECTS=qrq.o coreaudio.o -@@ -88,11 +88,11 @@ +@@ -96,11 +96,11 @@ install: qrq install -d -v $(DESTDIR)/share/qrq/ Modified: head/comms/qrq/pkg-plist ============================================================================== --- head/comms/qrq/pkg-plist Sun Nov 4 13:05:04 2012 (r306964) +++ head/comms/qrq/pkg-plist Sun Nov 4 13:47:58 2012 (r306965) @@ -3,5 +3,6 @@ bin/qrqscore %%DATADIR%%/callbase.qcb %%DATADIR%%/english.qcb %%DATADIR%%/qrqrc +%%DATADIR%%/qrq.png %%DATADIR%%/toplist @dirrm %%DATADIR%%