| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Enable Java HL bindings on 5.3 and newer systems.
Notes:
svn path=/head/; revision=142922
|
|
|
|
|
|
|
|
|
|
| |
Add ruby bindings [1].
Fix WITH_BOOK option [2].
PR: ports/82949 [1], ports/81808 [2]
Notes:
svn path=/head/; revision=140390
|
|
|
|
| |
Notes:
svn path=/head/; revision=136127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1] Add target `rpository' and ability to create fsfs repository.
Default repository format is `bdb' for compatibility.
It will be changed in 1.2.0.
[2] Fix perl bindings patch.
PR: [1] ports/78379
[2] ports/77453
Submitted by: [1] Roman Neuhauser <neuhauser@chello.cz>
[2] Andrey Slusar <anrays@gmail.com>
Notes:
svn path=/head/; revision=132887
|
|
|
|
|
|
|
|
|
|
| |
Add ability to build without db4 (WITHOUT_BDB)
Install precompiled HTML book and PDF book [1]
PR: [1] ports/75411
Notes:
svn path=/head/; revision=127990
|
|
|
|
|
|
|
|
|
|
|
| |
(2) Add installation of usefuls scripts and tools into `share/subversion'
(3) Prepare for JavaHL bindings, but `devel/apr' have problems with threads on STABLE now.
PR: 73135, 72551, 52797, 72665.
Submitted by: Many people, especially bmah@
Notes:
svn path=/head/; revision=120891
|
|
|
|
|
|
|
|
|
| |
PR: ports/72070
Submitted by: bmah
Approved by: portmgr (Mark Linimon)
Notes:
svn path=/head/; revision=118438
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[2] Add optional ability to build HTML version of "Subversion book"
[3] Add ability to build without libneon (with disabled WeDAV client)
PR: ports/70368 with changes [1],
ports/68781 [2]
Submitted by: Rong-En Fan <rafan@infor.org> [1],
Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]
Notes:
svn path=/head/; revision=116726
|
|
|
|
| |
Notes:
svn path=/head/; revision=109804
|
|
|
|
|
|
|
|
|
|
| |
parsing.
http://vuxml.freebsd.org/5d36ef32-a9cf-11d8-9c6d-0020ed76ef5a.html
The patch was supplied by Stefan Esser and verified by Ben Reser.
Notes:
svn path=/head/; revision=109520
|
|
|
|
|
|
|
|
|
|
|
| |
Add optional perl bindings (PR ports/61352 with many changes).
Add optional python bindings.
Depends on `devel/apr-svn' to help package building.
PR: ports/61352
Notes:
svn path=/head/; revision=100059
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use old (0.9.4) version of apr instead of recommended 0.9.5.
Return BIG MESSAGE about repository dump/restore cycle.
Based on PR form Roman Neuhauser <neuhauser@bellavista.cz>
PR: ports/61013
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes:
svn path=/head/; revision=97781
|
|
|
|
| |
Notes:
svn path=/head/; revision=93736
|
|
|
|
|
|
|
|
|
|
| |
[2] Add (optional) ability to create repository
[3] Add (optional) svnserve wrapper to fix svn+ssh access problems.
PR: [2,3] ports/57754
Notes:
svn path=/head/; revision=90709
|
|
|
|
| |
Notes:
svn path=/head/; revision=85604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subversion-0.23.
HEADSUP for users from the release announcement:
Please note that this release changes the url for the ra_svn protocol
over an ssh tunnel. The new syntax is svn+ssh://hostname/path.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=81405
|
|
|
|
|
|
|
|
|
|
| |
commit includes a plist fix, plus elimination of two unneeded patches.
Submitted by: plasma <plasmaball@pchome.com.tw>
Approved by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=79255
|
|
|
|
|
|
|
|
|
| |
PR: 46398
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
Notes:
svn path=/head/; revision=72181
|
|
|
|
|
|
|
|
|
|
| |
Patch slightly modified to remove a leftover \ at the end of one line.
PR: ports/37810
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=58660
|
|
|
|
|
|
|
|
| |
PR: ports/37494
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=58308
|
|
|
|
|
|
|
| |
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=57719
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version of expat, rather than the expat-lite we distribute, so it will be a
good citizen of the ports tree and avoid spamming over the installed version
of expat that already exists. The patch to build.conf that was accomplishing
this was flawed, and only happened to work on my system because I had a copy
of libexpat.la sitting around in my /usr/local/lib, I imagine from a previous
subversion install I never cleaned out fully.
This alters the patch to build.conf such that instead of just replacing
libexpat with -lexpat, it replaces it with $(SVN_APRUTIL_LIBS), which in
addition to -lexpat, will also include -L/usr/local/lib, which makes the
build work. It also includes /usr/local/lib/libaprutil.la, which we don't
strictly need, but it doesn't hurt anything, and will get us by until we
are smarter about finding expat.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=56412
|
|
|
|
| |
Notes:
svn path=/head/; revision=56336
|
|
|
|
|
|
|
| |
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Notes:
svn path=/head/; revision=56093
|
|
env. variable. That way, one can use subversion across a HTTP proxy.
This is a band-aid till the SVN group do it properly.
Approved by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Obtained from: dev@subversion.tigris.org mail archive
Notes:
svn path=/head/; revision=55341
|