| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 24 Dec 2025 07:30:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162116
location: https://web.archive.org/web/20070806162116/https://subversion-pythonbindings.darwinports.com/
server-timing: captures_list;dur=0.537670, exclusion.robots;dur=0.042813, exclusion.robots.policy;dur=0.033269, esindex;dur=0.010874, cdx.remote;dur=5.707035, LoadShardBlock;dur=342.897716, PetaboxLoader3.datanode;dur=57.567264, PetaboxLoader3.resolve;dur=51.846487
x-app-server: wwwb-app222-dc8
x-ts: 302
x-tr: 374
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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 07:30:21 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:28:46 GMT
x-archive-orig-server: Apache
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Mon, 06 Aug 2007 16:21:16 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: IA-AROUND-THE-WORLD-2007-20070806155021-15510-crawling015-c/IA-AROUND-THE-WORLD-2007-20070806161732-16155-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.569331, exclusion.robots;dur=0.021225, exclusion.robots.policy;dur=0.009183, esindex;dur=0.011430, cdx.remote;dur=7.721831, LoadShardBlock;dur=171.101229, PetaboxLoader3.resolve;dur=183.108344, PetaboxLoader3.datanode;dur=128.785622, load_resource;dur=167.061486
x-app-server: wwwb-app222-dc8
x-ts: 200
x-tr: 414
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-pythonbindings version 1.4.3 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
subversion-pythonbindings most recent diff
Scroll down toward the bottom of the page to get installation instructions for subversion-pythonbindings. The raw portfile for subversion-pythonbindings 1.4.3 is located here: https://subversion-pythonbindings.darwinports.com/dports/devel/subversion-pythonbindings/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 22934 2007-03-19 19:48:08Z dluke PortSystem 1.0 Name: subversion-pythonbindings Version: 1.4.3 Category: devel python 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 https://subversion.tigris.org/tarballs/ use_bzip2 yes checksums md5 de0e792c9804c7bce397d267af5eb30d distname subversion-${version} dist_subdir subversion depends_lib port:expat port:neon port:apr port:apr-util port:db44 port:subversion path:${prefix}/bin/python:python24 port:py-bsddb port:gettext 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 --with-python=${prefix}/bin/python build.target swig-py destroot.target install-swig-py DESTDIR=${destroot} test.env DYLD_LIBRARY_PATH=`find ${worksrcpath}/subversion -type d -name .libs | xargs echo | sed -e 's/ /:/g'` test.run yes test.target check-swig-py 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 [exec ${prefix}/bin/python -c "import sys; print (sys.prefix or sys.exec_prefix) + '/lib/python' + sys.version\[0:3\]"] 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 delete "${destroot}/${prefix}/lib/libsvn_client-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_dav-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_repos-1.la" file delete "${destroot}/${prefix}/lib/libsvn_client-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs-1.la" file delete "${destroot}/${prefix}/lib/libsvn_ra_dav-1.a" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_client-1.a" file delete "${destroot}/${prefix}/lib/libsvn_fs_base-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_dav-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_client-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_base-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_dav-1.la" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.a" file delete "${destroot}/${prefix}/lib/libsvn_client-1.la" file delete "${destroot}/${prefix}/lib/libsvn_fs_base-1.a" file delete "${destroot}/${prefix}/lib/libsvn_ra_local-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_base-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_local-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.la" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_base-1.la" file delete "${destroot}/${prefix}/lib/libsvn_ra_local-1.a" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.a" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_local-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_local-1.la" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.la" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.a" file delete "${destroot}/${prefix}/lib/libsvn_ra_svn-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_diff-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_svn-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_diff-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.la" file delete "${destroot}/${prefix}/lib/libsvn_ra_svn-1.a" file delete "${destroot}/${prefix}/lib/libsvn_wc-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_diff-1.a" file delete "${destroot}/${prefix}/lib/libsvn_ra-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_svn-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_wc-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_diff-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra_svn-1.la" file delete "${destroot}/${prefix}/lib/libsvn_wc-1.a" file delete "${destroot}/${prefix}/lib/libsvn_diff-1.la" file delete "${destroot}/${prefix}/lib/libsvn_ra-1.a" file delete "${destroot}/${prefix}/lib/libsvn_repos-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_wc-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_repos-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_wc-1.la" file delete "${destroot}/${prefix}/lib/libsvn_fs-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_ra-1.la" file delete "${destroot}/${prefix}/lib/libsvn_repos-1.a" file delete "${destroot}/${prefix}/lib/libsvn_fs-1.a" file delete "${destroot}/${prefix}/lib/libsvn_ra_dav-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_repos-1.dylib" } # 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-pythonbindingsYou 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-pythonbindings with these commands: % man subversion-pythonbindings Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg subversion-pythonbindings 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 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




