| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 00:22:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071120040808
location: https://web.archive.org/web/20071120040808/https://subversion-python25bindings.darwinports.com/
server-timing: captures_list;dur=1.426169, exclusion.robots;dur=0.079061, exclusion.robots.policy;dur=0.061919, esindex;dur=0.014238, cdx.remote;dur=7.876144, LoadShardBlock;dur=270.509153, PetaboxLoader3.datanode;dur=61.786736, PetaboxLoader3.resolve;dur=82.311020
x-app-server: wwwb-app54-dc6
x-ts: 302
x-tr: 373
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=4
set-cookie: wb-p-SERVER=wwwb-app54; 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: Mon, 22 Dec 2025 00:22:51 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Tue, 20 Nov 2007 04:08:34 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: Tue, 20 Nov 2007 04:08:08 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_20071120025004_crawl100-c/52_0_20071120040537_crawl109.arc.gz
server-timing: captures_list;dur=1.604399, exclusion.robots;dur=0.095163, exclusion.robots.policy;dur=0.070068, esindex;dur=0.067469, cdx.remote;dur=7.033542, LoadShardBlock;dur=491.953790, PetaboxLoader3.datanode;dur=488.746046, PetaboxLoader3.resolve;dur=60.912947, load_resource;dur=112.808521
x-app-server: wwwb-app54-dc6
x-ts: 200
x-tr: 727
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-python25bindings version 1.4.5 for Mac OS X 10.5 Leopard
|
|||||||||
Monday the 19th of November, 2007 |
|||||||||
subversion-python25bindings most recent diff
Scroll down toward the bottom of the page to get installation instructions for subversion-python25bindings. The raw portfile for subversion-python25bindings 1.4.5 is located here: https://subversion-python25bindings.darwinports.com/dports/devel/subversion-python25bindings/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-python25bindings # $Id: Portfile 28347 2007-08-28 22:00:40Z dluke PortSystem 1.0 Name: subversion-python25bindings Version: 1.4.5 Category: devel python Platform: darwin Maintainers: dluke 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 4c333a5fe827568c67d195cda7a5e154 distname subversion-${version} dist_subdir subversion depends_lib port:expat port:neon port:apr port:apr-util port:db44 port:subversion port:python25 port:py25-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_py25/g'" file rename ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py ${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py25 } 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.5 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:py25-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.5 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.5" } # 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-python25bindingsYou 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-python25bindings with these commands: % man subversion-python25bindings Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg subversion-python25bindings 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 |
|||||||
| |




