--- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/configure +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/configure @@ -0,0 +1,46 @@ +#!/bin/bash + +# configure for building all plugins in a predefined set +# +# Copyright (C) 2006 by Ricardo Mones +# +# You are free to distribute this software under the terms of +# the GNU General Public License. + +TOBEBUILTNAMES=vcalendar\ etpan-privacy\ perl_plugin\ rssyl\ mailmbox\ maildir\ smime\ gtkhtml2_viewer\ acpi_notifier\ att_remover\ cachesaver\ fetchinfo-plugin\ newmail\ notification_plugin\ synce_plugin + +TOBEBUILT=""; +for name in $TOBEBUILTNAMES; +do TOBEBUILT="$TOBEBUILT "`echo -n $name-*`; +done; + +if [ "$1" = "--get-plugin-list" ]; +then echo $TOBEBUILT; + exit 0; +fi + +if [ "$1" = "--unconfigure" ]; +then for plugin in $TOBEBUILT; + do cd $plugin; + echo "*** Unconfiguring $plugin "; + if [ -f ./configure.orig ]; + then rm -f ./configure + mv ./configure.orig ./configure + fi + cd ..; + done; + exit 0; +fi + +for plugin in $TOBEBUILT; +do cd $plugin; + echo "*** Configuring $plugin "; + # use Debian package name + cp ./configure ./configure.orig + cat ./configure.orig \ + | sed 's/sylpheed-claws/sylpheed-claws-gtk2/g' \ + > ./configure + ./configure "$@"; + cd ..; +done; + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/control +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/control @@ -0,0 +1,179 @@ +Source: sylpheed-claws-gtk2-extra-plugins +Section: mail +Priority: optional +Maintainer: Ricardo Mones +Build-Depends: debhelper (>= 5.0.0), libglib2.0-dev, libgtk2.0-dev, + libsylpheed-claws-gtk2-dev (>= 2.5.6), + flex, bison, libcurl3-dev, + autotools-dev, pkg-config, libetpan-dev (>= 0.45), + libperl-dev (>= 5.8.0), perl (>= 5.8.0), + docbook-to-man, libxml2-dev, libcurl-ssl-dev, libkrb5-dev, + libdb4.4-dev, + libgpgme11-dev (>= 1.1.1), + libgtkhtml2-dev (>= 2.6), + libsynce0-dev, librapi2-dev +Standards-Version: 3.7.2 + +Package: sylpheed-claws-gtk2-extra-plugins +Architecture: all +Depends: sylpheed-claws-gtk2 (>= ${Claws-Version}), + sylpheed-claws-gtk2-vcalendar-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-etpan-privacy (>= ${Source-Version}), + sylpheed-claws-gtk2-perl-filter (>= ${Source-Version}), + sylpheed-claws-gtk2-feeds-reader (>= ${Source-Version}), + sylpheed-claws-gtk2-mailmbox-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-maildir-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-smime-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-html2-viewer (>= ${Source-Version}), + sylpheed-claws-gtk2-acpi-notifier (>= ${Source-Version}), + sylpheed-claws-gtk2-attach-remover (>= ${Source-Version}), + sylpheed-claws-gtk2-cache-saver (>= ${Source-Version}), + sylpheed-claws-gtk2-fetchinfo-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-newmail-plugin (>= ${Source-Version}), + sylpheed-claws-gtk2-multi-notifier (>= ${Source-Version}), + sylpheed-claws-gtk2-synce-plugin (>= ${Source-Version}) +Description: Extra plugins collection for Sylpheed-Claws GTK2 mailer + This is a meta package for installing all extra plugins available + for the Sylpheed-Claws mailer (GTK2 version). + +Package: sylpheed-claws-gtk2-vcalendar-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Conflicts: sylpheed-claws-gtk2-vcalendar-plugin (<< ${Source-Version}) +Replaces: sylpheed-claws-gtk2-vcalendar-plugin +Description: vCalendar message handling plugin for Sylpheed-Claws GTK2 + The vCalendar plugin for Sylpheed-Claws GTK2 provides vCalendar message + handling (the meeting subset of the vCalendar format), displaying such + mails in a nice format, letting you create and send meetings, and creating + a virtual folder with the meetings you sent or received. + The functionality is similar to the provided by Evolution for that mails. + +Package: sylpheed-claws-gtk2-etpan-privacy +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Conflicts: sylpheed-claws-gtk2-etpan-privacy (<< ${Source-Version}) +Replaces: sylpheed-claws-gtk2-etpan-privacy +Description: Privacy handling plugin for Sylpheed-Claws GTK2 mailer + The etpan! Privacy plugin for Sylpheed-Claws GTK provides both signature + verification and/or message decryption of signed and/or encrypted mails. + Supports S/MIME, OpenPGP and ASCII-armored PGP signing/encryption methods. + +Package: sylpheed-claws-gtk2-perl-filter +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Conflicts: sylpheed-claws-gtk2-perl-filter (<< ${Source-Version}) +Replaces: sylpheed-claws-gtk2-perl-filter +Description: Message filtering plugin using perl for Sylpheed-Claws GTK2 + This plugin enables filtering of Sylpheed-Claws GTK2 messages using perl + regular expresions and, in fact, giving all the perl features and power + to the filtering engine. + . + A tool for converting the current filter set of the user into a equivalent + perl script suitable for the plugin is also provided. + +Package: sylpheed-claws-gtk2-feeds-reader +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Feeds (RSS/Atom) reader plugin for Sylpheed-Claws GTK2 + The RSSyl plugin provides feeds reading capability for Sylpheed-Claws + GTK2 mailer. + . + Supported formats are RSS (1.0, 2.0 and probably 0.9x versions) and + Atom feeds. + . + It integrates also with dillo viewer plugin to allow online browsing + of entries, and has per-feed customization features, transforming + your Sylpheed-Claws into a powerful lightweight feeds reader. + +Package: sylpheed-claws-gtk2-mailmbox-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: mbox format mailboxes handler for Sylpheed-Claws GTK2 mailer + The mailMBOX plugin for Sylpheed-Claws provides the ability of handling + mbox existing files like mailer's native folders using libetpan library. + +Package: sylpheed-claws-gtk2-maildir-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Maildir++ support plugin for the Sylpheed-Claws GTK2 mailer + The Maildir++ plugin for Sylpheed-Claws provides direct access to Maildir++ + mailboxes used by IMAP servers like Dovecot, BincIMAP or Courier without + having all the IMAP overhead of a connection to 'localhost'. + +Package: sylpheed-claws-gtk2-smime-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: S/MIME signature/encryption handling for Sylpheed-Claws GTK2 + This plugin handles S/MIME signed and/or encrypted mails in Sylpheed-Claws. + You can decrypt mails, verify signatures or sign and encrypt your own mails. + . + This plugin doesn't handle signed+encrypted and encryption of multipart + messages very well (yet). + +Package: sylpheed-claws-gtk2-html2-viewer +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: HTML mail/attachment viewer for Sylpheed-Claws GTK2 mailer + This plugin enables viewing HTML mails and mail attachments within + the Sylpheed-Claws message window using the gtkhtml2 widget. + +Package: sylpheed-claws-gtk2-acpi-notifier +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Laptop's Mail LED control for Sylpheed-Claws GTK2 + This plugin for the Sylpheed-Claws GTK2 mailer enables notification + of new mail using the mail LED available on some portable computer + models from Acer, ASUS, Fujitsu and IBM makers. + +Package: sylpheed-claws-gtk2-attach-remover +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Mail attachment remover for Sylpheed-Claws GTK2 + This plugin for the Sylpheed-Claws GTK2 mailer provides a way to + remove unwanted attachments from received mails. + . + All attachments are removed from the selected mails, there is no way to + preserve an attachment while removing others. + +Package: sylpheed-claws-gtk2-cache-saver +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Internal cache saver for Sylpheed-Claws GTK2 mailer + This plugin for the Sylpheed-Claws GTK2 allows saving the internal + caches to disk periodically (each minute by default, or any other + user-defined amount of time). It may help avoiding the loss of metadata + on crashes. + +Package: sylpheed-claws-gtk2-fetchinfo-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: X-FETCH headers adder for Sylpheed-Claws GTK2 mailer + This plugin for the Sylpheed-Claws GTK2 mailer enables adding + useful extra headers to the reveived mails with information like + the receiving account or the server the mail was downloaded from. + These headers can be used for filtering and/or processing messages + more appropriately. + +Package: sylpheed-claws-gtk2-newmail-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: New mail logger plugin for Sylpheed-Claws GTK2 mailer + This plugin for the Sylpheed-Claws GTK2 mailer writes a summary of new + messages' headers to a log file on arrival of new mail after sorting. + +Package: sylpheed-claws-gtk2-multi-notifier +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: A variety of new mail notifiers for Sylpheed-Claws GTK2 + This plugin for Sylpheed-Claws GTK2 mailer collects several ways of + notification of new (and possibly unread) mail to the user. + Currently, a popup window and a mail banner are implemented. + +Package: sylpheed-claws-gtk2-synce-plugin +Architecture: any +Depends: ${shlibs:Depends}, sylpheed-claws-gtk2 (>= ${Claws-Version}) +Description: Addressbook synchronization with Windows CE devices + This plugin for Sylpheed-Claws GTK2 assists in keeping the email addresses + of a Windows CE device (Pocket PC, iPAQ, Smartphone) addressbook + synchronized with the Sylpheed-Claws addressbook. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/patches/perl-filter01conversion_script.patch +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/patches/perl-filter01conversion_script.patch @@ -0,0 +1,12 @@ +diff -urN perl_plugin-0.6.orig/tools/matcherrc2perlfilter.pl perl_plugin-0.6/tools/matcherrc2perlfilter.pl +--- perl_plugin-0.6.orig/tools/matcherrc2perlfilter.pl 2005-07-15 14:51:54.000000000 +0200 ++++ perl_plugin-0.6/tools/matcherrc2perlfilter.pl 2006-02-21 17:40:30.000000000 +0100 +@@ -31,7 +31,7 @@ + our $tokens = 0; + + my $home_dir = $ENV{"HOME"}; $home_dir ||= "."; +-my $sylph_dir = `sylpheed --config-dir`; ++my $sylph_dir = `sylpheed-claws-gtk2 --config-dir`; + my $matcherrc = "matcherrc"; + my $perlfilter = "perl_filter"; + my $dirsep = "/"; --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/patches/perl-filter02pod_manpage.patch +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/patches/perl-filter02pod_manpage.patch @@ -0,0 +1,18 @@ +diff -urN perl_plugin-0.6.orig/sc_perl.pod perl_plugin-0.6/sc_perl.pod +--- perl_plugin-0.6.orig/sc_perl.pod 2005-07-15 14:51:53.000000000 +0200 ++++ perl_plugin-0.6/sc_perl.pod 2006-02-21 17:43:58.000000000 +0100 +@@ -725,11 +725,11 @@ + + =head1 SEE ALSO + +-sylpheed(1), perl(1) ++sylpheed-claws-gtk2(1), perl(1) + + + =head1 AUTHOR + + Holger Berndt + +-=cut +\ No hay ningún carácter de nueva línea al final del fichero ++=cut --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/docs +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/docs @@ -0,0 +1 @@ +README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/README.Packaging +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/README.Packaging @@ -0,0 +1,55 @@ +Build-Depends for each plugin +----------------------------- + +COMMON-FOR-ALL: + debhelper (>= 5.0.0), libsylpheed-claws-gtk2 (>= 2.2.0), + libglib2.0-dev, libgtk2.0-dev, + +vcalendar-plugin: + flex, bison, libcurl3-dev + +etpan-privacy: + autotools-dev, pkg-config, libetpan-dev (>= 0.42) + +perl-filter: + autotools-dev*, pkg-config*, libperl-dev (>= 5.8.0), perl (>= 5.8.0) + +feeds-reader: + autotools-dev*, docbook-to-man, libxml2-dev, libcurl-ssl-dev, + libkrb5-dev + +mailmbox-plugin: + docbook-to-man*, libetpan-dev* + +maildir-plugin: + libdb4.4-dev + +smime-plugin: + pkg-config*, libgpgme-dev (>= 1.1.1) + +html2-viewer: + gettext (>= 0.12.1), pkg-config*, libgtkhtml2-dev (>= 2.6), libcurl-ssl-dev* + +acpi-notifier: + pkg-config*, gettext* (>= 0.14.5) + +attach-remover: + pkg-config* + +cache-saver: + pkg-config* + +fetchinfo-plugin: + +newmail-plugin: + sed + +multi-notifier: + pkg-config* + +synce-plugin: + pkg-config* libsynce0-dev librapi2-dev + +-- +Ricardo Mones + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/patcher +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/patcher @@ -0,0 +1,15 @@ +#!/bin/bash +# +# patcher - applies a set of patches to a plugin +# Usage: ./patcher level plugin-name patchset-prefix +d=`echo $2` +p=`echo debian/patches/$3* | xargs` +echo "*** Entering $d "; +cd $d +for patch in $p; +do echo "*** Applying $patch "; + patch $1 < ../$patch; +done; +echo "*** Exiting $d "; +cd ..; + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/changelog +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/changelog @@ -0,0 +1,68 @@ +sylpheed-claws-gtk2-extra-plugins (2.5.2-2) unstable; urgency=low + + * debian/control + - require up to date claws for building (2.5.6) + + -- Ricardo Mones Sun, 22 Oct 2006 14:03:07 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.5.2-1) unstable; urgency=low + + * New upstream release + * debian/control + - Updated claws dependency to 2.5.3 version, make it binNMU-safe + * debian/rules + - Fixed smime changelog installed in cachesaver plugin + * debian/README.Packaging, debian/control, debian/rules + debian/sylpheed-claws-gtk2-synce-plugin.*, debian/configure + debian/manpages/sylpheed-claws-gtk2-synce-plugin.sgml + - Added new synce plugin + + -- Ricardo Mones Tue, 10 Oct 2006 09:38:00 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.5.0~rc3-1) unstable; urgency=low + + * New upstream candidate release + * debian/control + - Claws version rc3 needed + * debian/Makefile + - Make building fail if some plugin fails (Closes: #385606) + + -- Ricardo Mones Thu, 7 Sep 2006 20:26:33 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.5.0~rc2-1) unstable; urgency=low + + * New upstream candidate release + * debian/control + - Newer s-c-gtk2 needed for building + + -- Ricardo Mones Wed, 30 Aug 2006 13:40:48 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.4.0-2) unstable; urgency=low + + * debian/rules, patches/vcalendar-plugin01license.patch + - Removed temporary patch + * debian/control + - Removed spurious Enhances field from source package + + -- Ricardo Mones Fri, 4 Aug 2006 10:28:23 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.4.0-1) unstable; urgency=low + + * New upstream release + * deban/control + - Updated claws version dependency + + -- Ricardo Mones Wed, 2 Aug 2006 09:18:42 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.3.0-2) unstable; urgency=low + + * debian/rules + - added forgotten matcherrc2perlfilter to the perl-filter plugin + + -- Ricardo Mones Tue, 25 Jul 2006 15:07:38 +0200 + +sylpheed-claws-gtk2-extra-plugins (2.3.0-1) unstable; urgency=low + + * Initial release (Closes: #344012) + + -- Ricardo Mones Thu, 15 Jun 2006 07:40:16 +0200 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/README.Add.Plugin.HOWTO +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/README.Add.Plugin.HOWTO @@ -0,0 +1,46 @@ +HOW TO ADD A NEW PLUGIN TO THE PLUGINS BEING BUILT BY THE PACKAGE +----------------------------------------------------------------- + +* Add plugin to control + - Add additional Build-Depends: + + Use a separate line + + Add them to README.Packaging + - Add Package: entry + + Depends: sylpheed-claws-gtk2 (>= ${Source-Version}) (allow binNMUs) + - Add package name to sylpheed-claws-gtk2-extra-plugins Depends: + +* Add plugin copyright + - Create package-name.copyright file with the copyright info gathered + +* Add plugin documents + - doc files provided to plugin-name.docs.in prefixed by --TOPDIR--/ + +* Add plugin manpages + - if manpage is Debian provided: + + copy/create plugin-name.1 manpage to manpages/ + + add manpage to plugin-name.manpages as debian/manpages/plugin-name.1 + + new manpages are preferred in sgml + - else + + just add it to plugin-name.manpages + + if you're generating it take care of adjusting the paths + +* Add plugin patches + - Give it a unique number and a descriptive name + - use the plugin-name as namespace prefix (plugin-nameXXpatch-name.patch) + +* Add plugin to rules + - add patching line to apply-patches: if patches are used + - add build: post $(MAKE) install rules + + mv original-name-*/* to plugin-name + + add cleanup rules (if required) + - add docs file generation rule to binary-indep: + - add changelog installation to binary-arch: + +* Add plugin to configure + - append '\ name' (without -version) to the TOBEBUILTNAMES var + +* Commit and you're almost done + +* Check the new plugin is built and packaged ok +-- +Ricardo Mones --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-fetchinfo-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-fetchinfo-plugin.copyright @@ -0,0 +1,18 @@ +This package was debianized by Ricardo Mones on +Wed, 24 May 2006 15:34:33 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Thorsten Maerz + +License: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team + Copyright (C) 2003-2006 Thorsten Maerz + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-etpan-privacy.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-etpan-privacy.copyright @@ -0,0 +1,17 @@ +This package was debianized by Ricardo Mones on +Sun, 25 Sep 2005 11:52:33 +0200. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Upstream Author: DINH Viêt Hoà + +License: + +Copyright (C) 1999-2005 Hiroyuki Yamamoto & the Sylpheed-Claws team +Copyright (C) 2004-2005 DINH Viêt Hoà + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-perl-filter.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-perl-filter.copyright @@ -0,0 +1,17 @@ +This package was debianized by Ricardo Mones on +Mon, 26 Sep 2005 10:51:21 +0200. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Copyright Holder: + +Copyright (C) 2005 Holger Berndt +Copyright (C) 1999-2005 Hiroyuki Yamamoto and The Sylpheed-Claws Team + +License: + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-html2-viewer.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-html2-viewer.copyright @@ -0,0 +1,29 @@ +This package was debianized by Ricardo Mones on +Sun, 14 May 2006 20:04:13 +0200. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Upstream Author: iSteve + +License: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Sylpheed-Claws Team + Copyright (C) 2006 iSteve + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-mailmbox-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-mailmbox-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-mailmbox-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-smime-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-smime-plugin.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/Makefile +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/Makefile @@ -0,0 +1,57 @@ +# +# Makefile for building all plugins in a predefined set +# +# Copyright (C) 2006 by Ricardo Mones +# +# You are free to distribute this software under the terms of +# the GNU General Public License. +# + +TOBEBUILT := $(shell /bin/bash ./configure --get-plugin-list) + +all: + touch all-mark; + for plugin in $(TOBEBUILT); \ + do cd $$plugin && \ + echo "*** Building $$plugin " && \ + $(MAKE) && \ + cd .. || break; \ + done && test -f all-mark && rm -f all-mark; + +install: + touch install-mark; + for plugin in $(TOBEBUILT); \ + do cd $$plugin && \ + echo "*** Installing $$plugin " && \ + $(MAKE) install DESTDIR=$(DESTDIR)/$$plugin && \ + cd .. || break; \ + done && test -f install-mark && rm -f install-mark; + +uninstall: + touch uninstall-mark; + for plugin in $(TOBEBUILT); \ + do cd $$plugin && \ + echo "*** Uninstalling $$plugin " && \ + $(MAKE) uninstall && \ + cd .. || break; \ + done && test -f uninstall-mark && rm -f uninstall-mark; + +clean: + touch clean-mark; + for plugin in $(TOBEBUILT); \ + do cd $$plugin && \ + echo "*** Cleaning $$plugin " && \ + $(MAKE) clean && \ + cd .. || break; \ + done && test -f clean-mark && rm -f clean-mark; + +distclean: + touch distclean-mark; + for plugin in $(TOBEBUILT); \ + do cd $$plugin && \ + echo "*** Distcleaning $$plugin " && \ + $(MAKE) distclean && \ + cd .. || break; \ + done && test -f distclean-mark && rm -f distclean-mark; + +.PHONY: all install uninstall clean distclean all-built --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/gendocs +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/gendocs @@ -0,0 +1,13 @@ +#!/bin/bash +# +# generates a .docs file from .docs.in replacing token +# Usage: +# debian/gendocs plugin-name plugin-toplevel-build-dir +# debian/gendocs plugin-name --clean +# +if [ "$2" = "--clean" ]; then rm -f debian/$1.docs; exit 0; fi +d=`echo $2` +sed -e "s,--TOPDIR--,$d," \ + < debian/$1.docs.in \ + > debian/$1.docs + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/compat +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/compat @@ -0,0 +1 @@ +5 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-mailmbox-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-mailmbox-plugin.copyright @@ -0,0 +1,17 @@ +This package was debianized by Ricardo Mones on +Sun, 15 Mar 2006 10:35:57 +0200. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Upstream Author: DINH Viêt Hoà + +License: + +Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team +Copyright (C) 2004-2006 DINH Viêt Hoà + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-multi-notifier.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-multi-notifier.copyright @@ -0,0 +1,28 @@ +This package was debianized by Ricardo Mones on +Wed, 24 May 2006 15:34:33 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Holger Berndt + +License: + + Notification Plugin for Sylpheed-Claws + Copyright (C) 2005 Holger Berndt + + This program is free software; you can redistribute it and/or modify + it under the terms of the version 2 of the GNU General Public License + as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-etpan-privacy.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-etpan-privacy.docs.in @@ -0,0 +1 @@ +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-html2-viewer.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-html2-viewer.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-html2-viewer.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-perl-filter.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-perl-filter.manpages @@ -0,0 +1,2 @@ +debian/manpages/sylpheed-claws-gtk2-perl-filter.1 +debian/manpages/matcherrc2perlfilter.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-feeds-reader.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-feeds-reader.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-feeds-reader.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-html2-viewer.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-html2-viewer.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-perl-filter.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-perl-filter.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-newmail-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-newmail-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-newmail-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-synce-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-synce-plugin.copyright @@ -0,0 +1,33 @@ +This package was debianized by Ricardo Mones on +Wed, 2 Oct 2006 13:35:12 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Holger Berndt + +License: + + synce_plugin -- SynCE Support for Sylpheed-Claws + + Copyright (C) 2005 Holger Berndt + + Sylpheed is a GTK+ based, lightweight, and fast e-mail client + Copyright (C) 1999-2005 Hiroyuki Yamamoto and the Sylpheed-Claws Team + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-maildir-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-maildir-plugin.copyright @@ -0,0 +1,15 @@ +This package was debianized by Ricardo Mones on +Thu, 28 May 2004 17:01:14 +0200. + +It was downloaded from http://reboot.animeirc.de + +Upstream Author: Christoph Hohmann + +Copyright: + +Copyright (C) 1999-2004 Hiroyuki Yamamoto and the Sylpheed-Claws Team + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-fetchinfo-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-fetchinfo-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-fetchinfo-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-attach-remover.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-attach-remover.copyright @@ -0,0 +1,18 @@ +This package was debianized by Ricardo Mones on +Wed, 23 May 2006 07:54:51 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Colin Leroy + +License: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team + Copyright (C) 2005-2006 Colin Leroy + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-cache-saver.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-cache-saver.copyright @@ -0,0 +1,18 @@ +This package was debianized by Ricardo Mones on +Wed, 23 May 2006 07:54:51 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Colin Leroy + +License: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team + Copyright (C) 2004-2006 Colin Leroy + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-vcalendar-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-vcalendar-plugin.copyright @@ -0,0 +1,396 @@ +This package was debianized by Ricardo Mones on +Wed, 21 Sep 2005 20:53:49 +0100. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Copyright: + +Upstream Author: Colin Leroy + +License: + + The code in this distribution is Copyright 1999-2006 by Colin Leroy + and the Sylpheed-Claws team. + + As a special exception, the Sylpheed-Claws team gives permission to link + the code of its release of the Sylpheed-Claws vCalendar plugin with the + OpenSSL project's "OpenSSL" library (or with modified versions of it that use + the same license as the "OpenSSL" library), and distribute the linked + executables. You must obey the GNU General Public License in all respects for + all of the code used other than "OpenSSL". If you modify this file, you may + extend this exception to your version of the file, but you are not obliged + to do so. If you do not wish to do so, delete this exception statement from + your version. + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + +Original libical sources + +Copyright: + +Upstream Author: Eric Busboom + +License: + + The code and datafiles in this distribution are licensed under the + Mozilla Public License. See http://www.mozilla.org/NPL/MPL-1.0.html + for a copy of the license. Alternately, you may use libical under the + terms of the GNU Library General Public License. See + http://www.fsf.org/copyleft/lesser.html for a copy of the LGPL. + + This dual license ensures that the library can be incorporated into + both proprietary code and GPL'd programs, and will benefit from + improvements made by programmers in both realms. I will only accept + changes into my version of the library if they are similarly + dual-licensed. + + Portions of this distribution are (C) Copyright 1996 Apple Computer, + Inc., AT&T Corp., International Business Machines Corporation and + Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for + details. + +On Debian GNU/Linux systems, the complete text of the GNU Library +General Public License can be found in `/usr/share/common-licenses/LGPL' +For convenience the complete MPL 1.0 follows: + + MOZILLA PUBLIC LICENSE + Version 1.0 + + 1. Definitions. + + 1.1. ``Contributor'' means each entity that creates or contributes to the + creation of Modifications. + + 1.2. ``Contributor Version'' means the combination of the Original Code, + prior Modifications used by a Contributor, and the Modifications made by + that particular Contributor. + + 1.3. ``Covered Code'' means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case including + portions thereof. + + 1.4. ``Electronic Distribution Mechanism'' means a mechanism generally + accepted in the software development community for the electronic transfer + of data. + + 1.5. ``Executable'' means Covered Code in any form other than Source Code. + + 1.6. ``Initial Developer'' means the individual or entity identified as the + Initial Developer in the Source Code notice required by Exhibit A. + + 1.7. ``Larger Work'' means a work which combines Covered Code or portions + thereof with code not governed by the terms of this License. + + 1.8. ``License'' means this document. + + 1.9. ``Modifications'' means any addition to or deletion from the substance + or structure of either the Original Code or any previous Modifications. When + Covered Code is released as a series of files, a Modification is: + + A. Any addition to or deletion from the contents of a file containing + Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. ``Original Code'' means Source Code of computer software code which is + described in the Source Code notice required by Exhibit A as Original Code, + and which, at the time of its release under this License is not already + Covered Code governed by this License. + + 1.11. ``Source Code'' means the preferred form of the Covered Code for making + modifications to it, including all modules it contains, plus any associated + interface definition files, scripts used to control compilation and + installation of an Executable, or a list of source code differential + comparisons against either the Original Code or another well known, available + Covered Code of the Contributor's choice. The Source Code can be in a + compressed or archival form, provided the appropriate decompression or + de-archiving software is widely available for no charge. + + 1.12. ``You'' means an individual or a legal entity exercising rights under, + and complying with all of the terms of, this License or a future version of + this License issued under Section 6.1. For legal entities, ``You'' includes + any entity which controls, is controlled by, or is under common control with + You. For purposes of this definition, ``control'' means (a) the power, direct + or indirect, to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of fifty percent (50%) or more of the + outstanding shares or beneficial ownership of such entity. + + 2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property claims: + + (a) to use, reproduce, modify, display, perform, sublicense and + distribute the Original Code (or portions thereof) with or without + Modifications, or as part of a Larger Work; and + + (b) under patents now or hereafter owned or controlled by Initial + Developer, to make, have made, use and sell (``Utilize'') the Original + Code (or portions thereof), but solely to the extent that any such + patent is reasonably necessary to enable You to Utilize the Original + Code (or portions thereof) and not to any greater extent that may be + necessary to Utilize further Modifications or combinations. + + 2.2. Contributor Grant. + Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive + license, subject to third party intellectual property claims: + + (a) to use, reproduce, modify, display, perform, sublicense and + distribute the Modifications created by such Contributor (or portions + thereof) either on an unmodified basis, with other Modifications, as + Covered Code or as part of a Larger Work; and + + (b) under patents now or hereafter owned or controlled by Contributor, + to Utilize the Contributor Version (or portions thereof), but solely + to the extent that any such patent is reasonably necessary to enable + You to Utilize the Contributor Version (or portions thereof), and not + to any greater extent that may be necessary to Utilize further + Modifications or combinations. + + 3. Distribution Obligations. + + 3.1. Application of License. + The Modifications which You create or to which You contribute are governed + by the terms of this License, including without limitation Section 2.2. + The Source Code version of Covered Code may be distributed only under the + terms of this License or a future version of this License released under + Section 6.1, and You must include a copy of this License with every copy of + the Source Code You distribute. You may not offer or impose any terms on any + Source Code version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include an + additional document offering the additional rights described in Section 3.5. + + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be made + available in Source Code form under the terms of this License either on the + same media as an Executable version or via an accepted Electronic Distribution + Mechanism to anyone to whom you made an Executable version available; and if + made available via Electronic Distribution Mechanism, must remain available + for at least twelve (12) months after the date it initially became available, + or at least six (6) months after a subsequent version of that particular + Modification has been made available to such recipients. You are responsible + for ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + + 3.3. Description of Modifications. + You must cause all Covered Code to which you contribute to contain a file + documenting the changes You made to create that Covered Code and the date of + any change. You must include a prominent statement that the Modification is + derived, directly or indirectly, from Original Code provided by the Initial + Developer and including the name of the Initial Developer in (a) the Source + Code, and (b) in any notice in an Executable version or related documentation + in which You describe the origin or ownership of the Covered Code. + + 3.4. Intellectual Property Matters + + (a) Third Party Claims. + If You have knowledge that a party claims an intellectual property + right in particular functionality or code (or its utilization under + this License), you must include a text file with the source code + distribution titled ``LEGAL'' which describes the claim and the party + making the claim in sufficient detail that a recipient will know whom + to contact. If you obtain such knowledge after You make Your + Modification available as described in Section 3.2, You shall promptly + modify the LEGAL file in all copies You make available thereafter and + shall take other steps (such as notifying appropriate mailing lists + or newsgroups) reasonably calculated to inform those who received the + Covered Code that new knowledge has been obtained. + + (b) Contributor APIs. + If Your Modification is an application programming interface and You + own or control patents which are reasonably necessary to implement + that API, you must also include this information in the LEGAL file. + + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source Code, + and this License in any documentation for the Source Code, where You describe + recipients' rights relating to Covered Code. If You created one or more + Modification(s), You may add your name as a Contributor to the notice + described in Exhibit A. If it is not possible to put such notice in a + particular Source Code file due to its structure, then you must include such + notice in a location (such as a relevant directory file) where a user would + be likely to look for such a notice. You may choose to offer, and to charge + a fee for, warranty, support, indemnity or liability obligations to one or + more recipients of Covered Code. However, You may do so only on Your own + behalf, and not on behalf of the Initial Developer or any Contributor. You + must make it absolutely clear than any such warranty, support, indemnity or + liability obligation is offered by You alone, and You hereby agree to + indemnify the Initial Developer and every Contributor for any liability + incurred by the Initial Developer or such Contributor as a result of + warranty, support, indemnity or liability terms You offer. + + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the requirements + of Section 3.1-3.5 have been met for that Covered Code, and if You include + a notice stating that the Source Code version of the Covered Code is available + under the terms of this License, including a description of how and where + You have fulfilled the obligations of Section 3.2. The notice must be + conspicuously included in any notice in an Executable version, related + documentation or collateral in which You describe recipients' rights relating + to the Covered Code. You may distribute the Executable version of Covered Code + under a license of Your choice, which may contain terms different from this + License, provided that You are in compliance with the terms of this License + and that the license for the Executable version does not attempt to limit or + alter the recipient's rights in the Source Code version from the rights set + forth in this License. If You distribute the Executable version under a + different license You must make it absolutely clear that any terms which + differ from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the Initial + Developer or such Contributor as a result of any such terms You offer. + + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code not + governed by the terms of this License and distribute the Larger Work as a + single product. In such a case, You must make sure the requirements of this + License are fulfilled for the Covered Code. + + 4. Inability to Comply Due to Statute or Regulation. + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Code due to statute or regulation + then You must: (a) comply with the terms of this License to the maximum + extent possible; and (b) describe the limitations and the code they affect. + Such description must be included in the LEGAL file described in Section 3.4 + and must be included with all distributions of the Source Code. Except to + the extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + + 5. Application of this License. + + This License applies to code to which the Initial Developer has attached the + notice in Exhibit A, and to related Covered Code. + + 6. Versions of the License. + + 6.1. New Versions. + Netscape Communications Corporation (``Netscape'') may publish revised and/or + new versions of the License from time to time. Each version will be given a + distinguishing version number. + + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that version. + You may also choose to use such Covered Code under the terms of any + subsequent version of the License published by Netscape. No one other than + Netscape has the right to modify the terms applicable to Covered Code + created under this License. + + 6.3. Derivative Works. + If you create or use a modified version of this License (which you may only + do in order to apply it to code which is not already Covered Code governed + by this License), you must (a) rename Your license so that the phrases + ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any + confusingly similar phrase do not appear anywhere in your license and + (b) otherwise make it clear that your version of the license contains terms + which differ from the Mozilla Public License and Netscape Public License. + (Filling in the name of the Initial Developer, Original Code or Contributor + in the notice described in Exhibit A shall not of themselves be deemed to + be modifications of this License.) + + 7. DISCLAIMER OF WARRANTY. + + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT + WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT + LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, + FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE + QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED + CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY + OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR + CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF + THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT + UNDER THIS DISCLAIMER. + + 8. TERMINATION. + + This License and the rights granted hereunder will terminate automatically + if You fail to comply with terms herein and fail to cure such breach within + 30 days of becoming aware of the breach. All sublicenses to the Covered Code + which are properly granted shall survive any termination of this License. + Provisions which, by their nature, must remain in effect beyond the + termination of this License shall survive. + + 9. LIMITATION OF LIABILITY. + + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING + NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER + CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF + SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, + INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT + LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR + MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH + PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS + LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL + INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR + LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND + LIMITATION MAY NOT APPLY TO YOU. + + 10. U.S. GOVERNMENT END USERS. + + The Covered Code is a ``commercial item,'' as that term is defined in 48 + C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' + and ``commercial computer software documentation,'' as such terms are used + in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 + C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End + Users acquire Covered Code with only those rights set forth herein. + + 11. MISCELLANEOUS. + + This License represents the complete agreement concerning subject matter + hereof. If any provision of this License is held to be unenforceable, such + provision shall be reformed only to the extent necessary to make it + enforceable. This License shall be governed by California law provisions + (except to the extent applicable law, if any, provides otherwise), excluding + its conflict-of-law provisions. With respect to disputes in which at least + one party is a citizen of, or an entity chartered or registered to do + business in, the United States of America: (a) unless otherwise agreed in + writing, all disputes relating to this License (excepting any dispute + relating to intellectual property rights) shall be subject to final and + binding arbitration, with the losing party paying all costs of arbitration; + (b) any arbitration relating to this Agreement shall be held in Santa Clara + County, California, under the auspices of JAMS/EndDispute; and (c) any + litigation relating to this Agreement shall be subject to the jurisdiction + of the Federal Courts of the Northern District of California, with venue + lying in Santa Clara County, California, with the losing party responsible + for costs, including without limitation, court costs and reasonable + attorneys fees and expenses. The application of the United Nations Convention + on Contracts for the International Sale of Goods is expressly excluded. Any + law or regulation which provides that the language of a contract shall be + construed against the drafter shall not apply to this License. + + 12. RESPONSIBILITY FOR CLAIMS. + + Except in cases where another Contributor has failed to comply with Section + 3.4, You are responsible for damages arising, directly or indirectly, out of + Your utilization of rights under this License, based on the number of copies + of Covered Code you made available, the revenues you received from utilizing + such rights, and other relevant factors. You agree to work with affected + parties to distribute responsibility on an equitable basis. + + EXHIBIT A. + + ``The contents of this file are subject to the Mozilla Public License Version + 1.0 (the "License"); you may not use this file except in compliance with the + License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for + the specific language governing rights and limitations under the License. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are + Copyright (C) ______ _______________________. All Rights Reserved. + + Contributor(s): ______________________________________.'' + + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-extra-plugins.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-extra-plugins.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-extra-plugins.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-feeds-reader.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-feeds-reader.copyright @@ -0,0 +1,40 @@ +This package was debianized by Ricardo Mones on +Thu, 1 Dec 2005 13:32:33 +0100. + +It was downloaded from http://ticho.yweb.sk/rssyl/ + +Copyright Holder: Andrej Kacian + +License: + + The code in this distribution is Copyright 2005-2006 by Andrej Kacian + and the Sylpheed-Claws team. + + As a special exception, the Andrej Kacian gives permission to link + the code of its release of RSSyl with the OpenSSL project's "OpenSSL" + library (or with modified versions of it that use the same license as the + "OpenSSL" library), and distribute the linked executables. + You must obey the GNU General Public License in all respects for all of the + code used other than "OpenSSL". If you modify this file, you may extend this + exception to your version of the file, but you are not obliged to do so. If + you do not wish to do so, delete this exception statement from your version. + + ---------------------------------------------------------------------------- + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-fetchinfo-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-fetchinfo-plugin.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-newmail-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-newmail-plugin.copyright @@ -0,0 +1,29 @@ +This package was debianized by Ricardo Mones on +Wed, 24 May 2006 15:34:33 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: H.Merijn Brand + +License: + + Copyright (C) 2005-2005 H.Merijn Brand and the Sylpheed-Claws Team + + (c) H.Merijn Brand 2005 + + This is free software, and can be distributed under the same terms + as Sylpheed-Claws. + + Please maintain the format and layout of the source files when + distributing. + +Excerpt of Sylpheed-Claws license: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-acpi-notifier.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-acpi-notifier.copyright @@ -0,0 +1,18 @@ +This package was debianized by Ricardo Mones on +Wed, 23 May 2006 07:54:51 +0200. + +It was downloaded from http://claws.sylpheed.org + +Upstream Author: Colin Leroy + +License: + + Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team + Copyright (C) 2005-2006 Colin Leroy + + You are free to distribute this software under the terms of + the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-mailmbox-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-mailmbox-plugin.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-smime-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-smime-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-smime-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-multi-notifier.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-multi-notifier.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-multi-notifier.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-vcalendar-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-vcalendar-plugin.sgml @@ -0,0 +1,119 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-VCALENDAR-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + vCalendar plugin for Sylpheed-Claws GTK2 + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Allows displaying vCalendar messages in a similar way other + well-known mailers do. Only the meeting subset of the vCalendar + format is currently supported. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named vcalendar.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-newmail-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-newmail-plugin.sgml @@ -0,0 +1,131 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + h.m.brand@xs4all.nl"> + + SYLPHEED-CLAWS-GTK2-NEWMAIL-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Message header summary to a log file. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin writes a summary of new mail headers to a log file. + Writing is done after sorting. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named newmail.so, and press the Open + button. + + + + + FILES + + + + ~/Mail/NewLog + + Default filename where header summary is written. + + + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-acpi-notifier.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-acpi-notifier.sgml @@ -0,0 +1,121 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-ACPI-NOTIFIER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Mail notification using laptop's mail LED + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Enables mail notification via the mail LED available on some + laptops. LED can be set to blinking or on when new mail is received. + + + Also can be set to blinking when user interaction is required. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named acpi_notifier.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-fetchinfo-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-fetchinfo-plugin.sgml @@ -0,0 +1,161 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + torte@netztorte.de"> + + SYLPHEED-CLAWS-GTK2-FETCHINFO-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Inserts headers containing some download information. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin enables adding extra headers to the received mails + containing additional download information. These headers can be used + in filtering rules, extending mail identification capabilities. + + + Currently the following headers can be added: + + + + + X-FETCH-ACCOUNT + + Receiving account name from Sylpheed-Claws configuration + (As appears in the accountrc file). + + + + + X-FETCH-SERVER + + POP3 server used for downloading. + + + + + X-FETCH-TIME + + Timestamp of download, rfc822 formatted. + + + + + X-FETCH-UIDL + + UIDL specifying the message on the server. + + + + + X-FETCH-USERID + + Username in the receiving account. + + + + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named fetchinfo_plugin.so, and press the + Open button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-extra-plugins.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-extra-plugins.sgml @@ -0,0 +1,117 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + SYLPHEED-CLAWS-GTK2-EXTRA-PLUGINS"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Extra plugins meta package. + + + DESCRIPTION + + &dhpackage; is a meta package for installing + all extra plugins for the Sylpheed-Claws GTK2 mailer. + + + See below for the corresponding manpages of each installed plugin. + + + + + SEE ALSO + + sylpheed-claws-gtk2-acpi-notifier (1), + sylpheed-claws-gtk2-attach-remover (1), + sylpheed-claws-gtk2-cache-saver (1), + sylpheed-claws-gtk2-etpan-privacy (1), + sylpheed-claws-gtk2-feeds-reader (1), + sylpheed-claws-gtk2-fetchinfo-plugin (1), + sylpheed-claws-gtk2-html2-viewer (1), + sylpheed-claws-gtk2-maildir-plugin (1), + sylpheed-claws-gtk2-mailmbox-plugin (1), + sylpheed-claws-gtk2-multi-notifier (1), + sylpheed-claws-gtk2-newmail-plugin (1), + sylpheed-claws-gtk2-perl-filter (1), + sylpheed-claws-gtk2-smime-plugin (1), + sylpheed-claws-gtk2-vcalendar-plugin (1), + sylpheed-claws-gtk2 (1). + + + + + http://www.sylpheed-claws.net/plugins.php + + + + + + http://claws.sylpheed.org/plugins.php + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-mailmbox-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-mailmbox-plugin.sgml @@ -0,0 +1,119 @@ +Ricardo"> + Mones"> + March 15, 2006"> + 1"> + mones@aic.uniovi.es"> + + dinh.viet.hoa@free.fr"> + + SYLPHEED-CLAWS-GTK2-MAILMBOX-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + mbox handling plugin for Sylpheed-Claws GTK2 mailer + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Provides the ability of handling mbox format files (used by some + other popular mailers) as if they were native mailer's folders. Just + add them and play. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named mailmbox.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-smime-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-smime-plugin.sgml @@ -0,0 +1,125 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-SMIME-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Handling of S/MIME signed and/or encrypted mails. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin allows decrypting mails, verifying signatures and sing + or encrypt your own mails using S/MIME. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named smime.so, and press the Open + button. + + + + + BUGS + + This plugin doesn't handle signed and encrypted mails and encryption + of multipart messages very well (yet). + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-multi-notifier.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-multi-notifier.sgml @@ -0,0 +1,136 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + berndth@gmx.de"> + + SYLPHEED-CLAWS-GTK2-MULTI-NOTIFIER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Multiple notification modules for new mail. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Provides various ways to notify the user of new and unread email. + + + The following modules are currently implemented: + + + + + Banner + + A mail ticker. + + + + + Popup + + A popup window on mail arrival. + + + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named notification_plugin.so, and press the + Open button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-maildir-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-maildir-plugin.sgml @@ -0,0 +1,122 @@ +Ricardo"> + Mones"> + April 15, 2006"> + 1"> + mones@debian.org"> + + reboot@gmx.ch"> + + SYLPHEED-CLAWS-GTK2-MAILDIR-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Maildir++ support plugin for Sylpheed-Claws GTK2 mailer + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin allows access to Maildir++ folders like those used + by popular IMAP servers like Dovecot, BincIMAP or Courier. + + + The access is made directly, without needing to set up an IMAP + connection to localhost, therefore without all protocol overhead. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named maildir.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-synce-plugin.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-synce-plugin.sgml @@ -0,0 +1,137 @@ +Ricardo"> + Mones"> + Oct 2, 2006"> + 1"> + mones@debian.org"> + + berndth@gmx.de"> + + SYLPHEED-CLAWS-GTK2-SYNCE-PLUGIN"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Windows CE device synchronization plugin. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin assists in keeping the addressbook of a Windows CE + device (Pocket PC/ iPAQ, Smartphone etc) in sync with Sylpheed-Claws' + addressbook, with respect to email addresses. + + It doesn't do real automatic syncing, like Microsoft's + ActiveSync and others. + + It adds a menu "SynCE" to the Tools menu, which does the + following: + + For every email address that is in the WinCE device and not in + Sylpheed-Claws' addressbook, offer to add it to Sylpheed-Claws' + addressbook or alternatively, just provide a list of such email + addresses + + For every email address in SylpheedClaws' addressbook, check if it + also exists on the WinCE device. Provide the user with a list of email + addresses that are in Sylpheed-Claws' addressbook but not on the WinCE + device. + + Note that no direct writing access to the WinCE device is supported + (so far). + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named synce_plugin.so, and press the + Open button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-cache-saver.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-cache-saver.sgml @@ -0,0 +1,118 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-CACHE-SAVER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Saves cache periodically to disk. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Saves the caches every 60 seconds, or any other period configured + by the user. It helps avoiding the loss of metadata on crashes. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named cachesaver.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-attach-remover.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-attach-remover.sgml @@ -0,0 +1,127 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-ATTACH-REMOVER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Attachments remover from mails + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Enables the removal all of attachments from emails. + When right-clicking a message on summary view, choose + Remove attachments from the displayed submenu. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named att_remover.so, and press the Open + button. + + + + + BUGS + + There is no way you can select individual attachments for removal. + It's all or nothing. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-etpan-privacy.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-etpan-privacy.sgml @@ -0,0 +1,118 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + dinh.viet.hoa@free.fr"> + + SYLPHEED-CLAWS-GTK2-ETPAN-PRIVACY"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Privacy plugin using libEtPan! library + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + Provides signature verification and decryption of encrypted + messages in S/MIME, OpenPGP, and ASCII-armored PGP formats. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named etpan-privacy.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-html2-viewer.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-html2-viewer.sgml @@ -0,0 +1,122 @@ +Ricardo"> + Mones"> + May 24, 2006"> + 1"> + mones@debian.org"> + + isteve@bofh.cz"> + + colin@colino.net"> + + SYLPHEED-CLAWS-GTK2-HTML2-VIEWER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2006 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Renders HTML mail using the gtkhtml2 rendering widget. + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. + + + This plugin enables viewing HTML mails (and HTML attachments) + within the Sylpheed-Claws message window using the gtkhtml2 widget + for the rendering. + + + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named gtkhtml2_viewer.so, and press the + Open button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-extra-plugins (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + and &chusernamea; &chemaila; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/matcherrc2perlfilter.pl.pod +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/matcherrc2perlfilter.pl.pod @@ -0,0 +1,54 @@ +=head1 NAME + +matcherrc2perlfilter -- Conversion of matcherrc rules to perl + +=head1 DESCRIPTION + +This script converts matcherrc filtering rules into perl_filter rules +for usage with the B plugin of +I mailer. + + +=head1 USAGE + +matcherrc2perlfilter + +No arguments required. Conversion is done for current user only. + + +=head1 FILES + +=over 2 + +=item $HOME/.sylpheed-claws/matcherrc + +Input file where standard filtering rules lie. + +=item $HOME/.sylpheed-claws/perl_filter + +Output file written by this script. Converted rules are appended if +the file already exists, so be careful when running the script more +than once. + +=back + + +=head1 BUGS + +This conversion script doesn't produce nice Perl code and is just +intended to get you started. If you choose to use the Perl plugin, +consider rewriting your rules. + + +=head1 SEE ALSO + +sylpheed-claws-gtk2-perl-filter(1), sylpheed-claws-gtk2(1) + + +=head1 AUTHOR + +This manual page was written by Ricardo Mones , for +the Debian GNU/Linux system (but may be used by others). +The matcherrc2perlfilter was written by Holger Berndt . + +=cut --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/manpages/sylpheed-claws-gtk2-feeds-reader.sgml +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/manpages/sylpheed-claws-gtk2-feeds-reader.sgml @@ -0,0 +1,115 @@ +Ricardo"> + Mones"> + December 3, 2005"> + 1"> + mones@aic.uniovi.es"> + + andrej@kacian.sk"> + + SYLPHEED-CLAWS-GTK2-FEEDS-READER"> + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Feeds (RSS/Atom) reader plugin for Sylpheed-Claws GTK2 mailer + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is a plugin (loadable module) for + Sylpheed-Claws GTK2 mailer. It allows user subscribe and read feeds like + if they were regular mail messages. + + Also integrates nicely with dillo-plugin, allowing online browsing + of feeds' sources. + + + USAGE + + Before using a plugin you must instruct Sylpheed-Claws to load + it on startup. + + For this you must go Configuration menu + on main window toolbar, open Plugins... dialog, click on + the Load plugin... button and select the plugin file, + named rssyl.so, and press the Open + button. + + + + + SEE ALSO + + sylpheed-claws-gtk2 (1), sylpheed-claws-gtk2-dillo-plugin (1). + + + + AUTHOR + + &dhpackage; was written by &chusername; &chemail; + + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/get-claws-ver.sh +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/get-claws-ver.sh @@ -0,0 +1,2 @@ +#!/bin/bash +grep libsylpheed-claws.*dev $1/debian/control | cut -f4 -d\ | cut -f1 -d\) --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/rules +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/rules @@ -0,0 +1,290 @@ +#!/usr/bin/make -f + +CFLAGS = -Wall -g + +NS := sylpheed-claws-gtk2 +CLAWS_VERSION = $(shell /bin/bash $(CURDIR)/debian/get-claws-ver.sh $(CURDIR)) + +IDIR := $(CURDIR)/debian +PDIR := $(CURDIR)/debian/manpages +GENDOCS := $(CURDIR)/debian/gendocs + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +apply-patches: + chmod +x debian/patcher + debian/patcher -p1 perl_plugin-* perl-filter + +configure: apply-patches configure-stamp + +configure-stamp: + dh_testdir + cp $(IDIR)/configure $(IDIR)/Makefile $(CURDIR) + chmod +x $(CURDIR)/configure + $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + docbook-to-man $(PDIR)/$(NS)-extra-plugins.sgml \ + > $(PDIR)/$(NS)-extra-plugins.1 + # _______________________________________(vcalendar-plugin)____ + docbook-to-man $(PDIR)/$(NS)-vcalendar-plugin.sgml \ + > $(PDIR)/$(NS)-vcalendar-plugin.1 + # __________________________________________(etpan-privacy)____ + docbook-to-man $(PDIR)/$(NS)-etpan-privacy.sgml \ + > $(PDIR)/$(NS)-etpan-privacy.1 + # ____________________________________________(perl-filter)____ + pod2man $(CURDIR)/perl_plugin-*/sc_perl.pod \ + > $(PDIR)/$(NS)-perl-filter.1 + pod2man $(PDIR)/matcherrc2perlfilter.pl.pod \ + > $(PDIR)/matcherrc2perlfilter.1 + # ___________________________________________(feeds-reader)____ + docbook-to-man $(PDIR)/$(NS)-feeds-reader.sgml \ + > $(PDIR)/$(NS)-feeds-reader.1 + # ________________________________________(mailmbox-plugin)____ + docbook-to-man $(PDIR)/$(NS)-mailmbox-plugin.sgml \ + > $(PDIR)/$(NS)-mailmbox-plugin.1 + # _________________________________________(maildir-plugin)____ + docbook-to-man $(PDIR)/$(NS)-maildir-plugin.sgml \ + > $(PDIR)/$(NS)-maildir-plugin.1 + # __________________________________________(acpi-notifier)____ + docbook-to-man $(PDIR)/$(NS)-acpi-notifier.sgml \ + > $(PDIR)/$(NS)-acpi-notifier.1 + # _________________________________________(attach-remover)____ + docbook-to-man $(PDIR)/$(NS)-attach-remover.sgml \ + > $(PDIR)/$(NS)-attach-remover.1 + # ____________________________________________(cache-saver)____ + docbook-to-man $(PDIR)/$(NS)-cache-saver.sgml \ + > $(PDIR)/$(NS)-cache-saver.1 + # _______________________________________(fetchinfo-plugin)____ + docbook-to-man $(PDIR)/$(NS)-fetchinfo-plugin.sgml \ + > $(PDIR)/$(NS)-fetchinfo-plugin.1 + # ___________________________________________(html2-viewer)____ + docbook-to-man $(PDIR)/$(NS)-html2-viewer.sgml \ + > $(PDIR)/$(NS)-html2-viewer.1 + # ___________________________________________(smime-plugin)____ + docbook-to-man $(PDIR)/$(NS)-smime-plugin.sgml \ + > $(PDIR)/$(NS)-smime-plugin.1 + # _________________________________________(newmail-plugin)____ + docbook-to-man $(PDIR)/$(NS)-newmail-plugin.sgml \ + > $(PDIR)/$(NS)-newmail-plugin.1 + # _________________________________________(multi-notifier)____ + docbook-to-man $(PDIR)/$(NS)-multi-notifier.sgml \ + > $(PDIR)/$(NS)-multi-notifier.1 + # ___________________________________________(synce-plugin)____ + docbook-to-man $(PDIR)/$(NS)-synce-plugin.sgml \ + > $(PDIR)/$(NS)-synce-plugin.1 + touch build-stamp + +clean: clean-docs + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + -$(MAKE) clean + -$(CURDIR)/configure --unconfigure + rm -f $(CURDIR)/configure $(CURDIR)/Makefile + # clean installdirs + rm -rf $(IDIR)/vcalendar-* \ + $(IDIR)/etpan-privacy-* \ + $(IDIR)/perl_plugin-* \ + $(IDIR)/rssyl-* \ + $(IDIR)/mailmbox-* \ + $(IDIR)/maildir-* \ + $(IDIR)/smime-* \ + $(IDIR)/gtkhtml2_viewer-* \ + $(IDIR)/acpi_notifier-* \ + $(IDIR)/att_remover-* \ + $(IDIR)/cachesaver-* \ + $(IDIR)/fetchinfo-plugin-* \ + $(IDIR)/newmail-* \ + $(IDIR)/notification_plugin-* \ + $(IDIR)/synce_plugin-* + # clean generated manpages + rm -f $(PDIR)/$(NS)-extra-plugins.1 \ + $(PDIR)/$(NS)-vcalendar-plugin.1 \ + $(PDIR)/$(NS)-etpan-privacy.1 \ + $(PDIR)/$(NS)-perl-filter.1 \ + $(PDIR)/matcherrc2perlfilter.1 \ + $(PDIR)/$(NS)-feeds-reader.1 \ + $(PDIR)/$(NS)-mailmbox-plugin.1 \ + $(PDIR)/$(NS)-maildir-plugin.1 \ + $(PDIR)/$(NS)-acpi-notifier.1 \ + $(PDIR)/$(NS)-attach-remover.1 \ + $(PDIR)/$(NS)-cache-saver.1 \ + $(PDIR)/$(NS)-fetchinfo-plugin.1 \ + $(PDIR)/$(NS)-html2-viewer.1 \ + $(PDIR)/$(NS)-smime-plugin.1 \ + $(PDIR)/$(NS)-newmail-plugin.1 \ + $(PDIR)/$(NS)-multi-notifier.1 \ + $(PDIR)/$(NS)-synce-plugin.1 + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(IDIR) + # _______________________________________[vcalendar-plugin]____ + mv $(IDIR)/vcalendar-*/* \ + $(IDIR)/$(NS)-vcalendar-plugin + # remove libical rests... + rm -rf $(IDIR)/$(NS)-vcalendar-plugin/usr/include + # ...and unwanted files + rm -f $(IDIR)/$(NS)-vcalendar-plugin/usr/lib/$(NS)/plugins/*.*a + # __________________________________________[etpan-privacy]____ + mv $(IDIR)/etpan-privacy-*/* \ + $(IDIR)/$(NS)-etpan-privacy + rm -f $(IDIR)/$(NS)-etpan-privacy/usr/lib/$(NS)/plugins/*.*a + # ____________________________________________[perl-filter]____ + mv $(IDIR)/perl_plugin-*/* \ + $(IDIR)/$(NS)-perl-filter + mkdir -p -m 755 $(IDIR)/$(NS)-perl-filter/usr/bin + install -m 755 $(CURDIR)/perl_plugin-*/tools/matcherrc2perlfilter.pl \ + $(IDIR)/$(NS)-perl-filter/usr/bin/matcherrc2perlfilter + rm -f $(IDIR)/$(NS)-perl-filter/usr/lib/$(NS)/plugins/*.*a + # ___________________________________________[feeds-reader]____ + mv $(IDIR)/rssyl-*/* \ + $(IDIR)/$(NS)-feeds-reader + rm -f $(IDIR)/$(NS)-feeds-reader/usr/lib/$(NS)/plugins/*.*a + # ________________________________________[mailmbox-plugin]____ + mv $(IDIR)/mailmbox-*/* \ + $(IDIR)/$(NS)-mailmbox-plugin + rm -f $(IDIR)/$(NS)-mailmbox-plugin/usr/lib/$(NS)/plugins/*.*a + # _________________________________________[maildir-plugin]____ + mv $(IDIR)/maildir-*/* \ + $(IDIR)/$(NS)-maildir-plugin + rm -f $(IDIR)/$(NS)-maildir-plugin/usr/lib/$(NS)/plugins/*.*a + # ___________________________________________[smime-plugin]____ + mv $(IDIR)/smime-*/* \ + $(IDIR)/$(NS)-smime-plugin + rm -f $(IDIR)/$(NS)-smime-plugin/usr/lib/$(NS)/plugins/*.*a + # ___________________________________________[html2-viewer]____ + mv $(IDIR)/gtkhtml2_viewer-*/* \ + $(IDIR)/$(NS)-html2-viewer + rm -f $(IDIR)/$(NS)-html2-viewer/usr/lib/$(NS)/plugins/*.*a + # __________________________________________[acpi-notifier]____ + mv $(IDIR)/acpi_notifier-*/* \ + $(IDIR)/$(NS)-acpi-notifier + rm -f $(IDIR)/$(NS)-acpi-notifier/usr/lib/$(NS)/plugins/*.*a + # _________________________________________[attach-remover]____ + mv $(IDIR)/att_remover-*/* \ + $(IDIR)/$(NS)-attach-remover + rm -f $(IDIR)/$(NS)-attach-remover/usr/lib/$(NS)/plugins/*.*a + # ____________________________________________[cache-saver]____ + mv $(IDIR)/cachesaver-*/* \ + $(IDIR)/$(NS)-cache-saver + rm -f $(IDIR)/$(NS)-cache-saver/usr/lib/$(NS)/plugins/*.*a + # _______________________________________[fetchinfo-plugin]____ + mv $(IDIR)/fetchinfo-plugin-*/* \ + $(IDIR)/$(NS)-fetchinfo-plugin + rm -f $(IDIR)/$(NS)-fetchinfo-plugin/usr/lib/$(NS)/plugins/*.*a + # _________________________________________[newmail-plugin]____ + mv $(IDIR)/newmail-*/* \ + $(IDIR)/$(NS)-newmail-plugin + rm -f $(IDIR)/$(NS)-newmail-plugin/usr/lib/$(NS)/plugins/*.*a + # _________________________________________[multi-notifier]____ + mv $(IDIR)/notification_plugin-*/* \ + $(IDIR)/$(NS)-multi-notifier + rm -f $(IDIR)/$(NS)-multi-notifier/usr/lib/$(NS)/plugins/*.*a + # ___________________________________________[synce-plugin]____ + mv $(IDIR)/synce_plugin-*/* \ + $(IDIR)/$(NS)-synce-plugin + rm -f $(IDIR)/$(NS)-synce-plugin/usr/lib/$(NS)/plugins/*.*a + +generate-docs: + chmod +x $(GENDOCS) + $(GENDOCS) $(NS)-vcalendar-plugin vcalendar-* + $(GENDOCS) $(NS)-etpan-privacy etpan-privacy-* + $(GENDOCS) $(NS)-perl-filter perl_plugin-* + $(GENDOCS) $(NS)-feeds-reader rssyl-* + $(GENDOCS) $(NS)-mailmbox-plugin mailmbox-* + $(GENDOCS) $(NS)-maildir-plugin maildir-* + $(GENDOCS) $(NS)-smime-plugin smime-* + $(GENDOCS) $(NS)-html2-viewer gtkhtml2_viewer-* + $(GENDOCS) $(NS)-acpi-notifier acpi_notifier-* + $(GENDOCS) $(NS)-attach-remover att_remover-* + $(GENDOCS) $(NS)-cache-saver cachesaver-* + $(GENDOCS) $(NS)-fetchinfo-plugin fetchinfo-plugin-* + $(GENDOCS) $(NS)-newmail-plugin newmail-* + $(GENDOCS) $(NS)-multi-notifier notification_plugin-* + $(GENDOCS) $(NS)-synce-plugin synce_plugin-* + +clean-docs: + chmod +x $(GENDOCS) + $(GENDOCS) $(NS)-vcalendar-plugin --clean + $(GENDOCS) $(NS)-etpan-privacy --clean + $(GENDOCS) $(NS)-perl-filter --clean + $(GENDOCS) $(NS)-feeds-reader --clean + $(GENDOCS) $(NS)-mailmbox-plugin --clean + $(GENDOCS) $(NS)-maildir-plugin --clean + $(GENDOCS) $(NS)-smime-plugin --clean + $(GENDOCS) $(NS)-html2-viewer --clean + $(GENDOCS) $(NS)-acpi-notifier --clean + $(GENDOCS) $(NS)-attach-remover --clean + $(GENDOCS) $(NS)-cache-saver --clean + $(GENDOCS) $(NS)-fetchinfo-plugin --clean + $(GENDOCS) $(NS)-newmail-plugin --clean + $(GENDOCS) $(NS)-multi-notifier --clean + $(GENDOCS) $(NS)-synce-plugin --clean + +binary-indep: build install generate-docs + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installchangelogs \ + -p$(NS)-acpi-notifier acpi_notifier-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-attach-remover att_remover-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-feeds-reader rssyl-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-fetchinfo-plugin fetchinfo-plugin-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-html2-viewer gtkhtml2_viewer-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-maildir-plugin maildir-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-mailmbox-plugin mailmbox-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-multi-notifier notification_plugin-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-newmail-plugin newmail-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-perl-filter perl_plugin-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-smime-plugin smime-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-cache-saver cachesaver-*/ChangeLog + dh_installchangelogs \ + -p$(NS)-synce-plugin synce_plugin-*/ChangeLog + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol -- -VClaws-Version=$(CLAWS_VERSION) + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure generate-docs clean-docs apply-patches + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/README.Debian +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/README.Debian @@ -0,0 +1,40 @@ +sylpheed-claws-gtk2-extra-plugins for Debian +-------------------------------------------- + +This is a collection of external plugins for Sylpheed-Claws. +Plugins are dynamic libraries and as such they must share a common ABI +with the host application to work properly. As the ABI is currently in +development, the plugin code must check the Sylpheed Claws version at +load time so it matches the version the plugin was compiled with. Not +doing so will result in unpredictable behaviour because of the ABI changes. + +This represents no problem for internal plugins because they are +recompiled at the same time Sylpheed-Claws is, so version always matches. + +OTOH, external plugins doesn't know when Sylpheed-Claws version has +changed, so packages for external plugins have to be rebuilt with each +new *upstream* version (Debian version changes shouldn't modify ABI). + +On current packaging there is no way to express the dependency on upstream +version only, so the implemented solution is to relax the dependency to +greater or equal than the current upstream version and introducing a conflict +with the next upstream version, so the plugin can effectively live with any +of the possible Debian revisions without needing to be rebuilt. + +This solution has at least one problem: it depends on a future value of the +version string. If upstream versioning scheme changes the version range +expressed by the current Depends/Conflicts pair may be wider than expected +and include the newer upstream version. In practice that means the old plugin +package won't be uninstalled when the new Sylpheed Claws version gets +installed. This has already happened with releases 0.9.12a and 0.9.12b. + +To summarize, when loading a plugin if you see the popup message: + "Your sylpheed version is newer than the + version the plugin was built with" +then you have to wait until a new plugin package enters the archive. + +Alternatively you may put sylpheed-claws-gtk2 package on hold until all +external plugins you use are uploaded and then upgrade both claws and +the plugins at the same time. + + -- Ricardo Mones Mon, 26 Jun 2006 07:24:14 +0200 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Ricardo Mones on +Mon, 10 Apr 2006 00:40:29 +0200. + +This is the packaging copyright information, refer to each package +copyright file for upstream related information. + +Copyright Holder: Ricardo Mones + +License: + +Copyright (C) 2006 by Ricardo Mones Lastra + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-multi-notifier.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-multi-notifier.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-maildir-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-maildir-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-maildir-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-synce-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-synce-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-synce-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-synce-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-synce-plugin.docs.in @@ -0,0 +1 @@ +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-maildir-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-maildir-plugin.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-attach-remover.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-attach-remover.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-attach-remover.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-cache-saver.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-cache-saver.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-cache-saver.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-etpan-privacy.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-etpan-privacy.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-etpan-privacy.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-smime-plugin.copyright +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-smime-plugin.copyright @@ -0,0 +1,19 @@ +This package was debianized by Ricardo Mones on +Wed, 11 May 2006 15:45:32 +0100. + +It was downloaded from http://claws.sylpheed.org/plugins.php + +Copyright: + +Upstream Author: Colin Leroy + +License: + +Copyright (C) 1999-2006 Hiroyuki Yamamoto & the Sylpheed-Claws team +Copyright (C) 2006 Colin Leroy + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-attach-remover.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-attach-remover.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-cache-saver.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-cache-saver.docs.in @@ -0,0 +1 @@ +--TOPDIR--/NEWS --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-acpi-notifier.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-acpi-notifier.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-acpi-notifier.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-feeds-reader.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-feeds-reader.docs.in @@ -0,0 +1,3 @@ +--TOPDIR--/NEWS +--TOPDIR--/README +--TOPDIR--/TODO --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-vcalendar-plugin.manpages +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-vcalendar-plugin.manpages @@ -0,0 +1 @@ +debian/manpages/sylpheed-claws-gtk2-vcalendar-plugin.1 --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-newmail-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-newmail-plugin.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-acpi-notifier.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-acpi-notifier.docs.in @@ -0,0 +1,2 @@ +--TOPDIR--/NEWS +--TOPDIR--/README --- sylpheed-claws-gtk2-extra-plugins-2.5.2.orig/debian/sylpheed-claws-gtk2-vcalendar-plugin.docs.in +++ sylpheed-claws-gtk2-extra-plugins-2.5.2/debian/sylpheed-claws-gtk2-vcalendar-plugin.docs.in @@ -0,0 +1 @@ +--TOPDIR--/README