GtkMMorse is a morse code learning tool which provides Koch and "Classic"
training methods WWW: http://www.nongnu.org/gtkmmorse/ PR: ports/167351 Submitted by: Stephen Hurd <shurd@sasktel.net>
This commit is contained in:
parent
4ca066d77e
commit
9a03ab06f5
@ -49,6 +49,7 @@
|
||||
SUBDIR += grig
|
||||
SUBDIR += gscmxx
|
||||
SUBDIR += gsmlib
|
||||
SUBDIR += gtkmmorse
|
||||
SUBDIR += hamfax
|
||||
SUBDIR += hamlib
|
||||
SUBDIR += hcidump
|
||||
|
||||
27
comms/gtkmmorse/Makefile
Normal file
27
comms/gtkmmorse/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: morse
|
||||
# Date created: 2012-04-26
|
||||
# Whom: Stephen Hurd <shurd@sasktel.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkmmorse
|
||||
PORTVERSION= 0.9.27
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= shurd@sasktel.net
|
||||
COMMENT= Graphical Morse Code Trainer
|
||||
|
||||
LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \
|
||||
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
||||
gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/gtkmmorse
|
||||
MAN1= gtkmmorse.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
comms/gtkmmorse/distinfo
Normal file
2
comms/gtkmmorse/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gtkmmorse-0.9.27.tar.bz2) = d511970004ee2826b8755938f7e96ff183f2bc59aa53bb3d8096896ce5f2ca93
|
||||
SIZE (gtkmmorse-0.9.27.tar.bz2) = 96435
|
||||
10
comms/gtkmmorse/files/patch-astream.cc
Normal file
10
comms/gtkmmorse/files/patch-astream.cc
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/astream.cc.orig 2008-01-30 09:02:57.000000000 -0800
|
||||
+++ src/astream.cc 2012-04-26 20:04:36.000000000 -0700
|
||||
@@ -44,6 +44,7 @@
|
||||
m_format.channels = 2;
|
||||
m_format.rate = 44100;
|
||||
m_format.byte_format = AO_FMT_LITTLE;
|
||||
+ m_format.matrix=NULL;
|
||||
|
||||
ao_initialize();
|
||||
}
|
||||
4
comms/gtkmmorse/pkg-descr
Normal file
4
comms/gtkmmorse/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
GtkMMorse is a morse code learning tool which provides Koch and "Classic"
|
||||
training methods
|
||||
|
||||
WWW: http://www.nongnu.org/gtkmmorse/
|
||||
Loading…
x
Reference in New Issue
Block a user