FreeBSD Bugzilla – Attachment 32182 Details for
Bug 53290
Adds russian charsets to `mail/spamoracle' SPAM analyzing tool.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.94 KB, created by
lev
on 2003-06-13 20:30:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
lev
Created:
2003-06-13 20:30:13 UTC
Size:
1.94 KB
patch
obsolete
>diff -ruN spamoracle.orig/Makefile spamoracle/Makefile >--- spamoracle.orig/Makefile Wed Jun 11 19:51:45 2003 >+++ spamoracle/Makefile Wed Jun 11 19:52:14 2003 >@@ -7,6 +7,7 @@ > > PORTNAME= spamoracle > PORTVERSION= 1.2 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= http://cristal.inria.fr/~xleroy/software/ > >diff -ruN spamoracle.orig/files/patch-Makefile spamoracle/files/patch-Makefile >--- spamoracle.orig/files/patch-Makefile Thu Jan 1 03:00:00 1970 >+++ spamoracle/files/patch-Makefile Wed Jun 11 19:51:58 2003 >@@ -0,0 +1,11 @@ >+--- spamoracle-1.2-orig/Makefile 2002-08-26 12:53:27 +0400 >++++ Makefile 2002-10-25 19:58:12 +0400 >+@@ -1,7 +1,7 @@ >+ ### Configuration section >+ >+ # The laguages you're interested in, besides English >+-LANGUAGES=-DFRENCH #-DSPANISH -DITALIAN -DGERMAN >++LANGUAGES=-DFRENCH -DRUSSIAN -DGERMAN #-DSPANISH -DITALIAN >+ >+ # How to invoke the C preprocessor >+ CPP=gcc -E -P $(LANGUAGES) - >diff -ruN spamoracle.orig/files/patch-wordsplit.mlp spamoracle/files/patch-wordsplit.mlp >--- spamoracle.orig/files/patch-wordsplit.mlp Thu Jan 1 03:00:00 1970 >+++ spamoracle/files/patch-wordsplit.mlp Wed Jun 11 19:51:58 2003 >@@ -0,0 +1,29 @@ >+--- spamoracle-1.2-orig/wordsplit.mlp 2002-08-26 13:35:26 +0400 >++++ wordsplit.mlp 2002-10-25 21:04:30 +0400 >+@@ -35,10 +35,10 @@ >+ aaaaaaeceeeeiiii\ >+ ðnooooo÷ouuuuypy" >+ >+-let normalize s = >+- for i = 0 to String.length s - 1 do >+- s.[i] <- tbl.[Char.code s.[i]] >+- done >++let normalize s = s >++(* for i = 0 to String.length s - 1 do >++ s.[i] <- tbl.[Char.code s.[i]] >++ done *) >+ >+ } >+ >+@@ -62,6 +62,10 @@ >+ '\164' (* Euro *) >+ 'Ä' 'Ö' 'Ü' 'ä' 'ö' 'ü' 'ß' >+ #endif >++#ifdef RUSSIAN >++ 'Á' 'Â' '×' 'Ç' 'Ä' 'Å' '£' 'Ö' 'Ú' 'É' 'Ê' 'Ë' 'Ì' 'Í' 'Î' 'Ï' 'Ð' 'Ò' 'Ó' 'Ô' 'Õ' 'Æ' 'È' 'Ã' 'Þ' 'Û' 'Ý' 'ß' 'Ù' 'Ø' 'Ü' 'À' 'Ñ' >++ 'á' 'â' '÷' 'ç' 'ä' 'å' '³' 'ö' 'ú' 'é' 'ê' 'ë' 'ì' 'í' 'î' 'ï' 'ð' 'ò' 'ó' 'ô' 'õ' 'æ' 'è' 'ã' 'þ' 'û' 'ý' 'ÿ' 'ù' 'ø' 'ü' 'à' 'ñ' >++#endif >+ ] >+ >+ let uppercase_letter = >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53290
: 32182