| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 01:12:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080223144226
location: https://web.archive.org/web/20080223144226/https://subversion-perlbindings.darwinports.com/
server-timing: captures_list;dur=1.396511, exclusion.robots;dur=0.064017, exclusion.robots.policy;dur=0.050271, esindex;dur=0.012375, cdx.remote;dur=43.618546, LoadShardBlock;dur=217.955057, PetaboxLoader3.datanode;dur=116.867385, PetaboxLoader3.resolve;dur=66.985612
x-app-server: wwwb-app245-dc8
x-ts: 302
x-tr: 314
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: Mon, 22 Dec 2025 01:12:23 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Sat, 23 Feb 2008 14:47:06 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, 23 Feb 2008 14:42:26 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_2_20080223111051_crawl106-c/51_2_20080223143751_crawl109.arc.gz
server-timing: captures_list;dur=0.532179, exclusion.robots;dur=0.021182, exclusion.robots.policy;dur=0.008972, esindex;dur=0.009001, cdx.remote;dur=36.022974, LoadShardBlock;dur=134.118442, PetaboxLoader3.datanode;dur=204.749198, PetaboxLoader3.resolve;dur=68.422280, load_resource;dur=214.546708
x-app-server: wwwb-app245-dc8
x-ts: 200
x-tr: 454
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.6 for Mac OS X 10.5 Leopard
|
|||||||||
Saturday the 23rd of February, 2008 |
|||||||||
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.6 is located here: https://subversion-perlbindings.darwinports.com/dports/devel/subversion-perlbindings/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-perlbindings # $Id: Portfile 33877 2008-02-06 18:39:20Z dluke PortSystem 1.0 Name: subversion-perlbindings Version: 1.4.6 Category: devel perl Platform: darwin 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 ${homepage}/downloads/ use_bzip2 yes checksums md5 9c7cf517362c1c9332b610339e5cce6b sha1 a9c941e2309744f6a2986200698b60da057a7527 rmd160 ae63877b5d0eeb1c4f28c4388f97897efde7244c 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}/bin/apr-1-config --with-apr-util=${prefix}/bin/apu-1-config --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 description {Build without support for BerkeleyDB repositories} { 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 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 { 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 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




