| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 08:01:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162452
location: https://web.archive.org/web/20070806162452/https://dos2unix.darwinports.com/diff
server-timing: captures_list;dur=0.586185, exclusion.robots;dur=0.044460, exclusion.robots.policy;dur=0.033709, esindex;dur=0.008417, cdx.remote;dur=5.603547, LoadShardBlock;dur=130.669717, PetaboxLoader3.datanode;dur=63.806393, PetaboxLoader3.resolve;dur=52.184189
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 175
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app246; 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 302
server: nginx
date: Mon, 22 Dec 2025 08:01:43 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080226101933
location: https://web.archive.org/web/20080226101933/https://dos2unix.darwinports.com/diff/
server-timing: captures_list;dur=0.421022, exclusion.robots;dur=0.013589, exclusion.robots.policy;dur=0.005709, esindex;dur=0.007845, cdx.remote;dur=6.255992, LoadShardBlock;dur=71.979882, PetaboxLoader3.datanode;dur=184.455040, PetaboxLoader3.resolve;dur=92.216277, load_resource;dur=243.123337
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 364
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=()
HTTP/2 200
server: nginx
date: Mon, 22 Dec 2025 08:01:43 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 26 Feb 2008 10:24:37 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-content-length: 2525
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 26 Feb 2008 10:19:33 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_2_20080226071219_crawl106-c/52_2_20080226101846_crawl109.arc.gz
server-timing: captures_list;dur=0.688497, exclusion.robots;dur=0.020408, exclusion.robots.policy;dur=0.008272, esindex;dur=0.012017, cdx.remote;dur=6.681640, LoadShardBlock;dur=90.977560, PetaboxLoader3.datanode;dur=119.357320, PetaboxLoader3.resolve;dur=105.047045, load_resource;dur=185.941194
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 323
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
Recent Changes for DarwinPort dos2unix
Index: textproc/dos2unix/Portfile
--- textproc/dos2unix/Portfile (revision 32477)
+++ textproc/dos2unix/Portfile (revision 32478)
@@ -1,19 +1,23 @@
# $Id$
PortSystem 1.0
+
name dos2unix
version 3.1
categories textproc
+platforms darwin
maintainers waqar@macports.org
description Convert text between dos, unix, and mac formats
+long_description ${description}
master_sites https://fresh.t-systems-sfr.com/linux/src/
+homepage ${master_sites}
checksums md5 25ff56bab202de63ea6f6c211c416e96
use_configure no
-build { cd ${worksrcpath}
- system "gcc -O dos2unix.c -o dos2unix" }
+build {
+ system "cd ${worksrcpath}; gcc -O dos2unix.c -o dos2unix" }
-destroot { cd ${worksrcpath}
- system "install -m 755 -cs dos2unix ${destroot}${prefix}/bin"
- system "gzip -c dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz"
+destroot {
+ system "install -m 755 -cs ${worksrcpath}/dos2unix ${destroot}${prefix}/bin"
+ system "gzip -c ${worksrcpath}/dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz"
system "ln -sf dos2unix.1.gz ${destroot}${prefix}/share/man/man1/mac2unix.1.gz"
system "ln -sf dos2unix ${destroot}${prefix}/bin/mac2unix" }
most recent changes, diff for dos2unix
--- textproc/dos2unix/Portfile (revision 32477)
+++ textproc/dos2unix/Portfile (revision 32478)
@@ -1,19 +1,23 @@
# $Id$
PortSystem 1.0
+
name dos2unix
version 3.1
categories textproc
+platforms darwin
maintainers waqar@macports.org
description Convert text between dos, unix, and mac formats
+long_description ${description}
master_sites https://fresh.t-systems-sfr.com/linux/src/
+homepage ${master_sites}
checksums md5 25ff56bab202de63ea6f6c211c416e96
use_configure no
-build { cd ${worksrcpath}
- system "gcc -O dos2unix.c -o dos2unix" }
+build {
+ system "cd ${worksrcpath}; gcc -O dos2unix.c -o dos2unix" }
-destroot { cd ${worksrcpath}
- system "install -m 755 -cs dos2unix ${destroot}${prefix}/bin"
- system "gzip -c dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz"
+destroot {
+ system "install -m 755 -cs ${worksrcpath}/dos2unix ${destroot}${prefix}/bin"
+ system "gzip -c ${worksrcpath}/dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz"
system "ln -sf dos2unix.1.gz ${destroot}${prefix}/share/man/man1/mac2unix.1.gz"
system "ln -sf dos2unix ${destroot}${prefix}/bin/mac2unix" }