summaryrefslogtreecommitdiffstats
path: root/ham/gridloc
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/gridloc
initial commit from stable 0.3
Diffstat (limited to 'ham/gridloc')
-rwxr-xr-xham/gridloc/BUILD9
-rwxr-xr-xham/gridloc/DETAILS19
-rw-r--r--ham/gridloc/HISTORY3
-rw-r--r--ham/gridloc/patch15
4 files changed, 46 insertions, 0 deletions
diff --git a/ham/gridloc/BUILD b/ham/gridloc/BUILD
new file mode 100755
index 0000000000..80132495b2
--- /dev/null
+++ b/ham/gridloc/BUILD
@@ -0,0 +1,9 @@
+patch ./Makefile $SCRIPT_DIRECTORY/patch
+(
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
+
diff --git a/ham/gridloc/DETAILS b/ham/gridloc/DETAILS
new file mode 100755
index 0000000000..ce8b92e199
--- /dev/null
+++ b/ham/gridloc/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gridloc
+ VERSION=0.4
+ SOURCE=${SPELL}-04.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-04
+ SOURCE_URL[0]=http://leonardo.spidernet.net/Copernicus/22420/gridloc/$SOURCE
+ WEB_SITE=http://leonardo.spidernet.net/Copernicus/22420/
+ MAINTAINER=afrayedknot@thefrayedknot.armory.com
+ LICENSE=GPL
+ MD5[0]=d5f7cde751ea49ca5a11699a736cca1e
+ ENTERED=20020803
+ UPDATED=20020803
+ SHORT="converts longitude/latitude to a Maidenhead grid locator"
+cat << EOF
+gridloc is a ncurses application that converts a position in
+longitude/latitude to a Maidenhead grid locator or vice-versa.
+
+It can also calculate the bearing and distance to a second 'remote'
+location given its position or grid locator.
+EOF
diff --git a/ham/gridloc/HISTORY b/ham/gridloc/HISTORY
new file mode 100644
index 0000000000..50b71e3a0d
--- /dev/null
+++ b/ham/gridloc/HISTORY
@@ -0,0 +1,3 @@
+2002-08-03 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * Created this spell.
+
diff --git a/ham/gridloc/patch b/ham/gridloc/patch
new file mode 100644
index 0000000000..a854db8377
--- /dev/null
+++ b/ham/gridloc/patch
@@ -0,0 +1,15 @@
+--- Makefile 2002-04-01 03:15:46.000000000 -0800
++++ Makefile.new 2002-08-03 14:31:14.000000000 -0700
+@@ -1,9 +1,9 @@
+ #Makefile for gridloc
+
+ SHELL = /bin/sh
+-BINDIR = /usr/local/bin
+-DOCDIR = /usr/local/doc
+-CC = gcc -Wall -O3
++BINDIR = /usr/bin
++DOCDIR = /usr/doc
++CC = gcc -Wall ${CFLAGS}
+
+ vpath %.c ./src
+ vpath %.h ./src