Port details |
- gtkmmorse Graphical Morse Code Trainer
- 0.9.27_7 comms =3 0.9.27_7Version of this port present on the latest quarterly branch.
- Maintainer: hamradio@FreeBSD.org
- Port Added: 2012-04-27 21:41:16
- Last Update: 2024-02-22 14:02:19
- Commit Hash: 8dfe07a
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: education hamradio
- License: not specified in port
- WWW:
- https://www.nongnu.org/gtkmmorse/
- Description:
- GtkMMorse is a morse code learning tool which provides Koch and "Classic"
training methods
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gtkmmorse>0:comms/gtkmmorse
- To install the port:
- cd /usr/ports/comms/gtkmmorse/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/gtkmmorse
- pkg install gtkmmorse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gtkmmorse
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gtkmmorse-0.9.27.tar.bz2) = d511970004ee2826b8755938f7e96ff183f2bc59aa53bb3d8096896ce5f2ca93
SIZE (gtkmmorse-0.9.27.tar.bz2) = 96435
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libao.so : audio/libao
- libgtkmm-2.4.so : x11-toolkits/gtkmm24
- libgconfmm-2.6.so : devel/gconfmm26
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_gtkmmorse
- USES:
- compiler:c++11-lang pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.27_7 22 Feb 2024 14:02:19 |
Muhammad Moinur Rahman (bofh) |
comms/gtkmmorse: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.27_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.27_6 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
0.9.27_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.27_6 20 Nov 2020 07:16:06 |
adamw |
Add education virtual category
PR: 248402
Submitted by: PauAmma |
0.9.27_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.27_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.27_4 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.9.27_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.9.27_2 05 Apr 2017 11:28:15 |
bapt |
Fix build with recent libsigc++20 |
0.9.27_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.9.27_1 08 Apr 2016 04:26:33 |
shurd |
Change maintainer of my ham radio ports to hamradio@ |
0.9.27_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.9.27_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.27_1 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
0.9.27 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.9.27 18 Jun 2014 20:18:12 |
shurd |
Update my ports to use my shurd@FreeBSD.org account
Approved by: db, skreuzer (mentors) |
0.9.27 25 May 2014 09:50:40 |
miwi |
- Stage support
PR: 190187
Submitted by: maintainer |
0.9.27 24 Dec 2013 21:22:22 |
kwm |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
0.9.27 11 Dec 2013 15:10:44 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
0.9.27 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
0.9.27 02 Sep 2013 09:50:22 |
bapt |
Add an explicit dependency on pkgconf |
0.9.27 27 Apr 2012 21:40:25 |
pawel |
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> |