Given two Maidenhead locators, calculates distance (qrb) and azimuth.
PR: ports/82879 Submitted by: Diane Bruce <db@db.net>
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
SUBDIR += viewfax
|
||||
SUBDIR += vpb2
|
||||
SUBDIR += vrflash
|
||||
SUBDIR += wwl
|
||||
SUBDIR += wy60
|
||||
SUBDIR += xastir
|
||||
SUBDIR += xcept
|
||||
|
||||
31
comms/wwl/Makefile
Normal file
31
comms/wwl/Makefile
Normal file
@@ -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>
|
||||
2
comms/wwl/distinfo
Normal file
2
comms/wwl/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (wwl-1.2.tar.gz) = 7185ea0e949e5868a802b80a1cfdd304
|
||||
SIZE (wwl-1.2.tar.gz) = 2604
|
||||
6
comms/wwl/pkg-descr
Normal file
6
comms/wwl/pkg-descr
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user