summaryrefslogtreecommitdiffstats
path: root/ham/xlog
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /ham/xlog
initial commit from stable 0.3
Diffstat (limited to 'ham/xlog')
-rwxr-xr-xham/xlog/BUILD11
-rwxr-xr-xham/xlog/DEPENDS1
-rwxr-xr-xham/xlog/DETAILS23
-rw-r--r--ham/xlog/HISTORY38
4 files changed, 73 insertions, 0 deletions
diff --git a/ham/xlog/BUILD b/ham/xlog/BUILD
new file mode 100755
index 0000000000..75d92fa90c
--- /dev/null
+++ b/ham/xlog/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install-strip
+
+) > $C_FIFO 2>&1
diff --git a/ham/xlog/DEPENDS b/ham/xlog/DEPENDS
new file mode 100755
index 0000000000..a0e80efd0d
--- /dev/null
+++ b/ham/xlog/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/ham/xlog/DETAILS b/ham/xlog/DETAILS
new file mode 100755
index 0000000000..d085393645
--- /dev/null
+++ b/ham/xlog/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=xlog
+ VERSION=0.9.1
+ SOURCE=${SPELL}\_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/x/xlog/$SOURCE
+ WEB_SITE=http://packages.debian.org/unstable/hamradio/xlog.html
+ LICENSE[0]=GPL
+ MD5[0]=3360e7728f8af88937529ddb8c613ae6
+ ENTERED=20011110
+ UPDATED=20011228
+ MAINTAINER=jason@flattfamily.com
+ SHORT="xlog is a ham radio logging program for X"
+cat << EOF
+
+Xlog will display a log with the most recent contacts added to the top. You
+can add, delete and edit log entries. The log is saved into a text file.
+When clicking on the log column called "Call", you can sort the log either
+ascending, descending or by entry. Xlog is able to do DXCC lookups and will
+display country information, CQ and ITU zone, location in latitude and
+longitude and distance and heading in kilometers or miles, both for short and
+long path.
+
+EOF
diff --git a/ham/xlog/HISTORY b/ham/xlog/HISTORY
new file mode 100644
index 0000000000..5be4d48813
--- /dev/null
+++ b/ham/xlog/HISTORY
@@ -0,0 +1,38 @@
+2004-02-22 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Changed depends on gtk+ to gtk+2 (Bug #6128)
+
+2004-02-15 Treeve Jelbert <treeve01@pi.be>
+ * DETAILS: version 0.8.1
+ new website and url
+
+2003-12-01 Andrew Stitt <astitt@sourcemage.org>
+ * DETAILS: fixed WEBSITE and SOURCE_URLs to go to new location
+
+2003-11-10 Jason Flatt <jason@flattfamily.com>
+ * DETAILS: Version bump to 0.9. Added '[0]' to 'LICENSE' and 'MD5'.
+ * HISTORY: Updated to new format.
+
+2003-04-25 Jason Flatt <jason@flattfamily.com>
+ * DETAILS: Updated MAINTAINER e-mail address.
+
+2003-01-21 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * DETAILS: Yet another version bump, 0.8.
+
+2003-01-21 Andrew Stitt <afrayedknot@thefrayedknot.armory.com>
+ * DETAILS: Simple version bump to 0.7.
+
+2002-06-15 Jason Flatt <jasonflatt@wizard.com>
+ * DETAILS: Added LICENSE and MD5.
+
+2002-06-04 Jason Flatt <jasonflatt@wizard.com>
+ * USEGCC2: Removed as it compiles w/gcc 3.1 and executes.
+
+2002-05-29 Jason Flatt <jasonflatt@wizard.com>
+ * USEGCC2: Added in preparation for gcc3 upgrade.
+
+2002-05-19 Jason Flatt <jasonflatt@wizard.com>
+ * HISTORY: Added this file.
+
+200?-??-?? Bob Finch <w9ya@amsat.org>
+ * Created spell.
+