aboutsummaryrefslogtreecommitdiff
path: root/comms/wwl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-03 15:30:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-03 15:30:52 +0000
commitbdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9 (patch)
treed016dd1a5aaca4bbfa8470a4c96a0403b92d789f /comms/wwl
parenta4e4aae1c8490b760042ff9f1df1c8cc7240b262 (diff)
downloadports-bdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9.tar.gz
ports-bdc6eea0f3e1e46ce01c6f8a07284df6bd9b69b9.zip
Given two Maidenhead locators, calculates distance (qrb) and azimuth.
PR: ports/82879 Submitted by: Diane Bruce <db@db.net>
Notes
Notes: svn path=/head/; revision=138413
Diffstat (limited to 'comms/wwl')
-rw-r--r--comms/wwl/Makefile31
-rw-r--r--comms/wwl/distinfo2
-rw-r--r--comms/wwl/pkg-descr6
3 files changed, 39 insertions, 0 deletions
diff --git a/comms/wwl/Makefile b/comms/wwl/Makefile
new file mode 100644
index 000000000000..dc5af790051d
--- /dev/null
+++ b/comms/wwl/Makefile
@@ -0,0 +1,31 @@
+# ports collection makefile for: wwl
+# Date created: 1 July 2005
+# Whom: db
+#
+# $FreeBSD$
+#
+
+PORTNAME= wwl
+PORTVERSION= 1.2
+CATEGORIES= comms astro
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/}
+
+MAINTAINER= db@db.net
+COMMENT= Calculates distance (qrb) used in Amateur Radio
+
+PORTDOCS= README INSTALL
+PLIST_FILES= bin/wwl
+
+WRKSRC= ${WRKDIR}/wwl
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/INSTALL ${DOCSDIR}
+ @${ECHO} ""
+ @${ECHO} "wwl docs installed in ${DOCSDIR}"
+ @${ECHO} ""
+.endif
+
+.include <bsd.port.mk>
diff --git a/comms/wwl/distinfo b/comms/wwl/distinfo
new file mode 100644
index 000000000000..a1856cf17215
--- /dev/null
+++ b/comms/wwl/distinfo
@@ -0,0 +1,2 @@
+MD5 (wwl-1.2.tar.gz) = 7185ea0e949e5868a802b80a1cfdd304
+SIZE (wwl-1.2.tar.gz) = 2604
diff --git a/comms/wwl/pkg-descr b/comms/wwl/pkg-descr
new file mode 100644
index 000000000000..111297c0d59a
--- /dev/null
+++ b/comms/wwl/pkg-descr
@@ -0,0 +1,6 @@
+Given two Maidenhead locators, calculates distance (qrb) and azimuth.
+
+Originally by IK0ZSN Mirko Caserta <ik0zsn@amsat.org>
+
+- Diane Bruce, VA3DB
+db@db.net