mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
comms/aldo: Updated to new version and changed Maintainer
* Switch MASTER_SITES to git snapshots from GNU Savannah * Add second WWW for source code origin * Correct the LICENSE to GNU GPLv2+, as stated on site and in file headers * Switch from gmake to autoreconf+make * Remove GNU_CONFIGURE_MANPREFIX as it's a default value from <bsd.port.mk> * Patch configure.ac for new version of the program * Improve pkg-descr * As per request of Scott Lambert and with agreement of Älven Älven now has MAINTAINERSHIP see PR for more details PR: ports/282898
This commit is contained in:
parent
94460adec7
commit
98ec15bd96
3 changed files with 25 additions and 14 deletions
|
@ -1,19 +1,19 @@
|
||||||
PORTNAME= aldo
|
PORTNAME= aldo
|
||||||
DISTVERSION= 0.7.7
|
DISTVERSION= 0.7.8
|
||||||
PORTREVISION= 4
|
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= SAVANNAH
|
MASTER_SITES= https://git.savannah.nongnu.org/cgit/${PORTNAME}.git/snapshot/
|
||||||
|
|
||||||
MAINTAINER= lambert@lambertfam.org
|
MAINTAINER= alster@vinterdalen.se
|
||||||
COMMENT= Morse code training program
|
COMMENT= Morse code training program
|
||||||
WWW= https://www.nongnu.org/aldo/
|
WWW= https://www.nongnu.org/aldo/ \
|
||||||
|
https://savannah.nongnu.org/projects/aldo/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
||||||
|
|
||||||
LIB_DEPENDS= libao.so:audio/libao
|
LIB_DEPENDS= libao.so:audio/libao
|
||||||
|
|
||||||
USES= compiler:c++0x gmake localbase tar:bzip2
|
USES= autoreconf compiler:c++0x localbase
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1521837318
|
TIMESTAMP = 1732219968
|
||||||
SHA256 (aldo-0.7.7.tar.bz2) = f1b8849d09267fff3c1f5122097d90fec261291f51b1e075f37fad8f1b7d9f92
|
SHA256 (aldo-0.7.8.tar.gz) = 2c1dca89e4b3fe6b71c9f75d65576ff314b1528fdf94aca84dc5ff7ade77552a
|
||||||
SIZE (aldo-0.7.7.tar.bz2) = 112000
|
SIZE (aldo-0.7.8.tar.gz) = 34628
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
Aldo is a Morse code tutor. At the moment it has four kinds of
|
Aldo is a Morse code tutor.
|
||||||
exercises: Classic exercise, the Koch method, Callsign exercise, and
|
|
||||||
exercises read from files.
|
At this moment Aldo has four kinds of exercises:
|
||||||
|
|
||||||
|
1. Classic exercise:
|
||||||
|
With this exercise you must guess some random strings of characters
|
||||||
|
that Aldo plays in Morse code.
|
||||||
|
2. Koch method.
|
||||||
|
3. Read from file:
|
||||||
|
With this exercise you can write something in a text file
|
||||||
|
and read this file with Aldo.
|
||||||
|
4. Call sign exercise:
|
||||||
|
With this exercise you can training yourself receiving random
|
||||||
|
generated call signs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue