View | Details | Raw Unified | Return to bug 145259 | Differences between
and this patch

Collapse All | Expand All

(-)py-matplotlib/distinfo 2010-04-01 15:26:45.000000000 +0800 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (matplotlib-0.99.0.tar.gz) = 8e019e17396e816cc2ef52843532e727
1
MD5 (matplotlib-0.99.1.2.tar.gz) = 952e2c992e4a762b8538171f51c9140a
2
SHA256 (matplotlib-0.99.0.tar.gz) = f85ec0f69fcfe2bb19700817f7683ce278461f22924971c7c99907374a4b332b
2
SHA256 (matplotlib-0.99.1.2.tar.gz) = 6911814dd1d8c5b5fc3100e996f01721b102cce568414352496732a8e6e3908a
3
SIZE (matplotlib-0.99.0.tar.gz) = 11762345
3
SIZE (matplotlib-0.99.1.2.tar.gz) = 11940390
(-)py-matplotlib/files/patch-lib__matplotlib__afm.py 1970-01-01 08:00:00.000000000 +0800 (-11 lines)
Lines 1-11 Link Here
1
--- lib/matplotlib/afm.py.orig  2008-02-22 14:38:41.000000000 -0500
2
+++ lib/matplotlib/afm.py      2008-02-22 14:39:40.000000000 -0500
3
@@ -164,7 +164,7 @@
4
         num = _to_int(vals[0].split()[1])
5
         wx = _to_float(vals[1].split()[1])
6
         name = vals[2].split()[1]
7
-        bbox = _to_list_of_ints(vals[3][2:])
8
+        bbox = _to_list_of_floats(vals[3][2:])
9
         # Workaround: If the character name is 'Euro', give it the corresponding
10
         # character code, according to WinAnsiEncoding (see PDF Reference).
11
         if name == 'Euro':
(-)py-matplotlib/pkg-plist 2010-04-01 15:47:13.000000000 +0800 (+4 lines)
Lines 538-547 Link Here
538
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_qt4.py
538
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_qt4.py
539
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_tk.py
539
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_tk.py
540
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_wx.py
540
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animation_blit_wx.py
541
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/animate_decay_tk_blit.py
541
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_collection.py
542
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_collection.py
542
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_gtkagg.py
543
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_gtkagg.py
543
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_wxagg2.py
544
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/dynamic_image_wxagg2.py
544
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/gtk_timeout.py
545
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/gtk_timeout.py
546
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/histogram_tkagg.py
545
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/movie_demo.py
547
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/movie_demo.py
546
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_gtk.py
548
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_gtk.py
547
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_tkagg.py
549
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animation/simple_anim_tkagg.py
Lines 566-571 Link Here
566
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_family_rc.py
568
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_family_rc.py
567
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_file.py
569
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/font_file.py
568
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_demo.py
570
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_demo.py
571
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/histogram_path_demo.py
569
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/image_zcoord.py
572
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/image_zcoord.py
570
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/joinstyle.py
573
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/joinstyle.py
571
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/legend_demo.py
574
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/legend_demo.py
Lines 630-635 Link Here
630
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/idle_and_timeout.py
633
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/idle_and_timeout.py
631
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/keypress_demo.py
634
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/keypress_demo.py
632
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/lasso_demo.py
635
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/lasso_demo.py
636
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/looking_glass.py
633
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/path_editor.py
637
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/path_editor.py
634
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo.py
638
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo.py
635
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo2.py
639
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/event_handling/pick_event_demo2.py

Return to bug 145259