diff options
author | zuntum <zuntum> | 2002-04-19 15:38:21 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-04-19 15:38:21 +0000 |
commit | aeb4d48995cd18ad2c2c95fc5fb89a6cfd2622f8 (patch) | |
tree | 2697752338daa54bd5afc3aeef6dcc15659e001a /ham | |
parent | 248c9e209d490efa8e9b91e8007c666f9fcb044b (diff) | |
download | pkgsrc-aeb4d48995cd18ad2c2c95fc5fb89a6cfd2622f8.tar.gz |
Initial import of locator-0.1
locator converts HAM locators in longitudes and latitudes and vica versa
Provided by Dawid Szymanski <dawszy@arhea.net> in pkg/16378
Diffstat (limited to 'ham')
-rw-r--r-- | ham/locator/DESCR | 1 | ||||
-rw-r--r-- | ham/locator/Makefile | 18 | ||||
-rw-r--r-- | ham/locator/PLIST | 2 | ||||
-rw-r--r-- | ham/locator/distinfo | 3 |
4 files changed, 24 insertions, 0 deletions
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 |