diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:45:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 07:45:46 +0000 |
commit | 5999924e393ca09f79235217e2caea18c39ad5d1 (patch) | |
tree | a5201160a380f8e34e523313c3f4777a97969414 /russian/Makefile | |
parent | 66353ad1997aa9756baa399985dfe42fde0a61f3 (diff) |
New port: russian/muttprint (pretty print mail in russian)
The port print/muttprint does not allow to print documents
with cyrillic symbols in it by the default. There are two
causes of it: first, it need to be configured properly; and
second, the intermediately generated LaTeX file has wrong
font encoding.
Lingual configuration of muttprint is performing by creation
a translation file with the name, defined by language
settings. So I wrote translation-ru.pl for this.
Also I added the removal of that font encoding description
from the muttprint code: LaTeX port is internationalized
enough by now to handle font encodings properly without
explicit specifications.
With this changes it prints mixed russian and english text
without any problem.
On the base of this changes it is very easy to create, for
example, ukrainian port (ua-muttprint). Unfortenatelly my
own Ukrainian is not good enough to perform full translation
of translation-ru.pl file.
PR: ports/50609
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
Notes
Notes:
svn path=/head/; revision=90496
Diffstat (limited to 'russian/Makefile')
-rw-r--r-- | russian/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 81b064a68d69..b29395b5e52d 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -17,6 +17,7 @@ SUBDIR += ksocrat SUBDIR += messarge SUBDIR += mtc + SUBDIR += muttprint SUBDIR += ooodict-ru_RU SUBDIR += openoffice SUBDIR += p5-Lingua-RU-Charset |