pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/xnec2c



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 10 11:54:48 UTC 2023

Modified Files:
        pkgsrc/ham/xnec2c: Makefile distinfo

Log Message:
(ham/xnec2c) Updated 4.1.5 to 4.2.1

(doc/xnec2c.html)
 4.2: Further to the changes above, I have modified xnec2c so
that more than one FR (frequency range) card can be specified in the
NEC2 file. This makes it possible to calculate frequency-dependent
parameters over separate ranges of interest and thus reduces the time
taken by the program to produce results. Unnecessary calculations
between ranges of interest are also avoided.

Version 4.2.1: Fixed a bug where the DRAW_ENABLED and PLOT_ENABLED
flags where not cleared when the Radiation Pattern Frequency Plots
windows were closed. Made extensive style changes to the source code
so that resources like #defines, #includes and function prototypes
were moved from common.h to the relevant compilation units (.c and .h
files).


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/ham/xnec2c/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/ham/xnec2c/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/xnec2c/Makefile
diff -u pkgsrc/ham/xnec2c/Makefile:1.31 pkgsrc/ham/xnec2c/Makefile:1.32
--- pkgsrc/ham/xnec2c/Makefile:1.31     Sun Jan 29 21:16:52 2023
+++ pkgsrc/ham/xnec2c/Makefile  Sat Jun 10 11:54:48 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2023/01/29 21:16:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2023/06/10 11:54:48 mef Exp $
 
-DISTNAME=      xnec2c-4.1.5
-PKGREVISION=   4
+DISTNAME=      xnec2c-4.2.1
 CATEGORIES=    ham
-MASTER_SITES=  http://www.qsl.net/5b4az/pkg/nec2/xnec2c/
+MASTER_SITES=  https://www.qsl.net/5b4az/pkg/nec2/xnec2c/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,17 +10,23 @@ HOMEPAGE=   https://www.qsl.net/5b4az/page
 COMMENT=       GTK+ graphical interactive version of nec2c
 LICENSE=       gnu-gpl-v3
 
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+=    intltool msgfmt pax pkg-config
+GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            intltool msgfmt pax pkg-config
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--export-dynamic
 
 INSTALLATION_DIRS=     share/doc/xnec2c
 
+# Following line may not be correct, but without this, libinotify.so has problem
+#/tmp/ham/xnec2c/work/xnec2c-4.2.1/src/optimize.c:124: undefined reference to `inotify_init1'
+#ld: /tmp/ham/xnec2c/work/xnec2c-4.2.1/src/optimize.c:132: undefined reference to `inotify_add_watch'
+CFLAGS+=               -linotify -L${PREFIX}/lib
+
 post-install:
        cd ${WRKSRC}/doc && ${PAX} -pp -rw * ${DESTDIR}${PREFIX}/share/doc/xnec2c
 
 .include "../../x11/gtk3/buildlink3.mk"
+.include "../../devel/libinotify/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/ham/xnec2c/distinfo
diff -u pkgsrc/ham/xnec2c/distinfo:1.13 pkgsrc/ham/xnec2c/distinfo:1.14
--- pkgsrc/ham/xnec2c/distinfo:1.13     Tue Oct 26 10:48:41 2021
+++ pkgsrc/ham/xnec2c/distinfo  Sat Jun 10 11:54:48 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:48:41 nia Exp $
+$NetBSD: distinfo,v 1.14 2023/06/10 11:54:48 mef Exp $
 
-BLAKE2s (xnec2c-4.1.5.tar.bz2) = 5c621082bbd9b386051846024988ba7562eb694b5b74e152db1186591b5e5783
-SHA512 (xnec2c-4.1.5.tar.bz2) = aaf5d7d30dcbb5c78a93ee6baea8ab4a00e44231826ce54dc54ee10be9b989dc4d2be4c8c32671596dd8c84292cdcf10a6e547aac6b943cbff0904b22ffc1299
-Size (xnec2c-4.1.5.tar.bz2) = 936233 bytes
-SHA1 (patch-src_Makefile.in) = 4fde316b9074b29f59494c0ac43a0481f93d9f43
+BLAKE2s (xnec2c-4.2.1.tar.bz2) = cf62831aef4fcfc9a664d5d04dddb8cb1f476bafff29ad7cba33f26247ecbbb6
+SHA512 (xnec2c-4.2.1.tar.bz2) = 3b242cde8303619cb6784e50f9830c858a59fe169018fced726a2ac5d75a62d0ac110335d42f23b480a803da91aba85ce52c4f2a2f03ea8ad3b86989415e173d
+Size (xnec2c-4.2.1.tar.bz2) = 951290 bytes



Home | Main Index | Thread Index | Old Index