| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 24 Dec 2025 23:45:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162646
location: https://web.archive.org/web/20070806162646/https://plplot.darwinports.com/
server-timing: captures_list;dur=1.394364, exclusion.robots;dur=0.036037, exclusion.robots.policy;dur=0.028075, esindex;dur=0.008899, cdx.remote;dur=236.245306, LoadShardBlock;dur=203.767621, PetaboxLoader3.datanode;dur=142.263463, PetaboxLoader3.resolve;dur=39.690959
x-app-server: wwwb-app219-dc8
x-ts: 302
x-tr: 472
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; 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: Wed, 24 Dec 2025 23:45:49 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:34:16 GMT
x-archive-orig-server: Apache
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Mon, 06 Aug 2007 16:26:46 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: IA-AROUND-THE-WORLD-2007-20070806155021-15510-crawling015-c/IA-AROUND-THE-WORLD-2007-20070806160803-16153-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.704108, exclusion.robots;dur=0.025089, exclusion.robots.policy;dur=0.012515, esindex;dur=0.014460, cdx.remote;dur=5.343069, LoadShardBlock;dur=101.481819, PetaboxLoader3.datanode;dur=92.493873, PetaboxLoader3.resolve;dur=295.401514, load_resource;dur=300.404335
x-app-server: wwwb-app219-dc8
x-ts: 200
x-tr: 482
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
plplot version 5.7.2 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
plplot most recent diff
Scroll down toward the bottom of the page to get installation instructions for plplot. The raw portfile for plplot 5.7.2 is located here: https://plplot.darwinports.com/dports/science/plplot/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 22893 2007-03-18 04:11:24Z takanori PortSystem 1.0 Name: plplot Version: 5.7.2 revision 1 Platform: darwin Maintainers: takeshi Category: science Description: Scientific plotting package master_sites sourceforge checksums md5 33e43d26df05bcb8a91c3ec769dcc81c Homepage: https://plplot.sourceforge.net/ Long Description: { PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable.} depends_lib port:aquaterm port:cmake port:expat port:fontconfig port:freefont-ttf port:freetype port:g95 port:gd2 port:libiconv port:jpeg port:libpng port:odcctools port:pkgconfig port:tcl port:tk port:zlib # port:fftw-3 # port:hdf5 # port:readline # port:swig patchfiles patch-x18f pre-configure { file mkdir ${workpath}/build } configure.dir ${workpath}/build configure.cmd cmake configure.env HOME=${workpath} configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} configure.args -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_Fortran_COMPILER=\"${prefix}/bin/g95\" -DCMAKE_Fortran_FLAGS=-O2 -DCMAKE_C_COMPILER=/usr/bin/cc -DCMAKE_C_FLAGS=\"-O2 -I${prefix}/include\" -DCMAKE_CXX_COMPILER=/usr/bin/c++ -DCMAKE_CXX_FLAGS=\"-O2 -I${prefix}/include\" -DCMAKE_INCLUDE_PATH=${prefix}/include -DCMAKE_LIBRARY_PATH=${prefix}/lib -DTCL_INCLUDE_PATH=${prefix}/include -DTCL_LIBRARY=${prefix}/lib/libtcl.dylib -DTCL_STUB_LIBRARY=${prefix}/lib/libtclstub8.4.a -DTK_INCLUDE_PATH=${prefix}/include -DTK_LIBRARY=${prefix}/lib/libtk.dylib -DTK_STUB_LIBRARY=${prefix}/lib/libtkstub8.4.a -DFREETYPE_INCLUDE_DIR=${prefix}/include/freetype2 -DFREETYPE_LIBRARY=${prefix}/lib/libfreetype.dylib -DPL_FREETYPE_FONT_PATH=${prefix}/share/fonts/freefont-ttf -DWITH_FREETYPE=ON -DPLD_tkwin=OFF -DPLD_wxwidgets=OFF -DPLD_gnome=OFF -DPLD_gcw=OFF -DENABLE_java=OFF -DENABLE_python=OFF -DENABLE_octave=OFF -DENABLE_pdl=OFF -DENABLE_itkl=OFF -DENABLE_itk=OFF -DBUILD_TEST=ON # -DSWIG_DIR=${prefix}/bin configure.post_args ../${distname} build.dir ${workpath}/build platform i386 { configure.args-append -DCMAKE_MODULE_LINKER_FLAGS=\"-undefined dynamic_lookup\" -DCMAKE_EXE_LINKER_FLAGS=\"-undefined dynamic_lookup\" } # To use Gnome Canvas Widget Variant: gcw { depends_lib-append port:atk port:cairo port:gettext port:glib2 port:gtk2 port:libart_lgpl port:libgnomecanvas port:libgnomeprint port:libgnomeprintui port:libxml2 port:pango port:tiff port:xrender configure.args-delete -DPLD_gcw=OFF configure.args-append -DPLD_gcw=ON } 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/plplotYou 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 plplot with these commands: % man plplot Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg plplot 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 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




