summaryrefslogtreecommitdiff
path: root/security/antonym/patches
diff options
context:
space:
mode:
Diffstat (limited to 'security/antonym/patches')
-rw-r--r--security/antonym/patches/patch-aa20
-rw-r--r--security/antonym/patches/patch-ab29
2 files changed, 49 insertions, 0 deletions
diff --git a/security/antonym/patches/patch-aa b/security/antonym/patches/patch-aa
new file mode 100644
index 00000000000..4bcfa820474
--- /dev/null
+++ b/security/antonym/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $
+
+--- antonym.orig Tue May 4 13:27:11 2004
++++ antonym
+@@ -39,12 +40,12 @@ use IPC::Open2;
+ # Command-line arguments, their types, and their defaults
+ my %opt_def = (
+ 'alias=s' => '',
+- 'config=s' => 'replyblocks.dat',
++ 'config=s' => "$ENV{'HOME'}/.antonym",
+ 'ctype=s' => 'pgp',
+- 'dict=s' => '/usr/share/dict/american-english-large',
++ 'dict=s' => '/usr/share/dict/words',
+ 'remailers=s' => "$ENV{'HOME'}/.remailers",
+ 'words=i' => 5,
+- 'rlist=s' => 'http://mixmaster.shinn.net/stats/rlist',
++ 'rlist=s' => 'http://stats.melontraffickers.com/rlist.txt',
+ 'maxrlistage=i' => 1,
+ 'mailinformat=s' => 'mbox',
+ 'mailoutformat=s' => 'mbox',
diff --git a/security/antonym/patches/patch-ab b/security/antonym/patches/patch-ab
new file mode 100644
index 00000000000..ede55a79c6c
--- /dev/null
+++ b/security/antonym/patches/patch-ab
@@ -0,0 +1,29 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $
+
+--- README.orig Tue Aug 6 12:44:44 2002
++++ README
+@@ -2,18 +2,17 @@ $Id: README,v 1.1 2002/07/25 16:42:06 ki
+
+ INSTALLATION
+
+- Copy 'antonym' to a directory in your $PATH.
+-
+ Get a .remailers file if you don't already have one. An easy way to do
+ this is by asking Antonym to fetch one for you:
+
+ antonym update
+
+- Create your configuration file, 'replyblocks.dat'. See the included
+- 'replyblocks.dat.example' for instructions. This is probably the hardest
+- part of using antonym, but it's not really *that* difficult, and you only
+- have to do it when you're creating a new nym. Hint: the 'phrase' and
+- 'password' commands can be helpful when writing your new reply block.
++ Create your configuration file, '$HOME/.antonym'. See the included
++ 'dot.antonym' (in PREFIX/share/examples/antonym) for instructions.
++ This is probably the hardest part of using antonym, but it's not really
++ *that* difficult, and you only have to change it again when you're
++ creating a new nym. Hint: the 'phrase' and 'password' commands can be
++ helpful when writing your new reply block.
+
+
+ USAGE