FreeBSD comms : xlog4>
Amateur Radio logging application
Xlog is an Amateur Radio station logger. Xlog is able to do
DXCC lookups and will display country information, CQ and ITU zone,
location in latitude and longitude and distance and heading in
kilometers or miles, both for short and long path. Locator distance
and heading calculation for VHF logging is also supported.
Xlog supports cabrillo and ADIF and can import twlog and editest files.
It also has the ability to customise log fields which makes it ideal for
use in those countries that have odd logging rules such as the U.K. Also
included is the ability to log using the FCC emissions codes.
There is a new format for exporting the log called 'labels'. This will
save some fields of the log in a TAB separated file. This file can be
imported into glabels (deskutils/glabels) using the template
called qsllabels.glabels in the xlog /usr/local/share/xlog directory.
http://pg4i.chronos.org.uk/linux/xlog.html
|
xlog history
v. 1.38
date: 2007/12/13 15:27:57; author: tabthorpe; state: Exp; lines: +1 -2
- Update to 1.6.2
PR: ports/118424
Submitted by: Matt Dawson (maintainer)
v. 1.37
date: 2007/10/24 23:35:01; author: marcus; state: Exp; lines: +7 -2
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.36
date: 2007/07/23 09:35:36; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.35
date: 2007/05/19 20:00:59; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.34
date: 2007/03/09 12:16:10; author: nivit; state: Exp; lines: +10 -8
- Updated to 1.5
- Added USE_GETTEXT, WITHOUT_NLS
- Fixed typo in pkg-descr
PR: ports/109769
Submitted by: Matt Dawson (maintainer)
v. 1.33
date: 2006/09/16 15:31:15; author: rafan; state: Exp; lines: +4 -4
- Move into LOCALBASE
- Change MASTER_SITES address, WWW entry
- Change maintainer's email address
- Workaround for autoconf 2.60 (mandir)
PR: ports/103303
Submitted by: Matt Dawson (maintainer)
v. 1.32
date: 2006/03/19 00:28:20; author: pav; state: Exp; lines: +1 -1
- Update to 1.3.1
PR: ports/94664
Submitted by: Matt Dawson (maintainer)
v. 1.31
date: 2006/01/21 17:37:07; author: krion; state: Exp; lines: +1 -1
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6]
- Fix warning issued during make index on archs !368. [7]
- Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from
all files under ${WRKSRC}. If set to a string, remove in all files
under ${WRKSRC} with one of these names the ^Ms. [8]
- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
checking the existance of the Perl modules with the "perl -e 'use
module;'" command. [9]
- Fix bsd.port.mk variable quoting issues. No quoting is necessary
anymore either in the Makefile or on the command line. Affected
variables include:
BROKEN
FORBIDDEN
IGNORE
MANUAL_PACKAGE_BUILD
NO_CDROM
NO_PACKAGE
RESTRICTED
[10]
- Add NOFETCHFILES variable. If set, don't download these files
from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
${MASTER_SITE_OVERRIDE}). [11]
- Improve 'search' target output. [12]
- Add a new virtual category for Amateur Radio - hamradio. [13]
- Cleanup some old/unused pathes in bsd.port.mk. [14]
- Add @dirrmtry for plists which does the same as:
"@unexec rmdir %D/foo 2>/dev/null || true" [15]
- Remove virtual category - offix. [16]
- Use portsnap instead of cvsup or cvs on "make update" in
/usr/ports. [17]
- Move location of bsd.autotools.mk within bsd.port.mk [18]
- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]
- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]
- Replace the string "FreeBSD" by "The FreeBSD Project" in the
security warning [21]
- Add bsd.local.mk for local modification to ports framework. [22]
- Replace rcNG spelling by rc.d [23]
- Remove superfluous USE_REINPLACE. [24]
Special thanks to: linimon for spending hours with all these patches
clement for fixes
kris for help with pointyhat
PR: ports/86310 [1], ports/89498 [2], ports/83530 [3],
ports/83789 [4], ports/84053 [5], ports/86281 [6],
ports/87214 [7], ports/87234 [8], ports/87318 [9],
ports/87396 [10], ports/87605 [11], ports/87840 [12],
ports/88230 [13], ports/88493 [14], ports/88711 [15],
ports/88751 [16], ports/89281 [17], ports/89999 [18],
ports/90031 [19], ports/90150 [20], ports/90668 [21],
ports/91433 [23], ports/88754 [24]
Submitted by: mi [1], marcus [2], Lars Engels [3],
pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
edwin [8, 9, 11, 15, 21],
fenner [10], Arseny Nasokin [12],
Carl Makin [13], arved [14],
NIIMI Satoshi [17], thierry [18],
jylefort [19], linimon [22], dougb [23]
v. 1.30
date: 2005/12/22 00:20:03; author: pav; state: Exp; lines: +2 -2
- Update to 1.3
PR: ports/90768
Submitted by: Matt Dawson (maintainer)
v. 1.29
date: 2005/11/05 05:19:19; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.28
date: 2005/06/15 14:11:01; author: arved; state: Exp; lines: +1 -3
Unbreak by adding dependency on gtk20.
v. 1.27
date: 2005/06/11 23:45:50; author: kris; state: Exp; lines: +2 -0
BROKEN: Configure fails
v. 1.26
date: 2005/04/11 16:31:33; author: flz; state: Exp; lines: +1 -1
- Upadte to 1.2.2.
PR: ports/79793
Submitted by: maintainer
v. 1.25
date: 2005/04/05 19:36:03; author: pav; state: Exp; lines: +1 -2
- Update to 1.2
PR: ports/79553
Submitted by: Matt Dawson (maintainer)
v. 1.24
date: 2005/03/16 21:47:44; author: mezz; state: Exp; lines: +1 -1
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
v. 1.23
date: 2005/03/12 10:52:40; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.22
date: 2005/03/01 09:12:44; author: ahze; state: Exp; lines: +1 -4
- Update to 1.1
PR: ports/78162
Submitted by: maintainer
v. 1.21
date: 2004/12/30 21:35:49; author: pav; state: Exp; lines: +1 -0
- Deal with empty directories left behind
v. 1.20
date: 2004/12/17 09:35:28; author: krion; state: Exp; lines: +2 -0
Since it doesn't build on alpha, use NOT_FOR_ARCHS knob.
PR: ports/75141
Submitted by: maintainer
v. 1.19
date: 2004/12/11 20:03:29; author: sem; state: Exp; lines: +1 -1
- Update to 1.0
PR: ports/74941
Submitted by: maintainer
v. 1.18
date: 2004/12/08 20:06:33; author: pav; state: Exp; lines: +1 -2
- Update to 0.9.12
PR: ports/74804
Submitted by: Matt Dawson (maintainer)
v. 1.17
date: 2004/11/15 22:26:04; author: pav; state: Exp; lines: +3 -3
- Update to 0.9.11
PR: ports/73943
Submitted by: Matt Dawson (maintainer)
v. 1.16
date: 2004/11/07 22:36:03; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.15
date: 2004/11/05 14:57:48; author: pav; state: Exp; lines: +2 -3
- Update to 0.9.10
PR: ports/73453
Submitted by: Matt Dawson (maintainer)
v. 1.14
date: 2004/07/08 19:35:06; author: vs; state: Exp; lines: +1 -0
Fix for gnome-libs induced breakage.
PR: ports/68818
Submitted by: maintainer
v. 1.13
date: 2004/06/05 13:45:40; author: pav; state: Exp; lines: +1 -1
- Drop indirect dependency
- Shorten pkg-descr
PR: ports/67604
Submitted by: Matt Dawson (maintainer)
v. 1.12
date: 2004/06/03 20:51:03; author: pav; state: Exp; lines: +1 -1
- Give maintainership to volunteer
Submitted by: Matt Dawson
v. 1.11
date: 2004/06/03 14:49:35; author: pav; state: Exp; lines: +9 -18
- Update to 0.9.6 and unbreak
PR: ports/66778
Submitted by: Matt Dawson
v. 1.10
date: 2004/06/02 22:17:13; author: patrick; state: Exp; lines: +1 -1
Putting commit bit in storage. I don't have the time
to work on FreeBSD for now. Should have done this a while back.
v. 1.9
date: 2004/04/19 04:47:10; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.8
date: 2004/04/05 03:30:41; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.7
date: 2004/03/19 22:49:50; author: kris; state: Exp; lines: +4 -0
BROKEN on alpha 4.x: Does not compile
v. 1.6
date: 2004/02/24 19:40:06; author: krion; state: Exp; lines: +9 -8
- Fix INDEX build
No cookies for: patrick
v. 1.5
date: 2004/02/24 16:30:29; author: patrick; state: Exp; lines: +7 -3
Merge in port changes
PR: 61770
Submitted by: Matt Dawson
v. 1.4
date: 2004/02/04 16:15:04; author: patrick; state: Exp; lines: +12 -5
Update to 0.9.1
v. 1.3
date: 2004/02/04 05:18:59; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.2
date: 2003/03/07 05:57:38; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.1
date: 2002/11/05 19:14:30; author: patrick; state: Exp;
Create port for xlog, an amateur radio logging app
=============================================================================
|