[pkg-kolab] r1152 - in php-kolab-filter/trunk/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Jan 21 19:50:04 UTC 2009


Author: mparent-guest
Date: 2009-01-21 19:50:04 +0000 (Wed, 21 Jan 2009)
New Revision: 1152

Added:
   php-kolab-filter/trunk/debian/patches/70-manpages.diff
Modified:
   php-kolab-filter/trunk/debian/changelog
   php-kolab-filter/trunk/debian/patches/series
Log:
kolabfilter and kolabmailboxfilter


Modified: php-kolab-filter/trunk/debian/changelog
===================================================================
--- php-kolab-filter/trunk/debian/changelog	2009-01-21 18:17:29 UTC (rev 1151)
+++ php-kolab-filter/trunk/debian/changelog	2009-01-21 19:50:04 UTC (rev 1152)
@@ -8,5 +8,6 @@
     usr/share/php/.registry/.channel.pear.horde.org
   * 10-remove-md5.diff: Remove md5sums to allow patching
   * 30-horde-path.diff: Avoid Horde include errors
+  * 70-manpages.diff: manpages for kolabfilter and kolabmailboxfilter 
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 17 Jan 2009 18:39:55 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 21 Jan 2009 20:46:31 +0100

Added: php-kolab-filter/trunk/debian/patches/70-manpages.diff
===================================================================
--- php-kolab-filter/trunk/debian/patches/70-manpages.diff	                        (rev 0)
+++ php-kolab-filter/trunk/debian/patches/70-manpages.diff	2009-01-21 19:50:04 UTC (rev 1152)
@@ -0,0 +1,63 @@
+Goal: Add manpages for kolabfilter and kolabmailboxfilter
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Should be reported
+
+Index: b/Kolab_Filter-0.1.3/man1/kolabfilter.pod
+===================================================================
+--- a/Kolab_Filter-0.1.3/man1/kolabfilter.pod
++++ b/Kolab_Filter-0.1.3/man1/kolabfilter.pod
+@@ -1 +1,52 @@
++=head1 NAME
++
++kolabfilter, kolabmailboxfilter - Kolab filters
++
++=head1 SYNOPSIS
++
++B<kolabfilter> B<--sender>=I<sender> B<--recipient>=I<recipient> B<--host>=I<host> B<--client>=I<client> B<--user>=I<user> B<--config>=I<config>
++
++B<kolabmailboxfilter> B<--sender>=I<sender> B<--recipient>=I<recipient> B<--host>=I<host> B<--client>=I<client> B<--user>=I<user> B<--config>=I<config>
++
++=head1 DESCRIPTION
++
++B<kolabfilter> is a filter for outgoing mail on a Kolab Server. It rewrites headers and handles
++Outlook issues.
++
++B<kolabmailboxfilter> is a filter for incoming mail on a Kolab Server. It checks the messages for iCal
++data and handles automatic invitations.
++
++=head1 OPTIONS
++
++=over 8
++
++=item B<-s> I<sender>|B<--sender>=I<sender>
++
++The message sender.
++
++=item B<-r> I<recipient>|B<--recipient>=I<recipient>
++
++A message recipient (can be repeated).
++
++=item B<-H> I<host>|B<--host>=I<host>
++
++The host running this script.
++
++=item B<-c> I<client>|B<--client>=I<client>
++
++The client sending the message.
++
++=item B<-u> I<user>|B<--user>=I<user>
++
++ID of the currently authenticated user.
++
++=item B<-C> I<config>|B<--config>=I<config>
++
++Path to the configuration file for this filter.
++
++=back
++
++=head1 COPYRIGHT AND AUTHORS
++
++Copyright 2004-2008 Klarälvdalens Datakonsult AB
+ 

Modified: php-kolab-filter/trunk/debian/patches/series
===================================================================
--- php-kolab-filter/trunk/debian/patches/series	2009-01-21 18:17:29 UTC (rev 1151)
+++ php-kolab-filter/trunk/debian/patches/series	2009-01-21 19:50:04 UTC (rev 1152)
@@ -1,2 +1,3 @@
 10-remove-md5.diff
 30-horde-path.diff
+70-manpages.diff




More information about the pkg-kolab-devel mailing list