| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 24 Dec 2025 15:42:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090302010459
location: https://web.archive.org/web/20090302010459/https://subversion-python25bindings.darwinports.com/
server-timing: captures_list;dur=0.783463, exclusion.robots;dur=0.078539, exclusion.robots.policy;dur=0.063953, esindex;dur=0.012541, cdx.remote;dur=16.062548, LoadShardBlock;dur=456.933470, PetaboxLoader3.resolve;dur=191.387956, PetaboxLoader3.datanode;dur=231.399353
x-app-server: wwwb-app245-dc8
x-ts: 302
x-tr: 507
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app245; 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: Wed, 24 Dec 2025 15:42:33 GMT
content-type: text/html
x-archive-orig-date: Mon, 02 Mar 2009 01:02:03 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, 02 Mar 2009 01:04:59 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_8_20090301232624_crawl100-c/51_8_20090302005959_crawl103.arc.gz
server-timing: captures_list;dur=0.437816, exclusion.robots;dur=0.015455, exclusion.robots.policy;dur=0.007231, esindex;dur=0.007777, cdx.remote;dur=9.497917, LoadShardBlock;dur=259.907090, PetaboxLoader3.datanode;dur=92.447964, PetaboxLoader3.resolve;dur=121.077949, load_resource;dur=139.832834
x-app-server: wwwb-app245-dc8
x-ts: 200
x-tr: 537
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.5.4 - How to Download and Install on Mac OS X
|
|||||||||
Sunday the 1st of March, 2009 |
|||||||||
subversion-python25bindings most recent diffversion 1.5.4
Scroll down toward the bottom of the page to get installation instructions for subversion-python25bindings. The raw portfile for subversion-python25bindings 1.5.4 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 The subversion-python25bindings Portfile 41127 2008-10-24 22:14:58Z dluke PortSystem 1.0 Name: subversion-python25bindings Version: 1.5.4 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 037d1ed7a313631d50defdc3cf727415 sha1 0bebb7029fcf3c0638206c22a1ba9526121e4365 rmd160 521cd35602a637dba77864926e7636c08e54f3d7 distname subversion-${version} dist_subdir subversion depends_lib port:expat port:neon port:apr port:apr-util port:db46 port:subversion port:python25 port:py25-bsddb port:gettext port:libiconv port:serf port:cyrus-sasl2 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/db46:${prefix}/lib/db46 --with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config --with-apr-util=${prefix}/bin/apu-1-config --without-apxs --mandir=\\\${prefix}/share/man --disable-neon-version-check --with-serf=${prefix} --with-sasl=${prefix} configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.5 use_parallel_build yes 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 description {Build without support for BerkeleyDB repositories} { depends_lib-delete port:db46 port:py25-bsddb configure.args-delete --with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 configure.args-append --without-berkeley-db } Variant: no_neon description {Build without neon (http/https support)} { 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
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 Special thanks to: Gary Hardy for source code analysis tools |
|||||||
| |



