diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-22 00:20:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-22 00:20:03 +0000 |
commit | 1251e5ff2a5c477e762450f0e2e4bb0299ba2cba (patch) | |
tree | 01b9248ae536a7d9493b9d80290a028fc79b622f /comms/xlog | |
parent | 762aa1d96a9a4501996dbf4a45e169d81e0a4a48 (diff) | |
download | ports-1251e5ff2a5c477e762450f0e2e4bb0299ba2cba.tar.gz ports-1251e5ff2a5c477e762450f0e2e4bb0299ba2cba.zip |
Notes
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 4 | ||||
-rw-r--r-- | comms/xlog/distinfo | 5 | ||||
-rw-r--r-- | comms/xlog/files/patch-src-main.c | 11 | ||||
-rw-r--r-- | comms/xlog/pkg-descr | 7 | ||||
-rw-r--r-- | comms/xlog/pkg-plist | 2 |
5 files changed, 18 insertions, 11 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index cc0b7e919bbe..361b7e6154d4 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -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 diff --git a/comms/xlog/distinfo b/comms/xlog/distinfo index 15aeca90a752..a965962455a1 100644 --- a/comms/xlog/distinfo +++ b/comms/xlog/distinfo @@ -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 diff --git a/comms/xlog/files/patch-src-main.c b/comms/xlog/files/patch-src-main.c new file mode 100644 index 000000000000..a7c89ee7ab32 --- /dev/null +++ b/comms/xlog/files/patch-src-main.c @@ -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 diff --git a/comms/xlog/pkg-descr b/comms/xlog/pkg-descr index a637e7df26f0..6fecb5101b37 100644 --- a/comms/xlog/pkg-descr +++ b/comms/xlog/pkg-descr @@ -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 diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index 1125497c284a..f97805bc18a0 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -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 |