aboutsummaryrefslogtreecommitdiff
path: root/comms/linpsk/files
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-02 20:50:47 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-02 20:50:47 +0000
commite8819c2c20c16d53603af5952fa03b5dfa1be6bb (patch)
treee000576c74f2bf02742ef702e7e70b8436dca003 /comms/linpsk/files
parent392aa128b51ff968e6db11f38b7ba6f6d0dedd33 (diff)
downloadports-e8819c2c20c16d53603af5952fa03b5dfa1be6bb.tar.gz
ports-e8819c2c20c16d53603af5952fa03b5dfa1be6bb.zip
Notes
Diffstat (limited to 'comms/linpsk/files')
-rw-r--r--comms/linpsk/files/LinPSKConfig.xml28
-rw-r--r--comms/linpsk/files/pkg-message.in4
2 files changed, 32 insertions, 0 deletions
diff --git a/comms/linpsk/files/LinPSKConfig.xml b/comms/linpsk/files/LinPSKConfig.xml
new file mode 100644
index 000000000000..142bf1b1c1f8
--- /dev/null
+++ b/comms/linpsk/files/LinPSKConfig.xml
@@ -0,0 +1,28 @@
+<!DOCTYPE LinpskConfiguration>
+<Parameters>
+ <WindowsParameter>
+ <MinimumWindowWidth Value="640" />
+ <WindowWidth Value="640" />
+ <MinimumWindowHeight Value="540" />
+ <Xpos Value="108" />
+ <Ypos Value="45" />
+ <WindowHeight Value="589" />
+ <StatusBarHeight Value="20" />
+ <Font Size="10" Name="Helvetica" />
+ </WindowsParameter>
+ <Colors>
+ <Color g="0" r="0" b="0" />
+ </Colors>
+ <Mode DemoTypeNumber="0" DemoMode="false" />
+ <Operating>
+ <Callsign></Callsign>
+ <PTT Device="None" />
+ <QsoFile FileName="QSOData.adif" />
+ <Timeoffset Value="-2" />
+ <Slashed0 Value="false" />
+ <InputDevice Value="/dev/dsp" />
+ <OutputDevice Value="/dev/dsp" />
+ <InputVolume Value="50" />
+ <OutputVolume Value="50" />
+ </Operating>
+</Parameters>
diff --git a/comms/linpsk/files/pkg-message.in b/comms/linpsk/files/pkg-message.in
new file mode 100644
index 000000000000..5feba4cfc8a2
--- /dev/null
+++ b/comms/linpsk/files/pkg-message.in
@@ -0,0 +1,4 @@
+===============================================================================
+ You should now copy the default configuration file to your home directory:
+ cp %%EXAMPLESDIR%%/LinPSKConfig.xml ~
+===============================================================================