pkgsrc-WIP-changes archive

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

ham/xnecview: new wip package



Module Name:	pkgsrc-wip
Committed By:	ea1abz <ea1abz%gmail.com@localhost>
Pushed By:	ea1abz
Date:		Sun Jan 4 17:43:10 2026 +0100
Changeset:	d6f954f6d4ced91c73cec2090cccaec65b4b491e

Modified Files:
	Makefile
Added Files:
	xnecview/COMMIT_MSG
	xnecview/DESCR
	xnecview/Makefile
	xnecview/PLIST
	xnecview/distinfo

Log Message:
ham/xnecview: new wip package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6f954f6d4ced91c73cec2090cccaec65b4b491e

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

diffstat:
 Makefile            |  1 +
 xnecview/COMMIT_MSG |  5 +++++
 xnecview/DESCR      |  3 +++
 xnecview/Makefile   | 26 ++++++++++++++++++++++++++
 xnecview/PLIST      |  3 +++
 xnecview/distinfo   |  5 +++++
 6 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7e33b7d7d9..f8e09c3cb6 100644
--- a/Makefile
+++ b/Makefile
@@ -6179,6 +6179,7 @@ SUBDIR+=	xmms-volnorm
 SUBDIR+=	xmms2
 SUBDIR+=	xmoto
 SUBDIR+=	xnee
+SUBDIR+=	xnecview
 SUBDIR+=	xoo
 SUBDIR+=	xoreos
 SUBDIR+=	xoreos-tools
diff --git a/xnecview/COMMIT_MSG b/xnecview/COMMIT_MSG
new file mode 100644
index 0000000000..bf68c807d1
--- /dev/null
+++ b/xnecview/COMMIT_MSG
@@ -0,0 +1,5 @@
+ham/xnecview: Add 1.37
+
+Xnecview is a program for visualizing the input and output files
+of the NEC antenna simulation software. It runs on GNU/Linux and
+Unix systems with the X window system.
diff --git a/xnecview/DESCR b/xnecview/DESCR
new file mode 100644
index 0000000000..c422b04d7a
--- /dev/null
+++ b/xnecview/DESCR
@@ -0,0 +1,3 @@
+Xnecview is a program for visualizing the input and output files
+of the NEC antenna simulation software. It runs on GNU/Linux and
+Unix systems with the X window system.
diff --git a/xnecview/Makefile b/xnecview/Makefile
new file mode 100644
index 0000000000..e023dbf0a7
--- /dev/null
+++ b/xnecview/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	xnecview-1.37
+CATEGORIES=	# TODO: add primary category
+MASTER_SITES=	https://www.pa3fwm.nl/software/xnecview/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	ea1abz%gmail.com@localhost
+HOMEPAGE=	https://www.pa3fwm.nl/software/xnecview/
+COMMENT=	Program for visualizing NEC input and output files
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=	gmake pkg-config
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/xnecview \
+		${DESTDIR}${PREFIX}/bin/xnecview
+	${INSTALL_MAN} ${WRKSRC}/xnecview.1x \
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnecview.1x
+
+
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xnecview/PLIST b/xnecview/PLIST
new file mode 100644
index 0000000000..dbe66bc886
--- /dev/null
+++ b/xnecview/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/xnecview
+man/man1/xnecview.1x
diff --git a/xnecview/distinfo b/xnecview/distinfo
new file mode 100644
index 0000000000..04e7192bd8
--- /dev/null
+++ b/xnecview/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xnecview-1.37.tgz) = bda28b52d1e41ef244c35434c0b4937ad968e2561f2ac661685d41ef3a5e522c
+SHA512 (xnecview-1.37.tgz) = 6fc4beec1b9502d6084d4e412b8bb89d1deeaab5bfa6c0341cba1a899fb9a59eb1e7f9dfc61a97f2853ecff57c241dc9af993b176410799a07f113e3a60f75d7
+Size (xnecview-1.37.tgz) = 79005 bytes


Home | Main Index | Thread Index | Old Index