svn commit: r306965 - in head/comms/qrq: . files
Diane Bruce
db at FreeBSD.org
Sun Nov 4 13:47:59 UTC 2012
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 <mail at fkurz.net>
* 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 at 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 <bsd.port.mk>
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%%
More information about the svn-ports-head
mailing list