| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 20:35:01 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090511165652
location: https://web.archive.org/web/20090511165652/https://rpm.darwinports.com/
server-timing: captures_list;dur=0.503996, exclusion.robots;dur=0.035765, exclusion.robots.policy;dur=0.025760, esindex;dur=0.008533, cdx.remote;dur=4.787809, LoadShardBlock;dur=131.529059, PetaboxLoader3.datanode;dur=92.476238, PetaboxLoader3.resolve;dur=15.448595
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 163
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app206; 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, 21 Dec 2025 20:35:01 GMT
content-type: text/html
x-archive-orig-date: Mon, 11 May 2009 16:55:11 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: Mon, 11 May 2009 16:56:52 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: 51_9_20090511152705_crawl102-c/51_9_20090511165634_crawl103.arc.gz
server-timing: captures_list;dur=0.580801, exclusion.robots;dur=0.022557, exclusion.robots.policy;dur=0.010719, esindex;dur=0.010988, cdx.remote;dur=9.754814, LoadShardBlock;dur=113.867976, PetaboxLoader3.datanode;dur=140.285608, load_resource;dur=103.244887, PetaboxLoader3.resolve;dur=46.316881
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 315
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
Rpm version 4.4.9 - How to Download and Install on Mac OS X
|
|||||||||
Monday the 11th of May, 2009 |
|||||||||
rpm most recent diffversion 4.4.9
Scroll down toward the bottom of the page to get installation instructions for rpm. The raw portfile for rpm 4.4.9 is located here: https://rpm.darwinports.com/dports/sysutils/rpm/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rpm The rpm Portfile 40797 2008-10-15 08:08:26Z afb PortSystem 1.0 Name: rpm Version: 4.4.9 Revision: 8 Platform: darwin freebsd linux Category: sysutils archivers Maintainers: n3npq Description: The RPM package management system. Long Description: The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc. Homepage: https://rpm5.org Master Sites: ${homepage}/files/${name}/${name}-4.4 Checksums: md5 210b768006e7d88dd8a3bcd498ea27f6 depends_build port:expat port:neon port:python24 port:perl5.8 port:readline port:beecrypt port:libiconv port:gettext depends_lib lib:libhistory.5:readline port:gettext port:popt port:sqlite3 depends_run port:openssl bin:gzip:gzip bin:bzip2:bzip2 bin:unzip:unzip build.type gnu configure.args --disable-nls --without-javaglue --without-included-gettext --with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix} --mandir=${prefix}/share/man --infodir=${prefix}/share/info --with-python=2.4 --with-perl --without-apidocs --sysconfdir=${prefix}/etc # needed because it checks for sqlite3_open in sqlite lib... configure.env ac_cv_lib_sqlite_sqlite3_open=yes Patch Files: patch-neon.diff patch-macros.in patch-configure patch-Makefile.PL patch-darwin.prov patch-fts.c patch-rpmdav.c patch-rpmsq.c patch-rpmevr.h patch-parseBuildInstallClean.c patch-scripts-brp-nobuildrootpath post-patch { # use external popt library delete ${worksrcpath}/popt } post-destroot { # MacPorts specific changes reinplace "s;%{_usrsrc}/rpm;%{_usrsrc}/macports;" ${destroot}${prefix}/lib/rpm/macros xinstall -d -m 755 ${prefix}/etc/rpm delete [glob ${destroot}${prefix}/lib/perl5/*/*/*/auto/RPM/.packlist] delete [glob ${destroot}${prefix}/lib/perl5/*/*/perllocal.pod] # where the RPM database lives destroot.keepdirs ${destroot}${prefix}/etc/rpm ${destroot}${prefix}/var/lib/rpm ${destroot}${prefix}/var/spool/repackage ${destroot}${prefix}/src/macports/BUILD ${destroot}${prefix}/src/macports/RPMS ${destroot}${prefix}/src/macports/SOURCES ${destroot}${prefix}/src/macports/SPECS ${destroot}${prefix}/src/macports/SRPMS } platform darwin { configure.args-append --disable-optimized --disable-aio --with-glob --enable-broken-chown --disable-rpath configure.cppflags-append -I${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 post-destroot { # Mac OS X specific changes reinplace "s;\blibtoolize\b;glibtoolize;" ${destroot}${prefix}/lib/rpm/macros } } platform freebsd { post-configure { reinplace "s;-lrt;;" ${worksrcpath}/lua/Makefile } post-destroot { # FreeBSD specific changes reinplace "s;/usr/bin/tar;/usr/local/bin/gtar;" ${destroot}${prefix}/lib/rpm/macros reinplace "s;/usr/bin/make;/usr/local/bin/gmake;" ${destroot}${prefix}/lib/rpm/macros } } platform linux { patchfiles-append patch-rpmdb-Makefile.am post-destroot { # Linux specific changes } } Variant: docs { depends_run-append bin:doxygen:doxygen configure.args-delete --without-apidocs configure.args-append --with-apidocs } 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/rpmYou 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 rpm with these commands: % man rpm Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg rpm on MacOSX Download the Darwinports Installer version 1.7 How to Install Darwinports 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 |
|||||||
| |



