From fc358683094ab51a3157d537037e1e7c7418daf7 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 19 Apr 2002 15:38:21 +0000 Subject: Initial import of locator-0.1 locator converts HAM locators in longitudes and latitudes and vica versa Provided by Dawid Szymanski in pkg/16378 --- ham/locator/DESCR | 1 + ham/locator/Makefile | 18 ++++++++++++++++++ ham/locator/PLIST | 2 ++ ham/locator/distinfo | 3 +++ 4 files changed, 24 insertions(+) create mode 100644 ham/locator/DESCR create mode 100644 ham/locator/Makefile create mode 100644 ham/locator/PLIST create mode 100644 ham/locator/distinfo (limited to 'ham') diff --git a/ham/locator/DESCR b/ham/locator/DESCR new file mode 100644 index 00000000000..1ee13f2a739 --- /dev/null +++ b/ham/locator/DESCR @@ -0,0 +1 @@ +locator converts HAM locators in longitudes and latitudes and vica versa diff --git a/ham/locator/Makefile b/ham/locator/Makefile new file mode 100644 index 00000000000..dcdbbda061a --- /dev/null +++ b/ham/locator/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 15:38:21 zuntum Exp $ +# + +DISTNAME= locator-0.1 +CATEGORIES= ham +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/} + +MAINTAINER= dawszy@arhea.net +HOMEPAGE= http://www.stauss.purespace.de/ +COMMENT= longitudes, latitudes to HAM locator converter + +NO_CONFIGURE= yes +NO_PATCH= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/locator/PLIST b/ham/locator/PLIST new file mode 100644 index 00000000000..43f0b184c11 --- /dev/null +++ b/ham/locator/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/19 15:38:21 zuntum Exp $ +bin/locator diff --git a/ham/locator/distinfo b/ham/locator/distinfo new file mode 100644 index 00000000000..7dac703c34d --- /dev/null +++ b/ham/locator/distinfo @@ -0,0 +1,3 @@ + +SHA1 (locator-0.1.tar.gz) = a7c6efe6b10df583b473e673f9332c1ddfd424ea +Size (locator-0.1.tar.gz) = 2555 bytes -- cgit v1.2.3