debian/0000755000000000000000000000000012204453317007167 5ustar debian/roundcube-plugins-extra.links0000644000000000000000000000032411750712654015025 0ustar /usr/share/javascript/jquery-mousewheel/jquery.mousewheel.min.js usr/share/roundcube/plugins/contextmenu/jquery.mousewheel.js /usr/share/php/Net/Sieve.php usr/share/roundcube/plugins/sieverules/lib/Net/Sieve.php debian/rules0000755000000000000000000000500712204446663010257 0ustar #!/usr/bin/make -f INSTALL_PLUGIN_DIR = debian/roundcube-plugins-extra/usr/share/roundcube/plugins extract-tarballs: dh_testdir $(CURDIR)/debian/scripts/extract-tarballs get-orig-tarballs: dh_testdir $(CURDIR)/debian/scripts/get-orig-tarballs %: dh $@ override_dh_fixperms: dh_fixperms find $(CURDIR)/$(INSTALL_PLUGIN_DIR) \ -type f -print0 | xargs -0 chmod -x override_dh_auto_test: dh_auto_test $(CURDIR)/debian/scripts/check-long-description override_dh_install: # Install plugins . $(CURDIR)/debian/scripts/plugin-functions.sh; \ for plugin in $$(get_plugins); do \ extra_excludes=$$(get_plugin_field $$plugin Exclude-patterns 2>/dev/null | \ awk '{ print "--exclude=" $$0 }'); \ dh_install --exclude=LICENSE --exclude=INSTALL $$extra_excludes \ "$$(get_plugin_dir $$plugin)/*" usr/share/roundcube/plugins/$$plugin; \ done # Plugins are in usr/share/roundcube/plugins, for each plugin # if there is config.inc.php.dist, we symlink a config.inc.php # in /etc/roundcube/plugins with some dummy content. . $(CURDIR)/debian/scripts/plugin-functions.sh; \ for plugin in $$(get_plugins); do \ dh_link usr/share/roundcube/plugins/$$plugin \ var/lib/roundcube/plugins/$$plugin ; \ if [ ! -f $(INSTALL_PLUGIN_DIR)/$$plugin/config.inc.php.dist ]; then continue; fi ; \ dh_installdirs etc/roundcube/plugins/$$plugin ; \ (echo " \ $(CURDIR)/debian/roundcube-plugins-extra/etc/roundcube/plugins/$$plugin/config.inc.php ; \ dh_link etc/roundcube/plugins/$$plugin/config.inc.php \ usr/share/roundcube/plugins/$$plugin/config.inc.php ; \ done dh_install override_dh_installdocs: dh_installdocs . $(CURDIR)/debian/scripts/plugin-functions.sh; \ for plugin in $$(get_plugins); do \ for file in CHANGELOG CHANGES Changelog; do \ if [ -f "$(CURDIR)/$(INSTALL_PLUGIN_DIR)/$$plugin/$$file" ]; then \ mv "$(CURDIR)/$(INSTALL_PLUGIN_DIR)/$$plugin/$$file" "$(CURDIR)/debian/roundcube-plugins-extra/usr/share/doc/roundcube-plugins-extra/changelog.$$plugin"; \ fi; \ done; \ for file in README README.md; do \ if [ -f "$(CURDIR)/$(INSTALL_PLUGIN_DIR)/$$plugin/$$file" ]; then \ mv "$(CURDIR)/$(INSTALL_PLUGIN_DIR)/$$plugin/$$file" "$(CURDIR)/debian/roundcube-plugins-extra/usr/share/doc/roundcube-plugins-extra/$$plugin.$$file"; \ fi; \ done; \ done debian/control0000644000000000000000000000267112204453317010600 0ustar Source: roundcube-plugins-extra Section: web Priority: extra Maintainer: Debian Roundcube Maintainers Uploaders: Jérémy Bobbio Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.2 Vcs-Git: git://anonscm.debian.org/pkg-roundcube/roundcube-plugins-extra.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-roundcube/roundcube-plugins-extra.git Package: roundcube-plugins-extra Architecture: all Depends: libjs-jquery-mousewheel, php-net-sieve (>= 1.3.2), roundcube-core (>= 0.9.2), ${misc:Depends} Suggests: fail2ban Description: skinnable AJAX based webmail solution - extra plugins RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality expected from an e-mail client, including MIME support, address book, folder manipulation and message filters. . The user interface is fully skinnable using XHTML and CSS 2. . This package provides a collection of several plugins for Roundcube that are not maintained directly by Roundcube authors, namely: - compose_addressbook - contextmenu - copymessage - dkimstatus - dovecot_impersonate - fail2ban - keyboard_shortcuts - listcommands - markasjunk2 - message_highlight - quickrules - sauserprefs - sieverules - thunderbird_labels . They should be enabled in the configuration of Roundcube. debian/plugins0000644000000000000000000000354012204447776010611 0ustar Plugin: compose_addressbook Source: https://github.com/corbosman/compose_addressbook/archive/8.0.4.tar.gz Version: 8.0.4 Plugin: contextmenu Source: https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/archive/v0.9.2.tar.gz Version: 1.10-20130303+dfsg Exclude-patterns: jquery.mousewheel.js Repack: yes Plugin: copymessage Source: https://github.com/JohnDoh/Roundcube-Plugin-Copy-Message/archive/v0.9.2.tar.gz Version: 1.3-20130224 Plugin: dkimstatus Source: http://jve.linuxwall.info/ressources/code/dkimstatus-v0.4.8.tar Version: 4.8 Exclude-patterns: images/bigicons.tar images/BIGICONS.TXT Plugin: dovecot_impersonate Source: https://github.com/corbosman/dovecot_impersonate/archive/2.0.tar.gz Version: 2.0 Plugin: fail2ban Source: https://github.com/mattrude/rc-plugin-fail2ban/tarball/21f36de Version: 1.1+20111109 Plugin: keyboard_shortcuts Source: https://github.com/corbosman/keyboard_shortcuts/archive/2.1.tar.gz Version: 2.1 Plugin: listcommands Source: https://github.com/corbosman/listcommands/archive/2.2.3.tar.gz Version: 2.2.3 Plugin: markasjunk2 Source: https://github.com/JohnDoh/Roundcube-Plugin-Mark-as-Junk-2/archive/v0.9.2.tar.gz Version: 1.6-20130427 Plugin: message_highlight Source: https://github.com/corbosman/message_highlight/archive/2.3.tar.gz Version: 2.3 Plugin: quickrules Source: https://github.com/JohnDoh/Roundcube-Plugin-QuickRules/archive/v0.9.2.tar.gz Version: 1.4-20130224 Plugin: sauserprefs Source: https://github.com/JohnDoh/Roundcube-Plugin-SpamAssassin-User-Prefs-SQL/archive/v0.9.2.tar.gz Version: 1.10-20130224 Plugin: sieverules Source: https://github.com/JohnDoh/Roundcube-Plugin-SieveRules-Managesieve/archive/v0.9.2.tar.gz Version: 1.18-20130507 Exclude-patterns: lib/Net/Sieve.php Plugin: thunderbird_labels Source: https://rcmail-thunderbird-labels.googlecode.com/files/thunderbird_labels-0.9.tar.bz2 Version: 0.9 debian/scripts/0000755000000000000000000000000012204447776010672 5ustar debian/scripts/plugin-functions.sh0000644000000000000000000000125211577244360014526 0ustar get_orig_prefix() { echo "roundcube-plugins-extra_$(dpkg-parsechangelog | sed -n -e 's/^Version: \([^-]\+\)-.*$/\1/p').orig" } get_plugins() { awk '/^Plugin: / { print $2 }' debian/plugins } get_plugin_field() { local plugin="$1" local field="$2" awk -f debian/scripts/get-plugin-field.awk \ -v "plugin=$plugin" \ -v "field=$field" debian/plugins } # Get a directory name for the given plugin # # The path is made of plugin name and version, mangled to be compatible with # dpkg source format '3.0 (quilt)'. get_plugin_dir() { local plugin="$1" local version version="$(get_plugin_field "$plugin" Version)" echo "$plugin-$version" | sed -e 's/[^[:alnum:]-]/-/g' } debian/scripts/extract-tarballs0000755000000000000000000000114412204447776014074 0ustar #!/bin/sh set -e . debian/scripts/plugin-functions.sh if [ "$#" -ge 1 ]; then PLUGINS="$@" else PLUGINS="$(get_plugins)" fi PREFIX="../$(get_orig_prefix)" for plugin in $PLUGINS; do DIR="$(get_plugin_dir "$plugin")" ARCHIVE= for ext in .tar.xz .tar.bz2 .tar.gz; do if [ -f "$PREFIX-$DIR$ext" ]; then ARCHIVE="$PREFIX-$DIR$ext" break fi done if [ -z "$ARCHIVE" ]; then echo "Unable to find an archive for $plugin." >&2 exit 1 fi mkdir -p "$DIR" get_plugin_field "$plugin" 'Exclude-patterns' 2>/dev/null | tar --exclude-from=- -C "$DIR" --strip-components=1 \ -axf "$ARCHIVE" done debian/scripts/get-orig-tarballs0000755000000000000000000000174712204446663014142 0ustar #!/bin/sh set -e . debian/scripts/plugin-functions.sh if [ "$#" -ge 1 ]; then PLUGINS="$@" else PLUGINS="$(get_plugins)" fi PREFIX="../$(get_orig_prefix)" for plugin in $PLUGINS; do VERSION="$(get_plugin_field "$plugin" Version)" SOURCE="$(get_plugin_field "$plugin" Source)" DIR="$(get_plugin_dir "$plugin")" echo "Downloading $plugin ($VERSION) from $SOURCE" >&2 case "$SOURCE" in *.bz2) wget -q -c -O"$PREFIX-$DIR.tar.bz2" "$SOURCE" ;; *.tar) wget -q -c -O"$PREFIX-$DIR.tar" "$SOURCE" gzip -9 "$PREFIX-$DIR.tar" ;; *) wget -q -c -O"$PREFIX-$DIR.tar.gz" "$SOURCE" ;; esac if [ "$(get_plugin_field "$plugin" "Repack" 2>/dev/null)" = "yes" ]; then TMPDIR=$(mktemp -d) #trap 'rm -rf "$TMPDIR"' EXIT mkdir -p "$TMPDIR/$plugin" get_plugin_field "$plugin" 'Exclude-patterns' 2>/dev/null | tar --exclude-from=- -C "$TMPDIR/$plugin" --strip-components=1 \ -zxf "$PREFIX-$DIR.tar.gz" tar -C "$TMPDIR" -zcf "$PREFIX-$DIR.tar.gz" "$plugin" fi done debian/scripts/check-long-description0000755000000000000000000000045511577244360015153 0ustar #!/bin/sh set -e . debian/scripts/plugin-functions.sh MISSING="" for plugin in $(get_plugins); do if ! grep -q --fixed-strings -e "$plugin" debian/control; then MISSING="${MISSING:+$MISSING, }$plugin" fi done if [ "$MISSING" ]; then echo "Missing from debian/control: $MISSING" >&2 exit 1 fi debian/scripts/get-plugin-field.awk0000644000000000000000000000131411577244360014525 0ustar /^Plugin: / { if ($2 == plugin) { in_plugin = 1 } next } /^[A-z-]+:/ { if (in_field) { # print value in END exit 0 } if (in_plugin) { if ($1 == field ":") { in_field = 1 value = $2 } } } /^ / { if (in_field) { if (value) { value = value "\n" } if ($1 != ".") { value = value substr($0, 2) } } } /^$/ { if (in_field) { # print value in END exit 0 } if (in_plugin) { # print value in END exit 2 } next } END { if (in_plugin) { if (value) { print value exit 0 } else { print "Plugin `" plugin "' does not have field `" field "'." > "/dev/stderr" exit 2 } } if (!in_plugin) { print "Plugin `" plugin "' not found." > "/dev/stderr" exit 1 } } debian/roundcube-plugins-extra.README.Debian0000644000000000000000000000066011577202134016020 0ustar This package ships several plugins. To use them, you need to enable them by adding them to $rcmail_config['plugins'] array in your `/etc/roundcube/main.inc.php' file. Some plugins need to be configured directly in `/etc/roundcube/main.inc.php' while some others have specific configuration files. For the later, look at `/etc/roundcube/plugins'. You will find empty files that you can modify to configure the corresponding plugin. debian/compat0000644000000000000000000000000211577202133010365 0ustar 7 debian/copyright0000644000000000000000000006612412204447776011147 0ustar Format: http://dep.debian.net/deps/dep5 Files: compose-addressbook-*/* Copyright: Copyright (c) 2009-2012 Cor Bosman License: GPL-2 Files: contextmenu-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Filse: contextmenu-*/jquery.contextMenu.js Copyright: Copyright (c) 2009 A Beautiful Site, LLC. License: GPL-2 or Expat Filse: contextmenu-*/jquery.mousewheel.js Copyright: Copyright (c) 2009 Brandon Aaron License: GPL-2 or Expat Files: contextmenu-*/skins/* Copyright: Copyright (c) 2009-2013 Philip Weir License: CC-BY-SA-3.0 Files: copymessage-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Files: dovecot-impersonate-*/* Copyright: Copyright (c) 2010-2011 Cor Bosman License: GPL-2 Files: dkimstatus-*/* Copyright: Copyright (c) 2009-2011 Julien vehent License: GPL-2 Files: fail2ban-*/* Copyright: Copyright (c) 2009-2011 Matt Rude License: GPL-3 Files: keyboard-shortcuts-*/* Copyright: Copyright (c) 2010 Patrik Kullman Copyright (c) 2010 Roland 'rosali' Liebl Copyright (c) 2010-2013 Cor Bosman License: GPL-2 Files: markasjunk2-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Files: markasjunk2-*/skins/* Copyright: Copyright (c) 2009-2013 Philip Weir License: CC-BY-SA-3.0 Files: message-highlight-*/* Copyright: Copyright (c) 2010-2011 Cor Bosman License: GPL-2 Files: message-highlight-*/colorpicker/* Copyright: Copyright (c) 2010 Meta100 LLC. License: Expat Files: listcommands-*/* Copyright: Copyright (c) 2009-2013 Cor Bosman License: GPL-2 Files: quickrules-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Files: quickrules-*/skins/* Copyright: Copyright (c) 2009-2013 Philip Weir License: CC-BY-SA-3.0 Files: sauserprefs-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Files: sauserprefs-*/skins/* Copyright: Copyright (c) 2009-2013 Philip Weir License: CC-BY-SA-3.0 Files: sieverules-*/* Copyright: Copyright (c) 2009-2013 Philip Weir License: GPL-3+ Files: sieverules-*/jquery.maskedinput.js Copyright: Copyright (c) 2007-2013 Josh Bush (digitalbush.com) License: Expat Files: sieverules-*/lib/Net/Sieve.php Copyright: Copyright (c) 2002-2003 Richard Heyes 2006-2008 Anish Mistry License: BSD-2-clause Files: sieverules-*/skins/* Copyright: Copyright (c) 2009-2013 Philip Weir License: CC-BY-SA-3.0 thunderbird-labels-*/* Copyright: Copyright (c) 2011-2012 Michael Kefeder License: GPL-2 Files: debian/* Copyright: Copyright 2011 Jérémy Bobbio License: GPL-2+ License: GPL-2 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. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3 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 3 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. License: CC-BY-SA-3.0 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. . BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. . 1. Definitions . "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. . "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. . "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. . "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. . "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. . "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. . "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. . "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. . "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. . "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. . "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. . 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. . 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: . to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; . to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; . to Distribute and Publicly Perform the Work including as incorporated in Collections; and, . to Distribute and Publicly Perform Adaptations. . For the avoidance of doubt: . Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; . Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, . Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. . The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. . 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: . You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. . You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. . If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. . Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. . 5. Representations, Warranties and Disclaimer . UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. . 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. . 7. Termination . This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. . Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. . 8. Miscellaneous . Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. . Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. . If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. . No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. . This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. . The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000001045512204453317011046 0ustar roundcube-plugins-extra (0.9.2-20130819) unstable; urgency=low * Ensure compatibility with Roundcube 0.9.2. (Closes: #657035, #671411, #711720, #719521) * Remove zipdownload as its part of Roundcube since 0.9. * Upgrade compose_addressbook to version 8.0.4. (Closes: #699331) * Upgrade contextmenu to version 1.10-20130303+dfsg. * Upgrade copymessage to version 1.3-20130224. * Upgrade dovecot_impersonate to version 2.0: - Refresh make-dovecot-impersonate-compatible-with-sieverules.patch. * Upgrade keyboard_shortcuts to version 2.1: - Refresh add-keyboard-shortcuts-l10n-fr.patch. - Refresh fix-keyboard-shortcuts-i18n.patch * Upgrade listcommands to version 2.2.3: - Remove obsolete add-listcommands-l10n-fr.patch * Upgrade markasjunk2 to version 1.6-20130427. * Upgrade message_highlight to version 2.3. * Upgrade quickrules to version 1.4-20130224. * Upgrade sauserprefs to version 1.10-20130224. * Upgrade sieverules to version 1.18-20130507. * Add thunderbird_labels (0.9) * Add support for .bz2 tarballs in get-orig-tarballs. * Also install files named 'Changelog' to handle thunderbird_labels. * Correctly sort plugins by name in debian/plugins. * Stop storing sources with Debian patches applied. * Switch to use --auto-compress tar flag in extract-tarballs. * Teach extract-tarballs about bz2 and xz compressed sources. * Use the more specific Expat instead of MIT in debian/copyright. [ Jan Wagner ] * Add missing copyright for jquery.maskedinput.js -- Jérémy Bobbio Mon, 19 Aug 2013 18:57:51 +0200 roundcube-plugins-extra (0.7-20120110) unstable; urgency=low * Upgrade contextmenu to version 1.8-20111210. * Upgrade copymessage to version 1.1-20111122. * Upgrade dkimstatus to version 4.8. * Upgrade fail2ban to version 1.1+20111109: - Refresh debian/patches/adjust-fail2ban-readme.patch. * Drop jqueryui, now part of Roundcube releases: - Bump Depends to Roundcube >= 0.7-3~, - Remove Depends on libjs-jquery-ui, - Drop debian/patches/use-debian-jquery-ui.patch. * Upgrade markasjunk2 to version 1.3-20111210. * Upgrade quickrules to version 1.0-20111210. * Upgrade sieverules to version 1.16-20111210. * Upgrade sauserprefs to version 1.7-20111210. * Upgrade zipdownload to version 1.3-20111210. -- Jérémy Bobbio Tue, 10 Jan 2012 18:28:16 +0100 roundcube-plugins-extra (0.6-20111030) unstable; urgency=low * Use system-wide PEAR Net_Sieve instead of the embedded copy in sieverules. (Closes: #645637) -- Jérémy Bobbio Sat, 05 Nov 2011 14:36:17 +0100 roundcube-plugins-extra (0.6-20111017) unstable; urgency=low * Plugins now target Roundcube version 0.6. * Fix internationalization issue in keyboard_shortcuts. * Add french localization to keyboard_shortcuts. * Add french localization to listcommands. * Upgrade contextmenu to version 1.8-20110902. * Upgrade copymessage to version 1.1-20110218. * Upgrade markasjunk2 to version 1.3-20110922. * Add quickrules (1.0-20110926). * Upgrade sieverules to version 1.14-20110924. * Make dovecot_impersonate compatible with sieverules. * Upgrade zipdownload to version 1.3-20110619. * Adjust source and version for sauserprefs. * Update and fix debian/copyright. -- Jérémy Bobbio Mon, 17 Oct 2011 11:46:14 +0200 roundcube-plugins-extra (0.5.4-20110919) unstable; urgency=low * Bump version number for Roundcube to 0.5.4. * Upgrade sieverules to version 1.11-20110813. * Label jqueryui as version 1.8+dfsg instead of 1.8.12+dfsg. * Upgrade sauserprefs to version 1.6-20110828. * Upgrade markasjunk2 to version 1.3. * Fix typo in debian/copyright. * Use system-wide jQuery Mousewheel plugin in contextmenu. -- Jérémy Bobbio Mon, 19 Sep 2011 17:13:54 +0200 roundcube-plugins-extra (0.5.3-20110719) unstable; urgency=low * Compress plain tar archives in debian/scripts/get-orig-tarballs. * Exclude INSTALL and Exclude-patterns from installed files. * Add fail2ban (1.1). * Add zipdownload (1.3). * Add dkimstatus (4.7). -- Jérémy Bobbio Tue, 19 Jul 2011 15:58:07 +0200 roundcube-plugins-extra (0.5.3-20110619) unstable; urgency=low * Initial release. -- Jérémy Bobbio Sun, 19 Jun 2011 02:59:56 +0200 debian/source/0000755000000000000000000000000012133257727010477 5ustar debian/source/format0000644000000000000000000000001411577202134011676 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000017611577214724012122 0ustar # This package contains a collection a plugin from various sources, # there is not a single 'orig' tarball. create-empty-orig debian/patches/0000755000000000000000000000000012204447775010631 5ustar debian/patches/make-dovecot-impersonate-compatible-with-sieverules.patch0000644000000000000000000000206112204447775024025 0ustar Description: Make dovecot_impersonate compatible with sieverules Author: Jérémy Bobbio diff --git a/dovecot-impersonate-2-0/dovecot_impersonate.php b/dovecot-impersonate-1-1/dovecot_impersonate.php --- a/dovecot-impersonate-2-0/dovecot_impersonate.php +++ b/dovecot-impersonate-2-0/dovecot_impersonate.php @@ -14,6 +14,7 @@ class dovecot_impersonate extends rcube_plugin { { $this->add_hook('imap_connect', array($this, 'impersonate')); $this->add_hook('managesieve_connect', array($this, 'impersonate')); + $this->add_hook('sieverules_connect', array($this, 'impersonate_sieverules')); $this->add_hook('authenticate', array($this, 'login')); } @@ -41,5 +42,11 @@ class dovecot_impersonate extends rcube_plugin { return($data); } + function impersonate_sieverules($data) { + if(isset($_SESSION['plugin.dovecot_impersonate_master'])) { + $data['username'] = $data['username'] . $_SESSION['plugin.dovecot_impersonate_master']; + } + return($data); + } } -?> \ No newline at end of file +?> debian/patches/adjust-fail2ban-readme.patch0000644000000000000000000000251511750712654016052 0ustar Description: Adjust fail2ban README to Debian Author: Jérémy Bobbio Forwarded: not-needed --- a/fail2ban-1-1-20111109/README.md +++ b/fail2ban-1-1-20111109/README.md @@ -13,15 +13,12 @@ This is a small plugin that will display the failed login attempts to your syslo Install ======= -* Place this plugin folder into the RoundCube plugins directory (roundcube/plugins/) * Add fail2ban to $rcmail_config['plugins'] in your RoundCube config -Note: When downloading this plugin from http://github.com/mattrude/rc-plugin-fail2ban you will need to create a directory called fail2ban and place fail2ban.php in there, ignoring the root directory in the downloaded archive. You may also run 'git clone git://github.com/mattrude/rc-plugin-fail2ban.git fail2ban' from the plugins directory. - Fail2Ban Setup ============== -fail2ban/jail.conf: +/etc/fail2ban/jail.conf: [roundcube] enabled = true @@ -30,7 +27,7 @@ fail2ban/jail.conf: action = iptables-multiport[name=roundcube, port="http,https"] logpath = /var/www/html/roundcube/logs/userlogins -fail2ban/filter.d/roundcube.conf: +/etc/fail2ban/filter.d/roundcube.conf: [Definition] failregex = FAILED login for .*. from @@ -38,4 +35,5 @@ fail2ban/filter.d/roundcube.conf: License ======= + GNU General Public License, Version 3 debian/patches/series0000644000000000000000000000023612133265046012035 0ustar adjust-fail2ban-readme.patch fix-keyboard-shortcuts-i18n.patch add-keyboard-shortcuts-l10n-fr.patch make-dovecot-impersonate-compatible-with-sieverules.patch debian/patches/fix-keyboard-shortcuts-i18n.patch0000644000000000000000000001510312133264772017042 0ustar Description: Fix internationalization issue in keyboard_shortcuts Author: Jérémy Bobbio diff --git a/keyboard-shortcuts-2-1/keyboard_shortcuts.php b/keyboard-shortcuts-2-1/keyboard_shortcuts.php index 3eef6f4..3599c7b 100644 --- a/keyboard-shortcuts-2-1/keyboard_shortcuts.php +++ b/keyboard-shortcuts-2-1/keyboard_shortcuts.php @@ -75,7 +75,7 @@ class keyboard_shortcuts extends rcube_plugin $keyboard_shortcuts = $rcmail->config->get('keyboard_shortcuts_extras', array()); $c = ""; - $c .= '' . $this->gettext("title") . ": ".$this->gettext("keyboard_shortcuts")." ".$this->gettext("show")."\n"; + $c .= '' . $this->gettext("title") . ": ".$this->gettext("keyboard_shortcuts")." ".$this->gettext("show")."\n"; $c .= "
"; $c .= "

".$this->gettext("mailboxview")."

"; $c .= "
?
".$this->gettext('help')."
"; diff --git a/keyboard-shortcuts-2-1/localization/cs_CZ.inc b/keyboard-shortcuts-2-1/localization/cs_CZ.inc index 0cad249..edaa05d 100644 --- a/keyboard-shortcuts-2-1/localization/cs_CZ.inc +++ b/keyboard-shortcuts-2-1/localization/cs_CZ.inc @@ -16,7 +16,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Klávesnicové zkratky'; -$labels['show'] = 'Zobrazit'; +$labels['show_keyboard_shortcuts'] = 'Zobrazit klávesnicové zkratky'; $labels['help'] = 'Nápověda'; $labels['selectallvisiblemessages'] = 'Vybrat všechny viditelné zprávy'; $labels['markallvisiblemessagesasread'] = 'Označit všechny viditelné zprávy jako přečtené'; diff --git a/keyboard-shortcuts-2-1/localization/de_DE.inc b/keyboard-shortcuts-2-1/localization/de_DE.inc index 4a6717d..c7c4895 100644 --- a/keyboard-shortcuts-2-1/localization/de_DE.inc +++ b/keyboard-shortcuts-2-1/localization/de_DE.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Tastatur Shortcuts'; -$labels['show'] = 'Anzeigen'; +$labels['show_keyboard_shortcuts'] = 'Anzeigen Tastatur Shortcuts'; $labels['help'] = 'Hilfe'; $labels['selectallvisiblemessages'] = 'Alle Nachrichten auswählen'; $labels['markallvisiblemessagesasread'] = 'Alle Nachrichten als gelesen markieren'; diff --git a/keyboard-shortcuts-2-1/localization/en_US.inc b/keyboard-shortcuts-2-1/localization/en_US.inc index a4927f8..fcd549f 100644 --- a/keyboard-shortcuts-2-1/localization/en_US.inc +++ b/keyboard-shortcuts-2-1/localization/en_US.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Keyboard shortcuts'; -$labels['show'] = 'Show'; +$labels['show_keyboard_shortcuts'] = 'Show keyboard shortcuts'; $labels['help'] = 'Help'; $labels['selectallvisiblemessages'] = 'Select all visible messages'; $labels['markallvisiblemessagesasread'] = 'Mark all visible messages as read'; diff --git a/keyboard-shortcuts-2-1/localization/nl_NL.inc b/keyboard-shortcuts-2-1/localization/nl_NL.inc index 7b8c5e0..718a1be 100644 --- a/keyboard-shortcuts-2-1/localization/nl_NL.inc +++ b/keyboard-shortcuts-2-1/localization/nl_NL.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Sneltoetsen'; -$labels['show'] = 'Show'; +$labels['show_keyboard_shortcuts'] = 'Show sneltoetsen'; $labels['help'] = 'Help'; $labels['selectallvisiblemessages'] = 'Selecteer alle berichten op deze pagina'; $labels['markallvisiblemessagesasread'] = 'Markeer alle berichten op deze pagina als gelezen'; diff --git a/keyboard-shortcuts-2-1/localization/pl_PL.inc b/keyboard-shortcuts-2-1/localization/pl_PL.inc index 7da3c6e..eafbe7a 100644 --- a/keyboard-shortcuts-2-1/localization/pl_PL.inc +++ b/keyboard-shortcuts-2-1/localization/pl_PL.inc @@ -3,7 +3,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Skróty klawiszowe'; -$labels['show'] = 'Pokaż'; +$labels['show_keyboard_shortcuts'] = 'Pokaż skróty klawiszowe'; $labels['help'] = 'Pomoc'; $labels['selectallvisiblemessages'] = 'Zaznacz wszystkie widoczne wiadomości'; $labels['markallvisiblemessagesasread'] = 'Zaznacz wszystkie widoczne wiadomości jako przeczytane'; diff --git a/keyboard-shortcuts-2-1/localization/ru_RU.inc b/keyboard-shortcuts-2-1/localization/ru_RU.inc index 49c6a80..45f70d8 100644 --- a/keyboard-shortcuts-2-1/localization/ru_RU.inc +++ b/keyboard-shortcuts-2-1/localization/ru_RU.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Горячие клавиши'; -$labels['show'] = 'Показать'; +$labels['show_keyboard_shortcuts'] = 'Показать Горячие клавиши'; $labels['help'] = 'Помощь'; $labels['selectallvisiblemessages'] = 'Выделить все видимые сообщения'; $labels['markallvisiblemessagesasread'] = 'Пометить все видимые сообщения как прочитанные'; diff --git a/keyboard-shortcuts-2-1/localization/sv_SE.inc b/keyboard-shortcuts-2-1/localization/sv_SE.inc index 26ab642..e858e12 100644 --- a/keyboard-shortcuts-2-1/localization/sv_SE.inc +++ b/keyboard-shortcuts-2-1/localization/sv_SE.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = 'Kortkommandon'; -$labels['show'] = 'Visa'; +$labels['show_keyboard_shortcuts'] = 'Visa kortkommandon'; $labels['help'] = 'Hjälp'; $labels['selectallvisiblemessages'] = 'Markera alla synliga meddelanden'; $labels['markallvisiblemessagesasread'] = 'Markera alla synliga meddelanden som lästa'; diff --git a/keyboard-shortcuts-2-1/localization/zh_TW.inc b/keyboard-shortcuts-2-1/localization/zh_TW.inc index ed7a715..a198dea 100644 --- a/keyboard-shortcuts-2-1/localization/zh_TW.inc +++ b/keyboard-shortcuts-2-1/localization/zh_TW.inc @@ -2,7 +2,7 @@ $labels = array(); $labels['keyboard_shortcuts'] = '快速鍵'; -$labels['show'] = '顯示'; +$labels['show_keyboard_shortcuts'] = '顯示快速鍵'; $labels['help'] = '說明'; $labels['selectallvisiblemessages'] = '選擇所有此頁的訊息'; $labels['markallvisiblemessagesasread'] = '標示所有此頁訊息以閱讀'; debian/patches/add-keyboard-shortcuts-l10n-fr.patch0000644000000000000000000000133312133264772017404 0ustar Description: Add french localization to keyboard_shortcuts Author: Jérémy Bobbio diff --git a/keyboard-shortcuts-2-1/localization/fr_FR.inc b/keyboard-shortcuts-1-7/localization/fr_FR.inc new file mode 100644 index 0000000..4ffe787 --- /dev/null +++ b/keyboard-shortcuts-2-1/localization/fr_FR.inc @@ -0,0 +1,11 @@ + debian/README.source0000644000000000000000000000450411577227077011367 0ustar README.source for the roundcube-plugins-extra package ===================================================== roundcube-plugins-extra is a collection of plugins for the Roundcube webmail that are not maintained by Roundcube upstreams. This package aggregates plugins from different sources, using the "multiple upstream tarballs" feature introduced in Debian package source format 3.0. For more informations about "multiple upstream tarball", please look up the relevant F.A.Q entry: http://wiki.debian.org/Projects/DebSrc3.0#How_to_use_multiple_upstream_tarball_in_3.0_.28quilt.29_format.3F Version number -------------- The upstream package version number should be the some as the upstream version number of the roundcube package. The Debian revision is made with the date of the package upload. Example: package upload date vvvvvvvv 0.5.1-20110529 ^^^^^ roundcube version number How to add a new plugin ----------------------- 1. Add a new 'Plugin' paragraph in `debian/plugins`. 2. Call `debian/rules get-orig-tarballs` to download the new tarball. 3. Call `debian/rules extract-tarballs` to unpack the plugin at the right place. 4. Look at its files and document their license in `debian/copyright`. 5. Mention the plugin in the extended description of the package in `debian/control`. `debian/plugins` ---------------- The `debian/plugins` describe the plugins shipped in `roundcube-plugins-extra` in a machine-readable format. It mimics the RFC822-like format of many Debian files. Each plugin is described in a 'Plugin' paragraph with the following fields: * 'Plugin' contains the short name of the plugin, * 'Source' is the URL with the plugin tarball, * 'Version' contains the plugin version. * 'Exclude-patterns' (optional) contains a list (one on each line) of patterns that `tar` will exclude when uncompressing the tarball. * 'Repack' (optional) if set to 'yes' the upstream tarball will be uncompressed (excluding files matching the previous patterns) and recompressed. An example: Plugin: sieverules Source: http://www.tehinterweb.co.uk/roundcube/plugins/sieverules.tar.gz Version: 1.11 The plugin version MUST be incremented every time there is an upstream update, otherwise there will be an issue on the next package upload.