| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 15 Jan 2026 00:23:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20060824092747
location: https://web.archive.org/web/20060824092747/https://apt.darwinports.com/
server-timing: captures_list;dur=0.562686, exclusion.robots;dur=0.041375, exclusion.robots.policy;dur=0.029980, esindex;dur=0.011019, cdx.remote;dur=56.132072, LoadShardBlock;dur=500.994069, PetaboxLoader3.datanode;dur=355.084946, PetaboxLoader3.resolve;dur=57.897739
x-app-server: wwwb-app211-dc8
x-ts: 302
x-tr: 584
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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: Thu, 15 Jan 2026 00:23:34 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 24 Aug 2006 09:39:24 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: Thu, 24 Aug 2006 09:27:47 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: 29_0_20060824092229_crawl29-c/29_0_20060824092511_crawl31.arc.gz
server-timing: captures_list;dur=1.156561, exclusion.robots;dur=0.033309, exclusion.robots.policy;dur=0.013480, esindex;dur=0.116946, cdx.remote;dur=7.952621, LoadShardBlock;dur=210.505454, PetaboxLoader3.datanode;dur=213.517777, PetaboxLoader3.resolve;dur=45.078278, load_resource;dur=77.551710
x-app-server: wwwb-app211-dc8
x-ts: 200
x-tr: 393
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
apt version 0.5.27 for Mac OS X 10.4 Tiger
|
|||||||||
Thursday the 24th of August, 2006 |
|||||||||
apt
The raw portfile for apt 0.5.27 is located here: https://apt.darwinports.com/dports/sysutils/apt/Portfile Find related portfiles with the new DarwinPorts.com search feature.
# $Id: Portfile,v 1.15 2005/01/26 00:14:11 landonf Exp $ # Thanks to the Fink Project for their work on porting apt PortSystem 1.0 Name: apt Version: 0.5.27 revision 7 Platform: darwin freebsd Category: sysutils Maintainers: landonf Description: Advanced front-end for dpkg Long Description: Apt is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages. Homepage: https://www.debian.org/ master_sites https://ftp.debian.org/debian/pool/main/a/apt/ checksums md5 36f0b6012806569d27be98c80a6d57ff distname ${portname}_${portversion} worksrcdir ${portname}-${portversion} depends_lib path:${prefix}/bin/dpkg:dpkg bin:bash:bash patchfiles ostable.diff paths.diff patch-aclocal.m4 patch-configure.in patch-configure patch-static-constructors soname-magic.diff # Work around case insensitive file system issues configure.cmd ../configure configure.dir ${worksrcpath}/build pre-configure { file mkdir ${worksrcpath}/build } configure.env CPPFLAGS="-I${prefix}/include" CFLAGS="-L${prefix}/lib" LDFLAGS="-L${prefix}/lib" CXXFLAGS="-D__USE_MISC" configure.args --without-sgml-doc --disable-rpath build.dir ${configure.dir} build.type gnu set varapt ${destroot}${prefix}/var/db/apt destroot.keepdirs ${varapt} ${varapt}/cache/archives/partial ${varapt}/state/lists/partial ${destroot}/${prefix}/etc/apt ${destroot}/${prefix}/etc/apt/apt.conf.d ### Operating System Variants ### Variant: darwin { global aptpkg-longversion aptpkg-version aptpkg-shortversion global aptinst-longversion aptinst-version aptinst-shortversion global apt-libsuffix set apt-libsuffix dylib set aptpkg-longversion 3.3.0.dylib set aptpkg-version 3.3.dylib set aptpkg-shortversion 3.dylib set aptinst-longversion 1.0.0.dylib set aptinst-version 1.0.dylib set aptinst-shortversion 1.dylib depends_lib-append lib:XXXlibintl.3:gettext depends_build-append bin:gnumake:gmake # c++pragma.diff generated with the following, provided by # Peter O'Gorman: # for i in `grep -rl '#ifdef __GNUG__' .` ; do perl -pi -e 's/#ifdef # __GNUG__/#if defined(__GNUG__) && !defined(__APPLE_CC__)/' $i; done patchfiles-append sig_t.diff c++pragma.diff darwinshlibs-hack.diff use-libintl.diff } Variant: freebsd { global aptpkg-longversion aptpkg-version aptpkg-shortversion global aptinst-longversion aptinst-version aptinst-shortversion global apt-libsuffix set apt-libsuffix so set aptpkg-longversion so.3.3.0 set aptpkg-version so.3.3 set aptpkg-shortversion so.3 set aptinst-longversion so.1.0.0 set aptinst-version so.1.0 set aptinst-shortversion so.1 depends_lib-append lib:XXXlibintl.3:gettext depends_build-append bin:gmake:gmake patchfiles-append sig_t.diff use-libintl.diff } ### Target Overrides ### post-patch { reinplace "s| # Hack for lack of post-patch-append if {[variant_isset freebsd]} { reinplace "s|make -s|gmake -s|g" ${worksrcpath}/configure } } # apt's makefiles do not have an install target destroot { set build ${build.dir} # Install binaries set bindest ${destroot}${prefix}/bin/ file mkdir ${bindest} xinstall -m 755 ${build}/bin/apt-cache ${bindest} xinstall -m 755 ${build}/bin/apt-cdrom ${bindest} xinstall -m 755 ${build}/bin/apt-config ${bindest} xinstall -m 755 ${build}/bin/apt-extracttemplates ${bindest} xinstall -m 755 ${build}/bin/apt-get ${bindest} xinstall -m 755 ${build}/bin/apt-sortpkgs ${bindest} # Install libraries set libdest ${destroot}${prefix}/lib/ file mkdir ${libdest} xinstall -m 644 ${build}/bin/libapt-pkg.${aptpkg-longversion} ${libdest} system "cd ${libdest} && ln -sf libapt-pkg.${aptpkg-longversion} libapt-pkg.${aptpkg-version} && ln -sf libapt-pkg.${aptpkg-version} libapt-pkg.${aptpkg-shortversion} && ln -sf libapt-pkg.${aptpkg-shortversion} libapt-pkg.${apt-libsuffix}" xinstall -m 644 ${build}/bin/libapt-inst.${aptinst-longversion} ${libdest} system "cd ${libdest} && ln -sf libapt-inst.${aptinst-longversion} libapt-inst.${aptinst-version} && ln -sf libapt-inst.${aptinst-version} libapt-inst.${aptinst-shortversion} && ln -sf libapt-inst.${aptinst-shortversion} libapt-inst.${apt-libsuffix}" # Install methods set methdest ${destroot}${prefix}/libexec/apt/methods/ file mkdir ${methdest} xinstall -m 755 ${build}/bin/methods/cdrom ${methdest} xinstall -m 755 ${build}/bin/methods/copy ${methdest} xinstall -m 755 ${build}/bin/methods/file ${methdest} xinstall -m 755 ${build}/bin/methods/ftp ${methdest} xinstall -m 755 ${build}/bin/methods/gzip ${methdest} xinstall -m 755 ${build}/bin/methods/http ${methdest} xinstall -m 755 ${build}/bin/methods/rsh ${methdest} system "cd ${methdest} && ln -sf rsh ssh" file mkdir ${methdest}/apt xinstall -m 644 ${build}/scripts/dselect/desc.apt ${methdest}/apt/ xinstall -m 755 ${build}/scripts/dselect/install ${methdest}/apt/ xinstall -m 644 ${build}/scripts/dselect/names ${methdest}/apt/ xinstall -m 755 ${build}/scripts/dselect/setup ${methdest}/apt/ xinstall -m 755 ${build}/scripts/dselect/update ${methdest}/apt/ # Install includes set incdest ${destroot}${prefix}/include/apt-pkg/ file mkdir ${incdest} foreach file [readdir ${build}/include/apt-pkg/] { if {"$file" == "." || "$file" == ".."} { continue } xinstall -m 644 ${build}/include/apt-pkg/${file} ${incdest} } # Install man pages set mandest ${destroot}${prefix}/share/man file mkdir ${mandest} file mkdir ${mandest}/man1 file mkdir ${mandest}/man5 file mkdir ${mandest}/man8 xinstall -m 644 ${build}/docs/apt-cache.8 ${build}/docs/apt-cdrom.8 ${build}/docs/apt-config.8 ${build}/docs/apt-get.8 ${mandest}/man8/ xinstall -m 644 ${build}/docs/apt-extracttemplates.1 ${build}/docs/apt-ftparchive.1 ${build}/docs/apt-sortpkgs.1 ${mandest}/man1/ xinstall -m 644 ${build}/docs/apt.conf.5 ${build}/docs/apt_preferences.5 ${build}/docs/sources.list.5 ${build}/docs/vendors.list.5 ${mandest}/man5/ # Install configuration files set confdest ${destroot}/${prefix}/etc/apt/apt.conf.d file mkdir ${confdest} xinstall -m 644 ${filespath}/sources.list ${destroot}/${prefix}/etc/apt/sources.list xinstall -m 644 ${worksrcpath}/build/docs/examples/apt.conf ${destroot}/${prefix}/etc/apt/apt.conf # Create var directoriesa file mkdir ${destroot}${prefix}/var/db/apt/cache/archives/partial file mkdir ${destroot}${prefix}/var/db/apt/state/lists/partial } 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 aptYou 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 apt with these commands: % man apt 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
Donate now to keep DarwinPorts.com online! 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 |
|||||||
| |



