| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 09 Jan 2026 04:47:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162718
location: https://web.archive.org/web/20070806162718/https://pgplot.darwinports.com/
server-timing: captures_list;dur=0.700633, exclusion.robots;dur=0.046776, exclusion.robots.policy;dur=0.034565, esindex;dur=0.011384, cdx.remote;dur=101.763497, LoadShardBlock;dur=674.132895, PetaboxLoader3.datanode;dur=86.556066, PetaboxLoader3.resolve;dur=495.547721
x-app-server: wwwb-app212-dc8
x-ts: 302
x-tr: 822
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: Fri, 09 Jan 2026 04:47:18 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:34:48 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:27:18 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.631321, exclusion.robots;dur=0.022333, exclusion.robots.policy;dur=0.008279, esindex;dur=0.011796, cdx.remote;dur=7.169608, LoadShardBlock;dur=124.234310, PetaboxLoader3.datanode;dur=88.104934, PetaboxLoader3.resolve;dur=80.056775, load_resource;dur=83.264469
x-app-server: wwwb-app212-dc8
x-ts: 200
x-tr: 285
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
pgplot version 5.2.2 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
pgplot most recent diff
Scroll down toward the bottom of the page to get installation instructions for pgplot. The raw portfile for pgplot 5.2.2 is located here: https://pgplot.darwinports.com/dports/graphics/pgplot/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 24709 2007-04-30 22:32:19Z jann PortSystem 1.0 Name: pgplot Version: 5.2.2 revision 3 Category: graphics devel Maintainers: nomaintainer Description: C/Fortran graphics library Long Description: The PGPLOT Graphics Subroutine Library is a Fortran- or C-callable, device-independent graphics package for making simple scientific graphs. It is intended for making graphical images of publication quality with minimum effort on the part of the user. For most applications, the program can be device-independent, and the output can be directed to the appropriate device at run time. Platform: darwin Homepage: https://www.astro.caltech.edu/~tjp/pgplot/ master_sites ftp://ftp.astro.caltech.edu/pub/pgplot/:pgplot distfiles ${name}5.2.tar.gz:pgplot distname ${name}5.2:pgplot worksrcdir ${name}/build:pgplot checksums ${name}5.2.tar.gz md5 e8a6e8d0d5ef9d1709dfb567724525ae depends_lib lib:libpng:libpng lib:libz:zlib bin:g77-dp-3.4:gcc34 patchfiles patch-makemake patch-src_grgfil.f patch-drivers.list patch-pgdispd_proccom.c post-extract { file mkdir ${worksrcpath} } pre-patch { file copy ${worksrcpath}/../drivers.list ${worksrcpath}/drivers.list } post-patch { reinplace "s| } configure { cd ${worksrcpath} system "../makemake .. ${ppMakeMakeTarget} ${ppCompilerSpec}" } build.target all post-build { cd ${worksrcpath} system "make cpg" } destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/${name} ${destroot}/${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} grfont.dat rgb.txt ${destroot}/${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} libpgplot.a libcpgplot.a ${destroot}/${prefix}/lib system "ranlib ${destroot}/${prefix}/lib/libpgplot.a ${destroot}/${prefix}/lib/libcpgplot.a" xinstall -m 644 -W ${worksrcpath} cpgplot.h ${destroot}/${prefix}/include xinstall -m 644 -W ${worksrcpath} pgplot.doc ../copyright.notice ${destroot}/${prefix}/share/doc/${name} } platform darwin { global ppMakeMakeTarget ppCompilerSpec set ppMakeMakeTarget darwin set ppCompilerSpec g77_gcc patchfiles-append patch-sys_darwin_aaaread.me patch-sys_darwin_g77_gcc.conf post-patch { reinplace "s| reinplace "s| } } platform darwin 8 i386 { depends_lib-delete bin:g77-dp-3.4:gcc34 depends_lib-append port:gcc42 set ppCompilerSpec gfortran_gcc_42 patchfiles-delete patch-sys_darwin_g77_gcc.conf patchfiles-append patch-sys_darwin_gfortran_gcc_42.conf } default_variants +x11 +aqt Variant: x11 { depends_lib-append lib:libX11:XFree86 patchfiles-append patch-drivers_x11.list post-destroot { xinstall -m 755 -W ${worksrcpath} pgdisp pgxwin_server ${destroot}/${prefix}/bin } } Variant: aqt { # Variant that adds aquaterm driver support depends_lib-append port:aquaterm patchfiles-append patch-drivers.list_aqt patch-sys_darwin_${ppCompilerSpec}.conf_aqt patch-makemake_aqt pre-patch { file copy ${prefix}/share/aquaterm/pgplot/aqdriv.m ${workpath}/pgplot/drivers/ } post-destroot { xinstall -m 755 -W ${worksrcpath} libpgplot.dylib ${destroot}/${prefix}/lib } } # Variant to install demo programs Variant: demos { post-destroot { foreach f [glob {pgdemo[1-9]} {pgdemo1[0-7]}] { xinstall -m 755 -W ${worksrcpath} $f ${destroot}/${prefix}/bin } } } 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/pgplotYou 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 pgplot with these commands: % man pgplot Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg pgplot 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 |
|||||||
| |




