1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- update to 3.21.41 and use fltk 1.3 [1]

- clean up using portlint

= Fldigi 3.21 release notes =

== Modems ==

  * Weather Fax receive and transmit
  * RSID can be configured to open the decoder squelch
  * Added several new RSID modem codes
  * Video ID improvements
  * Added browser support for the PSK63F and PSK-nnn-R types
  * Improved CW prosign handling
  * Improved signal detection in PSK multiple decoder
  * The MT-63 modem can now receive and transmit on any frequency
  * Added support for multiple RTTY decoders

== Macros ==

  * Added REPEAT macro
  * Added LNW macro
  * Added CLEARLOG macro
  * Added QSY macro
  * Added RIGMOD and FILWID macros

== User interface ==

  * Added Italian and Spanish translations
  * Translations now also work on win32
  * Added second (optional) macro bar
  * Improved PSK/RTTY browser widget

== Other changes ==

  * RigCAT can use RTS and DTR PTT simultaneously
  * Added interface to Logbook server
  * Added support for ADIF 2.2.3 QSO_DATE_OFF field
  * Added support for CALLOOK (http://callook.info)

== Bug fixes ==

  * Yes

PR:		ports/166936
Submitted by:	Stephen Hurd <shurd@sasktel.net>
This commit is contained in:
Diane Bruce 2012-04-22 23:20:37 +00:00
parent 3d8775f1e1
commit c5414f683a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295285
2 changed files with 11 additions and 17 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= fldigi
PORTVERSION= 3.21.31
PORTVERSION= 3.21.41
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/ \
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/\
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
@ -17,20 +17,16 @@ COMMENT= Digital decoder for psk, cw, psk31, olivia
LICENSE= GPLv3
LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate
BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/lib/fltk11/libfltk.so:${PORTSDIR}/x11-toolkits/fltk11
BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc\
xsltproc:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate\
fltk:${PORTSDIR}/x11-toolkits/fltk
GNU_CONFIGURE= yes
USE_DOS2UNIX= yes
USE_GMAKE= yes
CONFIGURE_ENV= FLTK_CONFIG="/usr/local/bin/fltk11/fltk-config"
MAN1= fldigi.1
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
MAN1= fldigi.1
OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \
NLS "Use NLS" off \
@ -44,7 +40,6 @@ OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Fails to install
.endif
@ -127,8 +122,7 @@ post-configure:
-e 's|^CPPFLAGS|#CPPFLAGS|' \
${WRKSRC}/src/Makefile
# force rebuild of man pages
rm ${WRKSRC}/doc/*.1
${RM} ${WRKSRC}/doc/*.1
post-install:
.if !defined(NOPORTDOCS)

View File

@ -1,2 +1,2 @@
SHA256 (fldigi-3.21.31.tar.gz) = a6e54ebdcae20ea99eb8fe46ff5f25316c371af31c6c963d33272f405c20d6af
SIZE (fldigi-3.21.31.tar.gz) = 1638671
SHA256 (fldigi-3.21.41.tar.gz) = 085a9a1328641b0fdb62b5601f59327d5c5eb476feca7721b1882de45da23d3e
SIZE (fldigi-3.21.41.tar.gz) = 1663238