diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-15 11:55:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-15 11:55:07 +0000 |
commit | 2e5922223d8f1b75a293efed280c8376ca8bfef4 (patch) | |
tree | dea6f0fde12d00e12362b6a82955a55158a838eb /mail/evolution | |
parent | ca222d57d753a3849e3617f9e18782bcf38b521f (diff) | |
download | ports-2e5922223d8f1b75a293efed280c8376ca8bfef4.tar.gz ports-2e5922223d8f1b75a293efed280c8376ca8bfef4.zip |
- Add information for fetching Ukrainian weather forecasts;
- add Daily Daemon News and FreeBSD Newsflash newsfeeds.
No PORTREVISION bump, because these changes aren't significant enough.
Notes
Notes:
svn path=/head/; revision=51566
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/files/patch-my-evolution::Locations | 35 | ||||
-rw-r--r-- | mail/evolution/files/patch-my-evolution::e-summary-preferences.c | 17 |
2 files changed, 52 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-my-evolution::Locations b/mail/evolution/files/patch-my-evolution::Locations new file mode 100644 index 000000000000..598af141e233 --- /dev/null +++ b/mail/evolution/files/patch-my-evolution::Locations @@ -0,0 +1,35 @@ + +$FreeBSD$ + +--- my-evolution/Locations 2001/12/15 08:57:59 1.1 ++++ my-evolution/Locations 2001/12/15 11:43:14 +@@ -1583,7 +1583,7 @@ + + [EU] + name=Europe +-states=AB OS BE BA BG CZ HR CY DK EE FI FR MK DE GI GR HU IE IS IT LV LT LU MT MD NL NO PL PT RO RU SK SI SP SE CH TR UK YU ++states=AB OS BE BA BG CZ HR CY DK EE FI FR MK DE GI GR HU IE IS IT LV LT LU MT MD NL NO PL PT RO RU SK SI SP SE CH TR UA UK YU + + [EU_AB] + name=Albania +@@ -1849,6 +1849,20 @@ + loc50=Yakutsk UEEE ------ --- + loc51=Yekaterinburg USSS ------ --- + loc52=Yuzhno-Sakhalinsk UHSS ------ --- ++ ++[EU_UA] ++name=Ukraine ++loc0=Kiev UKBB ------ --- ++loc1=Donetsk UKCC ------ --- ++loc2=Dnepropetrovsk UKDD ------ --- ++loc3=Krivoy\\ Rog UKDR ------ --- ++loc4=Simferopol UKFF ------ --- ++loc5=Kharkov UKHH ------ --- ++loc6=Ivano-frankovsk UKLI ------ --- ++loc7=Lvov UKLL ------ --- ++loc8=Rovno UKLR ------ --- ++loc9=Uzhgorod UKLU ------ --- ++loc10=Odessa UKOO ------ --- + + [EU_SK] + name=Slovakia diff --git a/mail/evolution/files/patch-my-evolution::e-summary-preferences.c b/mail/evolution/files/patch-my-evolution::e-summary-preferences.c new file mode 100644 index 000000000000..f1fdd28c7535 --- /dev/null +++ b/mail/evolution/files/patch-my-evolution::e-summary-preferences.c @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- my-evolution/e-summary-preferences.c 2001/12/15 11:37:58 1.1 ++++ my-evolution/e-summary-preferences.c 2001/12/15 11:41:56 +@@ -440,9 +440,11 @@ + {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today"}, + {"http://beyond2000.com/b2k.rdf", "Beyond 2000"}, + {"http://www.cnn.com/cnn.rss", "CNN"}, ++ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News"}, + {"http://www.debianplanet.org/debianplanet/backend.php", "Debian Planet"}, + {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day")}, + {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review"}, ++ {"http://www.freebsd.org/news/news.rdf", "FreeBSD Newsflash"}, + {"http://freshmeat.net/backend/fm.rdf", "Freshmeat"}, + {"http://news.gnome.org/gnome-news/rdf", "GNotices"}, + {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com"}, |