aboutsummaryrefslogtreecommitdiffstats
path: root/po
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
README.packaging
================

fetchmail 6.3.0 changes relevant for packagers
----------------------------------------------

Greetings, dear packager!

There are now some changes to the fetchmail 6.3.0 installation layout,
which are given as headwords below.

- fetchmail now uses automake and supports all common automake targets
  and overrides such as "make install-strip" or "DESTDIR=..." for staging
  areas

- the fetchmailconf script has been renamed to fetchmailconf.py,
  automake will install it into Python's top-level site-packages directory
  and byte-compile it (so you need to package or remove
  fetchmailconf.pyc and fetchmailconf.pyo as well)

- the Makefile generates a two-line "fetchmailconf" /bin/sh wrapper
  script that executes the actual fetchmailconf.py with the python
  installation found at configuration time, so that users can still type
  "fetchmailconf" rather than "python fetchmailconf"

- note that fetchmailconf.py supports a few command line arguments, so
  it you use local wrapper scripts, be sure they pass on their own
  arguments properly.

- there is now a dummy fetchmailconf manual page which will just source
  (roff's ".so" command) the fetchmail manual page for now. You can of
  course keep your symlinks in place and ignore this dummy. IF you
  install the dummy and compress your man pages, be sure to test "man
  fetchmailconf", on some systems, you'll need to adjust the ".so"
  command to point to the compressed version.
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Language-Team:Matthias Andree2005-09-271-1/+1
* Update, fix typos.Matthias Andree2005-09-261-115/+77
* Snapshot 6.2.9-rc5.Matthias Andree2005-09-255-642/+741
='deletions'>-70/+70 * Snapshot 6.2.6-pre6.Matthias Andree2005-07-227-70/+70 * Snapshot line numbers.Matthias Andree2005-07-2112-4029/+4840 * Update.Matthias Andree2005-07-121-16/+16 * Update.Matthias Andree2005-07-111-311/+356 * Disable all translations with > 60 (= 10%) fuzzy/untranslatedMatthias Andree2005-07-071-4/+4 * Drop 'fuzzy' tag.Matthias Andree2005-07-071-75/+177 * Add Russian translation, courtesy of Pavel Maryanov.Matthias Andree2005-07-072-1/+2798 * Update.Matthias Andree2005-07-051-309/+390 * Non-maintainer update awaiting translating team ACK.Matthias Andree2005-07-051-101/+247 * Update.Matthias Andree2005-07-051-220/+220 * Update.Matthias Andree2005-07-052-983/+821 * Fix typo.Matthias Andree2005-07-041-1/+1 * Fix typo.Matthias Andree2005-07-031-123/+135 * Update.Matthias Andree2005-07-031-336/+398 * i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-032-1321/+1299 * Merge fix from Debian bug #286044. remover -> eliminar; one typo fixed.Matthias Andree2005-06-291-5/+5 * Merge fixes sent by Nico Golde.Matthias Andree2005-06-291-9/+9 * Redo plural fix.Matthias Andree2005-04-281-3/+3 * Updated file from translation project.Matthias Andree2005-04-281-170/+132 * Fix pluralizationMatthias Andree2005-04-271-319/+348 * Add missing blank.Matthias Andree2005-04-271-1/+1 * Fix indentation of --sslkey help message.Matthias Andree2005-04-271-1/+1 * Reformat missing --sslfingerprint help string.Matthias Andree2005-04-271-1/+3 * Fix pluralization.Matthias Andree2005-04-271-786/+820 * Fix pluralization.Matthias Andree2005-04-272-236/+240 * Fix obvious typo (LSTMP -> LMTP).Matthias Andree2005-04-271-2/+2 * Update translationsMatthias Andree2005-04-262-819/+818