mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.3
PR: ports/90768 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
This commit is contained in:
parent
762aa1d96a
commit
1251e5ff2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151807
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xlog
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://pg4i.mattsnetwork.co.uk/download/ \
|
||||
http://www.qsl.net/pg4i/download/
|
||||
@ -17,6 +16,7 @@ COMMENT= Amateur Radio logging application
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= libgnomeprint gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-mime-update
|
||||
|
||||
.if defined(WITH_HAMLIB)
|
||||
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (xlog-1.2.2.tar.gz) = 5859bd49512a2128fde35aa72c9d4e25
|
||||
SIZE (xlog-1.2.2.tar.gz) = 798514
|
||||
MD5 (xlog-1.3.tar.gz) = db51e1f24876bd59d46b802fabcc5dc3
|
||||
SHA256 (xlog-1.3.tar.gz) = c11c6e20fb26ef9b806694b428a0eed554e3e23f8bb2b6706590379d1fc1ae7a
|
||||
SIZE (xlog-1.3.tar.gz) = 789189
|
||||
|
11
comms/xlog/files/patch-src-main.c
Normal file
11
comms/xlog/files/patch-src-main.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/main.c.orig Wed Dec 21 21:07:21 2005
|
||||
+++ ./src/main.c Wed Dec 21 21:07:42 2005
|
||||
@@ -37,7 +37,7 @@
|
||||
#include <sys/msg.h>
|
||||
#endif
|
||||
|
||||
-#if defined(WANT_HAMLIB)
|
||||
+#if WANT_HAMLIB
|
||||
#include <hamlib/rig.h>
|
||||
#include "hamlib-utils.h"
|
||||
#endif
|
@ -1,7 +1,3 @@
|
||||
News: It's gone stable! After years of development, xlog is now
|
||||
considered stable and ready for prime-time. Congratulations to
|
||||
Joop, PG4I, who has put in so much work, effort and time.
|
||||
|
||||
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
|
||||
@ -10,7 +6,8 @@ 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.
|
||||
use in those countries that have odd logging rules such as the U.K. Also
|
||||
included is the ability to log using the FCC emmissions 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
|
||||
|
@ -5,7 +5,6 @@ share/applnk/Applications/xlog.desktop
|
||||
share/mime-info/xlog.keys
|
||||
share/mime-info/xlog.mime
|
||||
share/mime/packages/xlog.xml
|
||||
share/mime/text/x-xlog.xml
|
||||
share/mimelnk/text/x-xlog.desktop
|
||||
share/pixmaps/gnome-mime-text-x-xlog.png
|
||||
share/pixmaps/xlog/cwdaemon.png
|
||||
@ -43,7 +42,6 @@ share/pixmaps/xlog/xlog.xpm
|
||||
%%DATADIR%%/THANKS
|
||||
%%DATADIR%%/TODO
|
||||
%%DATADIR%%/dxcc/cty.dat
|
||||
%%DATADIR%%/dxcc/xlog.dat
|
||||
%%DATADIR%%/images/xlog-defaultsdialog.png
|
||||
%%DATADIR%%/images/xlog-dupecheckdialog.png
|
||||
%%DATADIR%%/images/xlog-keyerwindow.png
|
||||
|
Loading…
Reference in New Issue
Block a user