| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 12 Jan 2026 04:40:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20060718163945
location: https://web.archive.org/web/20060718163945/https://lsof.darwinports.com/
server-timing: captures_list;dur=0.608556, exclusion.robots;dur=0.042510, exclusion.robots.policy;dur=0.029771, esindex;dur=0.011201, cdx.remote;dur=5.687925, LoadShardBlock;dur=92.404851, PetaboxLoader3.datanode;dur=72.662783
x-app-server: wwwb-app220-dc8
x-ts: 302
x-tr: 135
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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, 12 Jan 2026 04:40:10 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 18 Jul 2006 16:45:52 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: Tue, 18 Jul 2006 16:39:45 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: 26_0_20060718162426_crawl25-c/26_0_20060718163902_crawl31.arc.gz
server-timing: captures_list;dur=0.813908, exclusion.robots;dur=0.014900, exclusion.robots.policy;dur=0.006916, esindex;dur=0.009299, cdx.remote;dur=23.094989, LoadShardBlock;dur=394.132376, PetaboxLoader3.resolve;dur=263.434438, PetaboxLoader3.datanode;dur=311.170576, load_resource;dur=291.491240
x-app-server: wwwb-app220-dc8
x-ts: 200
x-tr: 770
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
lsof version 4.70 for Mac OS X 10.4 Tiger
|
|||||||||
Tuesday the 18th of July, 2006 |
|||||||||
lsof
The raw portfile for lsof 4.70 is located here: https://lsof.darwinports.com/dports/sysutils/lsof/Portfile Find related portfiles with the new DarwinPorts.com search feature.
# $Id: Portfile,v 1.5 2005/10/19 08:10:14 blb Exp $ PortSystem 1.0 Name: lsof Version: 4.70 Category: sysutils Maintainers: blb Description: LiSt Open Files Long Description: lsof stands for LiSt Open Files, and it does just that. It lists information about files that are open by the processes running on a UNIX system. use_bzip2 yes distname ${name}_${portversion} master_sites ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ ftp://ftp.tau.ac.il/pub/unix/admin/ ftp://ftp.ayamura.org/pub/lsof/ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ ftp://ftp.kaizo.org/pub/lsof/ ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof/ ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ Platform: darwin sunos checksums md5 605c0aa8591adaf05c47bf1b846c6703 post-extract { cd ${workpath}/${distname} system "tar xf ${distname}_src.tar" } worksrcdir ${distname}/${distname}_src configure.cmd ./Configure configure.pre_args -n post-configure { reinplace "s|/\\*.*#define.*HASSECURITY.*1.*\\*/|#define HASSECURITY 1|" ${worksrcpath}/machine.h } pre-destroot { if { $env(USER) != "root" } { ui_msg "------------------------------------------------------------" ui_msg "Note that you are not installing as root, so lsof will not" ui_msg "end up with proper permissions, and probably not work" ui_msg "properly" ui_msg "------------------------------------------------------------" } } Variant: darwin { pre-configure { cd ${workpath} system "${extract.cmd} -dc ${filespath}/macosx_kernel_headers.tar.bz2 ${extract.post_args}" } configure.args-append darwin destroot { xinstall -m 2755 -g kmem ${worksrcpath}/lsof ${destroot}/${prefix}/bin xinstall -m 444 ${worksrcpath}/lsof.8 ${destroot}/${prefix}/share/man/man8 } } platform darwin 6 { configure.env-append DARWIN_XNUDIR=${workpath}/krnhead_lsof/6.x } platform darwin 7 { configure.env-append DARWIN_XNUDIR=${workpath}/krnhead_lsof/7.0-2 } Variant: sunos { configure.args-append solaris # The man page should be done in a generic, global destroot, but # destroot-append doesn't seem to allow adding commands to the # destroot phase destroot { xinstall -m 2755 -g sys ${worksrcpath}/lsof ${destroot}/${prefix}/bin xinstall -m 444 ${worksrcpath}/lsof.8 ${destroot}/${prefix}/share/man/man8 } } 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:
% sudo port install lsofYou 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 lsof with these commands: % man lsof Where to find more information:
This website uses many .png's so it looks best in Firefox or Safari.
|
![]() |
Download the Darwinports 1.2 Installer
Other Helpful SitesDarwinports WikiDarwin Source Debian Packages Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome 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 |
|||||||
| |



