aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2005-07-27 08:31:15 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2005-07-27 08:31:15 +0000
commit5d0c0f9d0d7026bba92c87034d776281afb00ef6 (patch)
treea16c608ec081f648623c9f4c2f6511ef458459fd /net-im
parentf14d2039e8bca18e0b65bbf03fc6a042c948b91c (diff)
downloadports-5d0c0f9d0d7026bba92c87034d776281afb00ef6.tar.gz
ports-5d0c0f9d0d7026bba92c87034d776281afb00ef6.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/sulci/Makefile3
-rw-r--r--net-im/sulci/distinfo4
-rw-r--r--net-im/sulci/files/patch-sulci-sulci.conf.example42
3 files changed, 30 insertions, 19 deletions
diff --git a/net-im/sulci/Makefile b/net-im/sulci/Makefile
index 5b4408f91eb4..49bdef53d2e8 100644
--- a/net-im/sulci/Makefile
+++ b/net-im/sulci/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= sulci
-PORTVERSION= 20050718
+PORTVERSION= 0.5.a.20050723
+PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://neva.vlink.ru/distfiles/
diff --git a/net-im/sulci/distinfo b/net-im/sulci/distinfo
index c3a5f1277285..f426372c985c 100644
--- a/net-im/sulci/distinfo
+++ b/net-im/sulci/distinfo
@@ -1,2 +1,2 @@
-MD5 (sulci-20050718.tar.bz2) = 7ba115807e9512d5d05c2fe6ebb89b66
-SIZE (sulci-20050718.tar.bz2) = 155960
+MD5 (sulci-0.5.a.20050723.tar.bz2) = 5aec17e5dea265c25e0819d19bc96ad0
+SIZE (sulci-0.5.a.20050723.tar.bz2) = 156778
diff --git a/net-im/sulci/files/patch-sulci-sulci.conf.example b/net-im/sulci/files/patch-sulci-sulci.conf.example
index 70909bca4668..89fa0f9fa7d1 100644
--- a/net-im/sulci/files/patch-sulci-sulci.conf.example
+++ b/net-im/sulci/files/patch-sulci-sulci.conf.example
@@ -1,6 +1,6 @@
---- sulci/sulci.conf.example.orig Mon Jul 18 12:21:52 2005
-+++ sulci/sulci.conf.example Mon Jul 18 12:34:41 2005
-@@ -1,19 +1,19 @@
+--- sulci/sulci.conf.example.orig Mon Jul 25 12:52:33 2005
++++ sulci/sulci.conf.example Mon Jul 25 14:34:06 2005
+@@ -1,6 +1,6 @@
<sulci>
<jabber>
- <server>jabber.ru</server>
@@ -8,8 +8,9 @@
<port>5222</port>
<user>sxxxx</user>
<resource>Ocaml</resource>
- <password>secret</password>
- </jabber>
+@@ -14,20 +14,22 @@
+ -->
+ <reconnect interval='10' count='3' />
- <lang dir="./lang" default="ru"/>
+ <lang dir="/usr/local/share/sulci/lang" default="ru"/>
@@ -17,28 +18,37 @@
- <acl jid='ermine@jabber.ru' class='admin'/>
+ <acl jid='admin@localhost' class='admin'/>
- <muc>
+ <muc msg_limit="400">
<!-- <room nick="sulci-test" jid="z@conference.jabber.ru" lang="ru"/> -->
- <room nick="sulci" jid="ejabberd@conference.jabber.ru" lang="en"/>
+ <room nick="sulci" jid="test@conference.localhost" lang="en"/>
<chatlogs>./chatlogs</chatlogs>
</muc>
-@@ -25,7 +25,7 @@
- <key>00000000000000000000000000000</key>
- </google>
+
++ <!--
+ <debug>
+ <logfile>log.log</logfile>
+ </debug>
++ -->
+
+ <plugins>
+
+@@ -37,7 +39,7 @@
+
<vocabulary name="vocabulary"/>
+
- <mueller file="/path/to/Mueller24.koi" hashext=".hash" />
+ <mueller file="/usr/local/share/mueller-dic/Mueller7accentGPL.koi" hashext=".h" />
- <markov dir="./markov_db"/>
- <!--
- <globalstats>
-@@ -40,7 +40,7 @@
- <talkers db="talkers.db"/>
+
+ <markov dir="./markov_db" msg_limit="20" />
+
+@@ -59,7 +61,7 @@
-->
+
<cerberus kick="true">
-- <notify jid="ermine@jabber.ru"/>
+- <notify jid="jid@jabber.server"/>
+ <notify jid="admin@localhost"/>
</cerberus>
+
</plugins>
- </sulci>