| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 04:36:24 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071018054857
location: https://web.archive.org/web/20071018054857/https://wap11gui.darwinports.com/
server-timing: captures_list;dur=0.688594, exclusion.robots;dur=0.062593, exclusion.robots.policy;dur=0.049138, esindex;dur=0.010734, cdx.remote;dur=47.851584, LoadShardBlock;dur=196.252115, PetaboxLoader3.datanode;dur=169.455590, PetaboxLoader3.resolve;dur=25.665266
x-app-server: wwwb-app242-dc8
x-ts: 302
x-tr: 280
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app242; 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: Sat, 10 Jan 2026 04:36:25 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 18 Oct 2007 05:52:41 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: Thu, 18 Oct 2007 05:48:57 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_0_20071018045242_crawl102-c/52_0_20071018054746_crawl109.arc.gz
server-timing: captures_list;dur=0.618167, exclusion.robots;dur=0.028797, exclusion.robots.policy;dur=0.017230, esindex;dur=0.011313, cdx.remote;dur=11.352283, LoadShardBlock;dur=219.796371, PetaboxLoader3.datanode;dur=171.925766, PetaboxLoader3.resolve;dur=195.237540, load_resource;dur=199.330982
x-app-server: wwwb-app242-dc8
x-ts: 200
x-tr: 513
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
wap11gui version 0.12 for Mac OS X
|
|||||||||
Thursday the 18th of October, 2007 |
|||||||||
wap11gui most recent diff
Scroll down toward the bottom of the page to get installation instructions for wap11gui. The raw portfile for wap11gui 0.12 is located here: https://wap11gui.darwinports.com/dports/net/wap11gui/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 28544 2007-09-03 12:13:16Z mww PortSystem 1.0 Name: wap11gui Version: 0.12 revision 2 Category: net Maintainers: nomaintainer Description: Linksys WAP11 Unix Configuration Utility Long Description: QT based SNMP client you can use to configure a Linksys WAP11, similar to the one provided by the Linksys client. Supports most of the WAP11's features. Platform: darwin Homepage: https://wap11gui.sourceforge.net/ master_sites sourceforge checksums md5 0fbf23ff6112d922daa984cf85871e53 depends_lib lib:libjpeg:jpeg lib:libnetsnmp.5.2:net-snmp lib:libpng:libpng path:${prefix}/include/qt3/qt_x11.h:qt3 lib:libssl.0.9:openssl lib:libX11.6:XFree86 lib:libz.1:zlib patchfiles patch-configure patch-Makefile.in patch-wap11gui-Makefile.in patch-wap11gui-wap11config.cpp platform darwin { if {[file isfile ${prefix}/include/qt3/qt_mac.h] || ![file isfile ${prefix}/include/qt3/qt_x11.h]} { depends_lib-delete path:${prefix}/include/qt3/qt_x11.h:qt3 depends_lib-append path:${prefix}/include/qt3/qt_mac.h:qt3-mac } patchfiles-append patch-admin-ltmain.sh patch-wap11gui-wap11config.h } configure.args --with-extra-includes='${prefix}/include' --with-extra-libs='${prefix}/lib' --with-qt-dir='${prefix}' --with-qt-includes='${prefix}/include/qt3' --with-mibsdir=${prefix}/share/snmp/mibs --without-xinerama --disable-warnings --disable-debug configure.cflags-append '-I${prefix}/include' configure.cxxflags-append '-I${prefix}/include' post-build { if {[file isfile ${prefix}/include/qt3/qt_mac.h]} { cd ${worksrcpath}/${name} set appName [string toupper ${name}] xinstall -d -m 0755 ${appName}.app/Contents set plist ${appName}.app/Contents/Info.plist xinstall -m 0644 ${filespath}/Info.plist.in ${plist} reinplace "s| reinplace "s| system "echo 'APPL????' >${appName}.app/Contents/PkgInfo" xinstall -d -m 0755 ${appName}.app/Contents/Resources set icns ${appName}.app/Contents/Resources/wap11.icns xinstall -m 0644 ${filespath}/[file tail ${icns}] ${icns} reinplace "s| xinstall -d -m 0755 ${appName}.app/Contents/MacOS xinstall -m 0755 ${name} ${appName}.app/Contents/MacOS/${appName} reinplace "s| } } post-destroot { if {[file isfile ${prefix}/include/qt3/qt_mac.h]} { cd ${worksrcpath}/${name} set appPath ${destroot}/Applications/MacPorts set appName [string toupper ${name}] xinstall -d -m 0755 ${appPath} system "cp -R ${appName}.app ${appPath}/${appName}.app" file delete ${destroot}${prefix}/bin/${name} } } 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/wap11guiYou 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 wap11gui with these commands: % man wap11gui Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg wap11gui 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 |
|||||||
| |




