| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 24 Dec 2025 08:28:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070806162157
location: https://web.archive.org/web/20070806162157/https://subversion-perlbindings.darwinports.com/
server-timing: captures_list;dur=0.580093, exclusion.robots;dur=0.057950, exclusion.robots.policy;dur=0.047453, esindex;dur=0.009905, cdx.remote;dur=4.081835, LoadShardBlock;dur=98.680660, PetaboxLoader3.datanode;dur=58.526567, PetaboxLoader3.resolve;dur=7.088112
x-app-server: wwwb-app206-dc6
x-ts: 302
x-tr: 129
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app206; 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 08:28:01 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Mon, 06 Aug 2007 16:29:27 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:57 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-20070806160727-16152-crawling01.us.archive.org.arc.gz
server-timing: captures_list;dur=0.482357, exclusion.robots;dur=0.020267, exclusion.robots.policy;dur=0.008944, esindex;dur=0.010832, cdx.remote;dur=19.504095, LoadShardBlock;dur=108.253011, PetaboxLoader3.datanode;dur=144.883407, load_resource;dur=123.792212, PetaboxLoader3.resolve;dur=32.519808
x-app-server: wwwb-app206-dc6
x-ts: 200
x-tr: 322
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-perlbindings version 1.4.3 for Mac OS X
|
|||||||||
Monday the 6th of August, 2007 |
|||||||||
subversion-perlbindings most recent diff
Scroll down toward the bottom of the page to get installation instructions for subversion-perlbindings. The raw portfile for subversion-perlbindings 1.4.3 is located here: https://subversion-perlbindings.darwinports.com/dports/devel/subversion-perlbindings/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 22930 2007-03-19 13:55:15Z dluke PortSystem 1.0 Name: subversion-perlbindings Version: 1.4.3 Category: devel perl Maintainers: dluke Description: Perl 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 perl bindings provide access to subversion API from perl. Homepage: https://subversion.tigris.org/ master_sites https://subversion.tigris.org/downloads/ use_bzip2 yes checksums md5 de0e792c9804c7bce397d267af5eb30d distname subversion-${version} dist_subdir subversion test.run yes test.target check-swig-pl depends_lib port:expat port:neon port:apr port:apr-util port:db44 port:subversion path:${prefix}/bin/perl:perl5.8 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-perl5=${prefix}/bin/perl build.target swig-pl destroot.target install-swig-pl-lib DESTDIR=${destroot} && cd "${worksrcpath}/subversion/bindings/swig/perl/native" && make pure_install destroot.args INSTALLDIRS=vendor 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 { file delete "${destroot}/${prefix}/lib/libsvn_delta-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.a" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_delta-1.la" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.a" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_fs_fs-1.la" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.0.0.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.0.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.a" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.dylib" file delete "${destroot}/${prefix}/lib/libsvn_subr-1.la" foreach packlist [exec find ${destroot} -name .packlist] { ui_info "Fixing packlist ${packlist}" reinplace "s|${destroot}||" ${packlist} } } # 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-perlbindingsYou 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-perlbindings with these commands: % man subversion-perlbindings Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg subversion-perlbindings 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 |
|||||||
| |




