| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 10:07:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106151415
location: https://web.archive.org/web/20100106151415/https://elinks-devel.darwinports.com/
server-timing: captures_list;dur=0.645918, exclusion.robots;dur=0.051579, exclusion.robots.policy;dur=0.039063, esindex;dur=0.010630, cdx.remote;dur=3.850127, LoadShardBlock;dur=711.307730, PetaboxLoader3.datanode;dur=654.409765, PetaboxLoader3.resolve;dur=40.300977
x-app-server: wwwb-app204-dc6
x-ts: 302
x-tr: 746
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app204; 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: Sun, 11 Jan 2026 10:07:40 GMT
content-type: text/html
x-archive-orig-date: Wed, 06 Jan 2010 15:00:07 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: Wed, 06 Jan 2010 15:14:15 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: TLA-20100106144758-00245-ia360903-c/TLA-20100106150451-00512-ia360908.us.archive.org.warc.gz
server-timing: captures_list;dur=0.483913, exclusion.robots;dur=0.016652, exclusion.robots.policy;dur=0.008073, esindex;dur=0.009133, cdx.remote;dur=30.352557, LoadShardBlock;dur=209.553162, PetaboxLoader3.datanode;dur=101.591649, PetaboxLoader3.resolve;dur=256.716693, load_resource;dur=205.257194
x-app-server: wwwb-app204-dc6
x-ts: 200
x-tr: 517
server-timing: TR;dur=0,Tw;dur=16,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
Elinks-devel version 0.12pre3 - How to Download and Install on Mac OS X
|
|||||||||
Wednesday the 6th of January, 2010 |
|||||||||
elinks-devel most recent diffversion 0.12pre3
Scroll down toward the bottom of the page to get installation instructions for elinks-devel. The raw portfile for elinks-devel 0.12pre3 is located here: https://elinks-devel.darwinports.com/dports/www/elinks-devel/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/elinks-devel The elinks-devel Portfile 57375 2009-09-10 08:16:41Z ryandesign PortSystem 1.0 Name: elinks-devel Version: 0.12pre3 Revision: 0 Category: www Maintainers: perry Platform: darwin Description: Full-Featured Text WWW Browser Long Description: ELinks is an advanced and well established feature rich text mode web (HTTP/FTP/..) browser. Homepage: https://elinks.or.cz/ livecheck.type regex livecheck.regex {unstable version is (.*),} livecheck.url ${homepage} depends_lib port:boehmgc port:bzip2 port:expat port:libiconv port:openssl port:see port:zlib distname elinks-${version} Master Sites: ${homepage}download/ Checksums: rmd160 5bcf4fb7d339d185466cc91f88a8b58816d35fa7 configure.args --disable-256-colors --disable-88-colors --disable-debug --disable-fastmem --disable-fsp --disable-no-root --disable-own-libc --disable-sm-scripting --disable-small --disable-smb --disable-sysmouse --disable-true-color --enable-backtrace --enable-bittorrent --enable-bookmarks --enable-cgi --enable-cookies --enable-css --enable-data --enable-exmode --enable-finger --enable-formhist --enable-ftp --enable-globhist --enable-gopher --enable-html-highlight --enable-ipv6 --enable-largefile --enable-leds --enable-mailcap --enable-marks --enable-mimetypes --enable-mouse --enable-nls --enable-nntp --enable-uri-rewrite --enable-utf-8 --enable-xbel --with-bzlib --with-gc --with-libiconv --with-openssl --with-see --with-zlib --without-gnutls --without-gpm --without-gssapi --without-guile --without-idn --without-lua --without-lzma --without-perl --without-python --without-ruby --without-spidermonkey --without-x --without-xterm # Note: This variant increases memory usage regardless of color mode. Variant: colors description {Enable support for 88/256 colors and True color} { configure.args-append --enable-256-colors --enable-88-colors --enable-true-color configure.args-delete --disable-256-colors --disable-88-colors --disable-true-color } Variant: debug description {Enable debug mode} { configure.args-append --enable-debug configure.args-delete --disable-debug } Variant: fsp description {Enable support for FSP} { depends_lib-append port:fsplib configure.args-append --enable-fsp configure.args-delete --disable-fsp } Variant: gnutls description {Use GnuTLS in lieu of OpenSSL} { depends_lib-append port:gnutls depends_lib-delete port:openssl configure.args-append --with-gnutls --without-openssl configure.args-delete --with-openssl --without-gnutls } Variant: guile description {Enable support for Guile} { depends_lib-append port:guile configure.args-append --with-guile configure.args-delete --without-guile } Variant: idn description {Enable support for internationalized domain names} { depends_lib-append port:libidn configure.args-append --with-idn configure.args-delete --without-idn } Variant: lua description {Enable support for Lua} { depends_lib-append port:lua50 configure.args-append --with-lua=${prefix} configure.args-delete --without-lua } Variant: perl description {Enable support for Perl} { depends_lib-append path:bin/perl:perl5 patchfiles patch-hooks.h.diff configure.args-append --with-perl configure.args-delete --without-perl } Variant: python description {Enable support for Python} { depends_lib-append port:python26 configure.args-append --with-python configure.args-delete --without-python configure.python ${prefix}/bin/python2.6 } Variant: ruby description {Enable support for Ruby} { depends_lib-append port:ruby configure.args-append --with-ruby configure.args-delete --without-ruby } Variant: samba description {Enable support for Samba} { depends_lib-append port:samba3 configure.args-append --enable-smb configure.args-delete --disable-smb configure.ldflags-append "-L${prefix}/lib/samba3" } Variant: x11 description {Enable support for X11} { depends_lib-append port:xorg-libX11 pre-configure { reinplace "s|x_includes=NONE|x_includes=${prefix}/include/X11|g" ${worksrcpath}/configure reinplace "s|x_libraries=NONE|x_libraries=${prefix}/lib|g" ${worksrcpath}/configure } configure.args-append --with-x configure.args-delete --without-x } 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/elinks-develYou 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 elinks-devel with these commands: % man elinks-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]()
Order Snow Leopard MacOSX 10.6 for only $29!
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |




