Given two Maidenhead locators, calculates distance (qrb) and azimuth.

PR:		ports/82879
Submitted by:	Diane Bruce <db@db.net>
This commit is contained in:
Pav Lucistnik
2005-07-03 15:30:52 +00:00
parent a4e4aae1c8
commit bdc6eea0f3
4 changed files with 40 additions and 0 deletions

View File

@@ -101,6 +101,7 @@
SUBDIR += viewfax
SUBDIR += vpb2
SUBDIR += vrflash
SUBDIR += wwl
SUBDIR += wy60
SUBDIR += xastir
SUBDIR += xcept

31
comms/wwl/Makefile Normal file
View 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
View 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
View 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