summaryrefslogtreecommitdiff
path: root/ham/wwl
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-04-19 14:53:35 +0000
committerzuntum <zuntum@pkgsrc.org>2002-04-19 14:53:35 +0000
commit59c4b1ffbb5f49644720ec727f4cc18830c0dd88 (patch)
treec8f7269d0cbd10f9e24fbc2c2637cfddf67b64b0 /ham/wwl
parent7a65e97881fd9cb2bb13af5796b57469a9c43e6e (diff)
downloadpkgsrc-59c4b1ffbb5f49644720ec727f4cc18830c0dd88.tar.gz
Initial import of pkgsrc/ham/wwl
Given two Maidenhead locators, calculates distance (qrb) and azimuth. Requested by Dawid Szymanski <dawszy@arhea.net> in pkg/16376
Diffstat (limited to 'ham/wwl')
-rw-r--r--ham/wwl/DESCR1
-rw-r--r--ham/wwl/Makefile19
-rw-r--r--ham/wwl/PLIST2
-rw-r--r--ham/wwl/distinfo3
4 files changed, 25 insertions, 0 deletions
diff --git a/ham/wwl/DESCR b/ham/wwl/DESCR
new file mode 100644
index 00000000000..9a1137a2d7a
--- /dev/null
+++ b/ham/wwl/DESCR
@@ -0,0 +1 @@
+Given two Maidenhead locators, calculates distance (qrb) and azimuth.
diff --git a/ham/wwl/Makefile b/ham/wwl/Makefile
new file mode 100644
index 00000000000..c9cce1ce074
--- /dev/null
+++ b/ham/wwl/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 14:53:35 zuntum Exp $
+#
+
+DISTNAME= wwl-1.2
+CATEGORIES= ham
+MASTER_SITES= http://www.ibiblio.org/pub/Linux/apps/ham/
+
+MAINTAINER= dawszy@arhea.net
+#HOMEPAGE= not known
+COMMENT= calculates distance (qrb)
+
+WRKSRC= ${WRKDIR}/wwl
+NO_CONFIGURE= yes
+NO_PATCH= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/wwl/PLIST b/ham/wwl/PLIST
new file mode 100644
index 00000000000..6d4c22ca181
--- /dev/null
+++ b/ham/wwl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/19 14:53:35 zuntum Exp $
+bin/wwl
diff --git a/ham/wwl/distinfo b/ham/wwl/distinfo
new file mode 100644
index 00000000000..9af7e71ded4
--- /dev/null
+++ b/ham/wwl/distinfo
@@ -0,0 +1,3 @@
+
+SHA1 (wwl-1.2.tar.gz) = f0175868af303b0edf32cf11279a86a0fd97ac79
+Size (wwl-1.2.tar.gz) = 2604 bytes