| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 08:07:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120040521
location: https://web.archive.org/web/20071120040521/https://py25-matplotlib.darwinports.com/
server-timing: captures_list;dur=0.540138, exclusion.robots;dur=0.039281, exclusion.robots.policy;dur=0.028990, esindex;dur=0.008857, cdx.remote;dur=9.968550, LoadShardBlock;dur=167.983372, PetaboxLoader3.datanode;dur=86.649657, PetaboxLoader3.resolve;dur=46.536036
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 205
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 22 Dec 2025 08:07:58 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 04:05:48 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Tue, 20 Nov 2007 04:05:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_0_20071120025004_crawl100-c/52_0_20071120040300_crawl109.arc.gz
server-timing: captures_list;dur=0.546264, exclusion.robots;dur=0.019746, exclusion.robots.policy;dur=0.009265, esindex;dur=0.009807, cdx.remote;dur=10.416573, LoadShardBlock;dur=73.485804, PetaboxLoader3.datanode;dur=92.202357, PetaboxLoader3.resolve;dur=55.354039, load_resource;dur=89.970704
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 254
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
py25-matplotlib version 0.90.1 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
py25-matplotlib most recent diff
Scroll down toward the bottom of the page to get installation instructions for py25-matplotlib. The raw portfile for py25-matplotlib 0.90.1 is located here: https://py25-matplotlib.darwinports.com/dports/python/py25-matplotlib/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/py25-matplotlib # $Id: Portfile 31210 2007-11-18 11:17:45Z jochen PortSystem 1.0 PortGroup python25 1.0 Category:-append graphics math Name: py25-matplotlib Version: 0.90.1 revision 1 Maintainers: openmaintainer jochen Description: matlab-like syntax for creating plots in python Long Description: Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses numarray, Numeric, or numpy for handling large data sets and supports a variety of output backends. This port provides variants for the different array-objects (numarray, Numeric, numpy) and for different GUIs (gtk2, tkinter, wxpython). Homepage: https://matplotlib.sourceforge.net master_sites sourceforge:matplotlib distname matplotlib-${version} checksums md5 e1344bd72660e7c9c0b7540a72cc45b8 Platform: darwin depends_lib-append port:freetype port:libpng port:py25-dateutil port:py25-tz patchfiles patch-setupext.py.diff build.env MPLIB_BASE="${prefix}" post-extract { if {[variant_isset gtk2]} { reinplace "s|^BUILD_GTKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTKAGG=1|" ${worksrcpath}/setup.py reinplace "s|^BUILD_GTK\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTK=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_GTKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTKAGG=0|" ${worksrcpath}/setup.py reinplace "s|^BUILD_GTK\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_GTK=0|" ${worksrcpath}/setup.py } if {[variant_isset tkinter]} { reinplace "s|^BUILD_TKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_TKAGG=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_TKAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_TKAGG=0|" ${worksrcpath}/setup.py } if {[variant_isset wxpython]} { reinplace "s|^BUILD_WXAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_WXAGG=1|" ${worksrcpath}/setup.py } else { reinplace "s|^BUILD_WXAGG\[\[:space:\]\]*=\[\[:space:\]\]*'auto'|BUILD_WXAGG=0|" ${worksrcpath}/setup.py } if {[variant_isset numarray]} { reinplace "s|NUMERIX.-1.|'numarray'|" ${worksrcpath}/setup.py } if {[variant_isset numeric]} { reinplace "s|NUMERIX.-1.|'numeric'|" ${worksrcpath}/setup.py } if {[variant_isset numpy]} { reinplace "s|NUMERIX.-1.|'numpy'|" ${worksrcpath}/setup.py } } post-patch { reinplace "s| } post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} ${destroot}/${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} API_CHANGES CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS README TODO ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/license ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name} } Variant: gtk2 conflicts tkinter wxpython description "Use gtkAgg for interactive plotting" { depends_lib-append port:py25-gtk } Variant: tkinter conflicts gtk2 wxpython description "Use tkAgg for interactive plotting" { depends_lib-append port:py25-tkinter } Variant: wxpython conflicts gtk2 tkinter description "Use wxAgg for interactive plotting" { depends_lib-append port:py25-wxpython } Variant: numarray conflicts numpy Numeric description "Use numarray as array-object" { depends_lib-append port:py25-numarray } Variant: Numeric conflicts numarray numpy description "Use Numeric as array-object" { depends_lib-append port:py25-numeric } Variant: numpy conflicts numarray Numeric description "Use numpy as array-object" { depends_lib-append port:py25-numpy } if { ![variant_isset gtk2] && ![variant_isset tkinter] && ![variant_isset wxpython] } { default_variants +tkinter } if { ![variant_isset numarray] && ![variant_isset Numeric] && ![variant_isset numpy] } { default_variants +numpy } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/py25-matplotlibYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using py25-matplotlib with these commands: % man py25-matplotlib Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg py25-matplotlib on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




