Date: Fri, 17 Jan 2025 19:02:23 GMT From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98ec15bd966d - main - comms/aldo: Updated to new version and changed Maintainer Message-ID: <202501171902.50HJ2NkQ093459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=98ec15bd966d6ff201e97c433109d328e8457dbb commit 98ec15bd966d6ff201e97c433109d328e8457dbb Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2025-01-17 18:57:38 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2025-01-17 19:02:18 +0000 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 --- comms/aldo/Makefile | 16 ++++++++-------- comms/aldo/distinfo | 6 +++--- comms/aldo/pkg-descr | 17 ++++++++++++++--- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index a2d31cc0f4a9..f9291b02cde2 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -1,19 +1,19 @@ PORTNAME= aldo -DISTVERSION= 0.7.7 -PORTREVISION= 4 +DISTVERSION= 0.7.8 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 -WWW= https://www.nongnu.org/aldo/ +WWW= https://www.nongnu.org/aldo/ \ + https://savannah.nongnu.org/projects/aldo/ -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2+ 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_MANPREFIX=${PREFIX}/share diff --git a/comms/aldo/distinfo b/comms/aldo/distinfo index c3513c6750b3..3b12cd5cd4d0 100644 --- a/comms/aldo/distinfo +++ b/comms/aldo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521837318 -SHA256 (aldo-0.7.7.tar.bz2) = f1b8849d09267fff3c1f5122097d90fec261291f51b1e075f37fad8f1b7d9f92 -SIZE (aldo-0.7.7.tar.bz2) = 112000 +TIMESTAMP = 1732219968 +SHA256 (aldo-0.7.8.tar.gz) = 2c1dca89e4b3fe6b71c9f75d65576ff314b1528fdf94aca84dc5ff7ade77552a +SIZE (aldo-0.7.8.tar.gz) = 34628 diff --git a/comms/aldo/pkg-descr b/comms/aldo/pkg-descr index 82c76de23900..b4bbcbfb3873 100644 --- a/comms/aldo/pkg-descr +++ b/comms/aldo/pkg-descr @@ -1,3 +1,14 @@ -Aldo is a Morse code tutor. At the moment it has four kinds of -exercises: Classic exercise, the Koch method, Callsign exercise, and -exercises read from files. +Aldo is a Morse code tutor. + +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501171902.50HJ2NkQ093459>