summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-10-29 18:17:35 +0000
committerDiane Bruce <db@FreeBSD.org>2007-10-29 18:17:35 +0000
commit95f737d3bd5c8ecacad0e016630758df13d382ba (patch)
tree6724a68975790a0bea23f138c13c76edb2a962c8 /comms
parent- Update to 0.9.4.1 (diff)
- update to fix a bug in distance calculations
- add functionality of locator to the program thus add CONFLICT with locator
Notes
Notes: svn path=/head/; revision=202332
Diffstat (limited to 'comms')
-rw-r--r--comms/wwl/Makefile17
-rw-r--r--comms/wwl/distinfo6
-rw-r--r--comms/wwl/pkg-descr4
3 files changed, 13 insertions, 14 deletions
diff --git a/comms/wwl/Makefile b/comms/wwl/Makefile
index c8c848869ab5..c4c37d9bd030 100644
--- a/comms/wwl/Makefile
+++ b/comms/wwl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wwl
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= comms hamradio astro geography
MASTER_SITES= http://www.db.net/downloads/ \
${MASTER_SITE_LOCAL}
@@ -17,17 +16,19 @@ DISTNAME= ${PORTNAME}+db-${PORTVERSION}
MAINTAINER= db@FreeBSD.org
COMMENT= Calculates distance (qrb) used in Amateur Radio
-PORTDOCS= README INSTALL
-PLIST_FILES= bin/wwl
+CONFLICTS= locator*
+PORTDOCS= INSTALL
+PLIST_FILES= bin/wwl bin/locator
+MAN1= wwl.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin
+ ${RM} -f ${PREFIX}/bin/locator
+ ${LN} ${PREFIX}/bin/wwl ${PREFIX}/bin/locator
+ ${INSTALL_DATA} ${WRKSRC}/wwl.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/INSTALL ${DOCSDIR}
- @${ECHO} ""
- @${ECHO} "wwl docs installed in ${DOCSDIR}"
- @${ECHO} ""
+ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/comms/wwl/distinfo b/comms/wwl/distinfo
index 4de0496fde62..4be9bc9d5d25 100644
--- a/comms/wwl/distinfo
+++ b/comms/wwl/distinfo
@@ -1,3 +1,3 @@
-MD5 (wwl+db-1.2.tar.gz) = a6bb81c3678d4a1eadf4e722a78cdd0b
-SHA256 (wwl+db-1.2.tar.gz) = 32fa50444079b7ec0c0840835fd63778c7506eed5c12183836698d813762f49b
-SIZE (wwl+db-1.2.tar.gz) = 2901
+MD5 (wwl+db-1.3.tar.gz) = 773e2772998a71f224f9abbf338eed9b
+SHA256 (wwl+db-1.3.tar.gz) = 4c03cf13126a8e88b80e87c5b55e4ef9624c866e681cb9e58cc78678a67b4cd0
+SIZE (wwl+db-1.3.tar.gz) = 3456
diff --git a/comms/wwl/pkg-descr b/comms/wwl/pkg-descr
index 32558aeaf36f..d40f774c749d 100644
--- a/comms/wwl/pkg-descr
+++ b/comms/wwl/pkg-descr
@@ -1,7 +1,5 @@
Given two Maidenhead locators, calculates distance (qrb) and azimuth.
-
-Originally by IK0ZSN Mirko Caserta <ik0zsn@amsat.org>
-with local changes by db
+Or if called as locator, gives the lat/long of a Maidenhead locator.
- Diane Bruce, VA3DB
db@db.net