| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 21 Dec 2025 21:42:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080607061049
location: https://web.archive.org/web/20080607061049/https://subversion-python24bindings.darwinports.com/
server-timing: captures_list;dur=0.457896, exclusion.robots;dur=0.038259, exclusion.robots.policy;dur=0.030705, esindex;dur=0.006381, cdx.remote;dur=8.228611, LoadShardBlock;dur=173.360571, PetaboxLoader3.datanode;dur=56.832773, PetaboxLoader3.resolve;dur=12.843063
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 213
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app246; 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 21:42:01 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sat, 07 Jun 2008 06:31:36 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, 07 Jun 2008 06:10:49 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_4_20080607045309_crawl109-c/51_4_20080607055958_crawl109.arc.gz
server-timing: captures_list;dur=1.545104, exclusion.robots;dur=0.030863, exclusion.robots.policy;dur=0.011987, esindex;dur=0.015980, cdx.remote;dur=8.285699, LoadShardBlock;dur=306.674107, PetaboxLoader3.datanode;dur=179.170784, PetaboxLoader3.resolve;dur=260.554792, load_resource;dur=174.257478
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 716
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
subversion-python24bindings version 1.4.6 for Mac OS X 10.5 Leopard
|
|||||||||
Saturday the 7th of June, 2008 |
|||||||||
subversion-python24bindings most recent diff
Scroll down toward the bottom of the page to get installation instructions for subversion-python24bindings. The raw portfile for subversion-python24bindings 1.4.6 is located here: https://subversion-python24bindings.darwinports.com/dports/devel/subversion-python24bindings/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/subversion-python24bindings # $Id: Portfile 32454 2008-01-02 20:56:08Z blair PortSystem 1.0 Name: subversion-python24bindings Version: 1.4.6 Category: devel python Platform: darwin Maintainers: blair Description: Python bindings for the subversion version control system. Long Description: Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The python bindings provide access to subversion API from python. Homepage: https://subversion.tigris.org/ master_sites ${homepage}/downloads use_bzip2 yes checksums md5 9c7cf517362c1c9332b610339e5cce6b sha1 a9c941e2309744f6a2986200698b60da057a7527 rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c distname subversion-${version} dist_subdir subversion depends_lib port:expat port:neon port:apr port:apr-util port:db44 port:subversion port:python24 port:py-bsddb port:gettext post-patch { system "cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 perl -w -p -i -e 's/libsvn_swig_py/libsvn_swig_py24/g'" file rename ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py24 } configure.args --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 --with-neon=${prefix} --with-apr=${prefix} --with-apr-util=${prefix} --without-apxs --mandir=\\\${prefix}/share/man --disable-neon-version-check configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.4 build.target swig-py destroot.target install-swig-py DESTDIR=${destroot} test.run yes test.target check-swig-py pre-test { set x {} fs-traverse dir ${worksrcpath}/subversion { if {[file tail ${dir}] == ".libs" && [file isdirectory ${dir}]} { lappend x ${dir} continue } } test.env-append DYLD_LIBRARY_PATH=[join ${x} ":"] } pre-configure { reinplace "s|hardcode_direct=yes|hardcode_direct=no|g" ${worksrcpath}/configure } post-configure { reinplace "s|need_relink=yes|need_relink=no|g" ${worksrcpath}/libtool } Variant: no_bdb { depends_lib-delete port:db44 port:py-bsddb configure.args-delete --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44 configure.args-append --without-berkeley-db } Variant: no_neon { depends_lib-delete port:neon configure.args-append --without-neon configure.args-delete --with-neon=${prefix} } post-destroot { set PYTHON_PATH ${prefix}/lib/python2.4 xinstall -m 755 -d ${destroot}${PYTHON_PATH}/site-packages xinstall -m 755 ${portpath}/${filesdir}/svn-python.pth ${destroot}${PYTHON_PATH}/site-packages reinplace "s| file rename "${destroot}/${prefix}/lib/svn-python" "${destroot}/${prefix}/lib/svn-python2.4" } # 10.3 says -> CarbonCore/MacTypes.h: No such file or directory platform darwin 7 { configure.args-append --disable-keychain } 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/subversion-python24bindingsYou 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 subversion-python24bindings with these commands: % man subversion-python24bindings Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg subversion-python24bindings 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 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




