Date: Wed, 7 Jan 2015 14:53:00 +0000 (UTC) From: Stephen Hurd <shurd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376464 - in head: . comms comms/klog comms/klog/files Message-ID: <201501071453.t07Er0BS030714@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shurd Date: Wed Jan 7 14:53:00 2015 New Revision: 376464 URL: https://svnweb.freebsd.org/changeset/ports/376464 QAT: https://qat.redports.org/buildarchive/r376464/ Log: Ressurect klog - a simple QSO logger for Amateur radio Added: head/comms/klog/ - copied from r323747, head/comms/klog/ Deleted: head/comms/klog/files/ head/comms/klog/pkg-plist Modified: head/MOVED head/comms/Makefile head/comms/klog/Makefile head/comms/klog/distinfo (contents, props changed) head/comms/klog/pkg-descr (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Wed Jan 7 12:50:54 2015 (r376463) +++ head/MOVED Wed Jan 7 14:53:00 2015 (r376464) @@ -4453,7 +4453,6 @@ cad/vipec||2013-07-26|Has expired: Depen chinese/kde3-i18n-zh_CN||2013-07-26|Has expired: Depends on Qt 3.x chinese/kde3-i18n-zh_TW||2013-07-26|Has expired: Depends on Qt 3.x comms/kallers||2013-07-26|Has expired: Depends on Qt 3.x -comms/klog||2013-07-26|Has expired: Depends on Qt 3.x comms/kmobiletools||2013-07-26|Has expired: Depends on Qt 3.x comms/kpsk||2013-07-26|Has expired: Depends on Qt 3.x comms/ktrack||2013-07-26|Has expired: Depends on Qt 3.x Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Wed Jan 7 12:50:54 2015 (r376463) +++ head/comms/Makefile Wed Jan 7 14:53:00 2015 (r376464) @@ -74,6 +74,7 @@ SUBDIR += jsdr SUBDIR += kb SUBDIR += kermit + SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += libconcord SUBDIR += libfec Modified: head/comms/klog/Makefile ============================================================================== --- head/comms/klog/Makefile Fri Jul 26 19:14:50 2013 (r323747) +++ head/comms/klog/Makefile Wed Jan 7 14:53:00 2015 (r376464) @@ -1,36 +1,24 @@ -# New ports collection makefile for: klog -# Date created: 2004-07-05 -# Whom: Matt Dawson <matt@mattsnetwork.co.uk> -# # $FreeBSD$ PORTNAME= klog -PORTVERSION= 0.4.2 -PORTREVISION= 6 +PORTVERSION= 0.9.0.2 CATEGORIES= comms hamradio -MASTER_SITES= BERLIOS +MASTER_SITES= SAVANNAH -MAINTAINER= hamradio@FreeBSD.org -COMMENT= A ham radio logging application for KDE +MAINTAINER= hamradio@freebsd.org +COMMENT= Simple Qt-based amateur radio logger -LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib - -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:env automake:env libtool:env -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -AUTOTOOLSFILES= admin/cvs.sh - -post-extract: - @${RM} -f ${WRKSRC}/po/gl.po - -pre-configure: - @cd ${WRKSRC} \ - && ${RM} -f admin/libtool.m4.in admin/ltmain.sh \ - && ${CP} -f ${LIBTOOL_M4} admin/libtool.m4.in \ - && ${CP} -f ${LTMAIN} admin/ltmain.sh \ - && ${SETENV} ${MAKE_ENV} ${GMAKE} -f admin/Makefile.common +USES= qmake +USE_QT4= gui network sql corelib linguist moc_build +DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \ + "" "klog" "Network;HamRadio;" \ + true + +PLIST_FILES= bin/klog \ + man/man1/klog.1.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/klog ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/klog.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> Modified: head/comms/klog/distinfo ============================================================================== --- head/comms/klog/distinfo Fri Jul 26 19:14:50 2013 (r323747) +++ head/comms/klog/distinfo Wed Jan 7 14:53:00 2015 (r376464) @@ -1,2 +1,2 @@ -SHA256 (klog-0.4.2.tar.gz) = bdb0f2077468a8c5958b0c4ac1512319e02a505eb3cc897b1d3d5eb6eb6df2e1 -SIZE (klog-0.4.2.tar.gz) = 776550 +SHA256 (klog-0.9.0.2.tar.gz) = 3ab1d50d8f0b349cc3017de93e5c9bbb43aa0c7abeff703b610b5054537f1339 +SIZE (klog-0.9.0.2.tar.gz) = 234639 Modified: head/comms/klog/pkg-descr ============================================================================== --- head/comms/klog/pkg-descr Fri Jul 26 19:14:50 2013 (r323747) +++ head/comms/klog/pkg-descr Wed Jan 7 14:53:00 2015 (r376464) @@ -1,5 +1,6 @@ -KLog is a Ham Radio Logging program for KDE. It manages QSL, awards, DXCC, -WAS, TPEA, (local awards), IOTA, has a dxcluster client, import and export -from different format and works with ADIF by default. +KLog is a simple amateur radio logging program for KDE -WWW: http://developer.berlios.de/projects/klog/ +It supports QSL management, DXCC, WAZ and local awards, DX Clusters, +Basic IOTA, Satellite support, and import from ADIF, TLF, and Cabrillo formats. + +WWW: http://jaime.robles.es/klog/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501071453.t07Er0BS030714>