| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 19:09:12 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090404071248
location: https://web.archive.org/web/20090404071248/https://rpm-devel.darwinports.com/
server-timing: captures_list;dur=0.806199, exclusion.robots;dur=0.067582, exclusion.robots.policy;dur=0.054919, esindex;dur=0.009362, cdx.remote;dur=13.081754, LoadShardBlock;dur=229.905730, PetaboxLoader3.datanode;dur=87.652774, PetaboxLoader3.resolve;dur=16.234715
x-app-server: wwwb-app243-dc6
x-ts: 302
x-tr: 271
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app243; 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 19:09:13 GMT
content-type: text/html
x-archive-orig-date: Sat, 04 Apr 2009 07:08:09 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: Sat, 04 Apr 2009 07:12:48 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_20090404032302_crawl103-c/51_9_20090404071124_crawl103.arc.gz
server-timing: captures_list;dur=6.367187, exclusion.robots;dur=0.023166, exclusion.robots.policy;dur=0.014542, esindex;dur=0.008553, cdx.remote;dur=5.463245, LoadShardBlock;dur=181.148239, PetaboxLoader3.datanode;dur=223.187939, PetaboxLoader3.resolve;dur=132.773846, load_resource;dur=246.750795
x-app-server: wwwb-app243-dc6
x-ts: 200
x-tr: 546
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-devel version 5.2 - How to Download and Install on Mac OS X
|
|||||||||
Saturday the 4th of April, 2009 |
|||||||||
rpm-devel most recent diffversion 5.2
Scroll down toward the bottom of the page to get installation instructions for rpm-devel. The raw portfile for rpm-devel 5.2 is located here: https://rpm-devel.darwinports.com/dports/sysutils/rpm-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/rpm-devel The rpm-devel Portfile 41352 2008-10-31 08:55:07Z afb PortSystem 1.0 Name: rpm-devel Version: 5.2 Revision: 20081030 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/rpm/rpm-5.2/SNAPSHOT set distdate 20081030 distname rpm-${version}.SNAPSHOT.${distdate} Checksums: md5 878da8756352fd5026db2df979ae2db8 worksrcdir ${distname} # ### CVS source #fetch.type cvs #cvs.root :pserver:anonymous #cvs.module rpm #cvs.tag HEAD #worksrcdir rpm depends_build port:expat port:neon port:python25 port:perl5.8 port:readline port:beecrypt port:libiconv port:gettext depends_lib lib:libhistory.5:readline port:gettext port:popt port:sqlite3 port:xar-devel port:pcre port:ossp-uuid depends_run port:openssl bin:gzip:gzip bin:bzip2:bzip2 bin:unzip:unzip Patch Files: patch-macros.in 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.5 --with-perl --with-sqlite --with-dbapi=sqlite --with-xar=external --with-pcre=external --with-uuid=external --without-apidocs --sysconfdir=${prefix}/etc --with-path-cfg=${prefix}/etc/rpm configure.env __PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl ### CVS config #post-fetch { system "cd ${worksrcpath} && . devtool.bashrc && devtool checkout" } #pre-configure { system "cd ${worksrcpath} && . devtool.bashrc && devtool autogen" } configure.args-append --with-lua=internal --with-db=internal configure.cppflags-append -I${prefix}/include/xar -I${prefix}/include/ossp post-destroot { xinstall -d -m 755 ${destroot}${prefix}/etc/rpm system "${worksrcpath}/rpm --macros=${worksrcpath}/macros --eval='%{_target_platform}' > ${destroot}${prefix}/etc/rpm/platform" system "${worksrcpath}/rpm --macros=${worksrcpath}/macros --eval='noarch-%{_target_vendor}-%{_target_os}%{?_gnu}' >> ${destroot}${prefix}/etc/rpm/platform" 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/rpm/BUILD ${destroot}${prefix}/src/rpm/RPMS ${destroot}${prefix}/src/rpm/SOURCES ${destroot}${prefix}/src/rpm/SPECS ${destroot}${prefix}/src/rpm/SRPMS } platform darwin { configure.args-append --disable-optimized --disable-aio --with-glob --enable-broken-chown --disable-rpath post-destroot { # Mac OS X specific changes } } platform freebsd { 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 { 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/rpm-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 rpm-devel with these commands: % man rpm-devel Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg rpm-devel on MacOSX
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 |
|||||||
| |



