Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 14:56:50 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@neva.vlink.ru
Subject:   ports/84049: Upgrade port: net/sulci (upgrade to the current version)
Message-ID:  <200507251056.j6PAuoZh047889@neva.vlink.ru>
Resent-Message-ID: <200507251100.j6PB0WEa017186@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         84049
>Category:       ports
>Synopsis:       Upgrade port: net/sulci (upgrade to the current version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 11:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #19: Mon Jul 18 11:13:07 MSD 2005 dsh@neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386


>Description:

Upgrade to the current version:

  Now it is possible to set a length (in words) of generated message in config
  file (<markov msg_limit="20">).

  Now it is possible to set message limit for public MUC from config file
  (<muc msg_limit="400" />").

  Can reconnect on server lost.

>How-To-Repeat:
>Fix:

diff -Nru sulci.orig/Makefile sulci/Makefile
--- sulci.orig/Makefile	Mon Jul 18 19:32:09 2005
+++ sulci/Makefile	Mon Jul 25 14:50:14 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sulci
-PORTVERSION=	20050718
+PORTVERSION=	0.5.a.20050723
 CATEGORIES=	net
 MASTER_SITES=	http://neva.vlink.ru/distfiles/
 
diff -Nru sulci.orig/distinfo sulci/distinfo
--- sulci.orig/distinfo	Mon Jul 18 19:32:09 2005
+++ sulci/distinfo	Mon Jul 25 14:51:41 2005
@@ -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 -Nru sulci.orig/files/patch-sulci-sulci.conf.example sulci/files/patch-sulci-sulci.conf.example
--- sulci.orig/files/patch-sulci-sulci.conf.example	Mon Jul 18 19:32:09 2005
+++ sulci/files/patch-sulci-sulci.conf.example	Mon Jul 25 14:35:31 2005
@@ -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>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507251056.j6PAuoZh047889>