[43970] trunk/dports/python/py25-matplotlib/Portfile

ram at macports.org ram at macports.org
Thu Dec 18 08:20:47 PST 2008


Revision: 43970
          http://trac.macports.org/changeset/43970
Author:   ram at macports.org
Date:     2008-12-18 08:20:46 -0800 (Thu, 18 Dec 2008)
Log Message:
-----------
python/py25-matplotlib: add post-activate message discussing the default
backend and now to modify, bump revision so everyone sees this message,
closes #17691

Modified Paths:
--------------
    trunk/dports/python/py25-matplotlib/Portfile

Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile	2008-12-18 15:52:17 UTC (rev 43969)
+++ trunk/dports/python/py25-matplotlib/Portfile	2008-12-18 16:20:46 UTC (rev 43970)
@@ -6,6 +6,7 @@
 categories-append  graphics math
 name               py25-matplotlib
 version            0.98.5.1
+revision           1
 maintainers        ram openmaintainer
 platforms          darwin
 
@@ -52,6 +53,13 @@
     ${destroot}${prefix}/share/${name}
 }
 
+post-activate {
+  ui_msg "\nThe default backend is now the non-interactive Agg backend, different
+backends can be specified using the ~/.matplotlib/matplotlibrc file.
+More details, regarding backends, can be found in the matplotlib FAQ:
+\nhttp://matplotlib.sourceforge.net/faq/installing_faq.html#what-is-a-backend\n"
+}
+
 variant cairo description "Allow to use cairo for interactive plotting" {
   depends_lib-append port:py25-cairo
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081218/65b8dbba/attachment.html>


More information about the macports-changes mailing list