Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 03:44:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525516 - in head/comms: . flmsg flmsg/files
Message-ID:  <202002080344.0183if9m017828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb  8 03:44:41 2020
New Revision: 525516
URL: https://svnweb.freebsd.org/changeset/ports/525516

Log:
  New port: comms/flmsg: Forms management editor for Amateur Radio standard message formats

Added:
  head/comms/flmsg/
  head/comms/flmsg/Makefile   (contents, props changed)
  head/comms/flmsg/distinfo   (contents, props changed)
  head/comms/flmsg/files/
  head/comms/flmsg/files/patch-src_utils_mongoose.c   (contents, props changed)
  head/comms/flmsg/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Sat Feb  8 03:43:23 2020	(r525515)
+++ head/comms/Makefile	Sat Feb  8 03:44:41 2020	(r525516)
@@ -48,6 +48,7 @@
     SUBDIR += flcluster
     SUBDIR += fldigi
     SUBDIR += fllog
+    SUBDIR += flmsg
     SUBDIR += flrig
     SUBDIR += flwrap
     SUBDIR += freedv

Added: head/comms/flmsg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/flmsg/Makefile	Sat Feb  8 03:44:41 2020	(r525516)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	flmsg
+DISTVERSION=	4.0.14
+CATEGORIES=	comms hamradio
+MASTER_SITES=	http://www.w1hkj.com/files/${PORTNAME}/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Forms management editor for Amateur Radio standard message formats
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libpng16.so:graphics/png
+RUN_DEPENDS=	fldigi:comms/fldigi
+
+USES=		gmake jpeg pkgconfig xorg
+USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
+
+GNU_CONFIGURE=	yes
+
+PLIST_FILES=	bin/flmsg \
+		share/applications/flmsg.desktop \
+		share/pixmaps/flmsg.xpm
+
+.include <bsd.port.mk>

Added: head/comms/flmsg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/flmsg/distinfo	Sat Feb  8 03:44:41 2020	(r525516)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581132802
+SHA256 (flmsg-4.0.14.tar.gz) = 3e269eac7c3363454d07316a6c20b24379903c05f970044fee27ef3bb9ca3768
+SIZE (flmsg-4.0.14.tar.gz) = 874399

Added: head/comms/flmsg/files/patch-src_utils_mongoose.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/flmsg/files/patch-src_utils_mongoose.c	Sat Feb  8 03:44:41 2020	(r525516)
@@ -0,0 +1,11 @@
+--- src/utils/mongoose.c.orig	2020-02-08 03:34:10 UTC
++++ src/utils/mongoose.c
+@@ -15,6 +15,8 @@
+ // Alternatively, you can license this library under a commercial
+ // license, as set out in <http://cesanta.com/>.
+ 
++#include <sys/socket.h>
++
+ #undef UNICODE									// Use ANSI WinAPI functions
+ #undef _UNICODE								 // Use multibyte encoding on Windows
+ #define _MBCS									 // Use multibyte encoding on Windows

Added: head/comms/flmsg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/flmsg/pkg-descr	Sat Feb  8 03:44:41 2020	(r525516)
@@ -0,0 +1,3 @@
+Forms management editor for Amateur Radio standard message formats.
+
+WWW: http://www.w1hkj.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002080344.0183if9m017828>