summaryrefslogtreecommitdiff
path: root/net/unison/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-07-25Update net/unison to 2.27.53tonio1-7/+7
Enable full destdir support. Changes since 2.17: * Several small fixes to the GTK2 UI to make it work better under Windows * The backup functionality has been completely rewritten. The external interface has not changed, but numerous bugs, irregular behaviors, and cross-platform inconsistencies have been corrected. * Some important safety improvements: o Added a new mountpoint preference, which can be used to specify a path that must exist in both replicas at the end of update detection o The confirmation of “big deletes” is now controlled by a boolean preference confirmbigdeletes. Default is true, which gives the same behavior as previously. (This functionality is at least partly superceded by the mountpoint preference, but it has been left in place in case it is useful to some people.) o If Unison is asked to “follow” a symbolic link but there is nothing at the other end of the link, it will now flag this path as an error, rather than treating the symlink itself as missing or deleted. This avoids a potentially dangerous situation where a followed symlink points to an external filesystem that might be offline when Unison is run (whereupon Unison would cheerfully delete the corresponding files in the other replica!). * Smaller changes: o Added forcepartial and preferpartial preferences, which behave like force and prefer but can be specified on a per-path basis. [Thanks to Alan Schmitt for this.] o A bare-bones self test feature was added, which runs unison through some of its paces and checks that the results are as expected. The coverage of the tests is still very limited, but the facility has already been very useful in debugging the new backup functionality (especially in exposing some subtle cross-platform issues). o Refined debugging code so that the verbosity of individual modules can be controlled separately. Instead of just putting '-debug verbose' on the command line, you can put '-debug update+', which causes all the extra messages in the Update module, but not other modules, to be printed. Putting '-debug verbose' causes all modules to print with maximum verbosity. o Removed mergebatch preference. (It never seemed very useful, and its semantics were confusing.) o Rewrote some of the merging functionality, for better cooperation with external Harmony instances. o Changed the temp file prefix from .# to .unison. o Compressed the output from the text user interface (particularly when run with the -terse flag) to make it easier to interpret the results when Unison is run several times in succession from a script. o Changed the order of arguments to the default diff command (so that the + and - annotations in diff's output are reversed). o Small fix to ctime (non-)handling in update detection under windows with fastcheck.
2005-09-27Update net/unison to 2.13.16 (Fix PR 31345)tonio1-7/+7
Update maintainer, i'm taking this one
2005-08-03update unison to the latest recommended stable version: 2.12.0tonio1-6/+6
Main changelog entries: - Incompatible change: Archive format has changed. - Substantial reworking of the internal logic of the text UI - Finder flags now synchronized (for mac osx users) - Workaround for transferring large files using rsync. Approved by cube@
2005-07-30Make pty.c always include <errno.h> in addition to <sys/errno.h>. Otherwiserillig1-2/+2
errno may be undefined.
2005-04-24- Update unison to 2.10.2adrianp1-7/+7
- Lots of changes, in summary: - out of the box OS X and OpenBSD support - limit the number of simultaneous file transfers - support for ocaml >3.07 - Files larger than 2Gb are now supported - Major tidying and enhancement of 'merge' functionality
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-04- Patch unison so it now works with ocaml 3.08.2adrianp1-1/+2
- Bump to nb4 - Thanks to Antoine Reilles for supplying the patch
2003-06-29Remove build time dependency on bash.jtb1-1/+2
Build with posix threads if supported ocaml.
2002-06-01update to unison 2.9.1deberg1-4/+4
2002-01-17make DIST_SUBDIR include the package version since the source tarballdmcmahill1-3/+3
has no version number. Will hopefully avoid at least some checksum complaints.
2001-09-28Update to unison-2.7.7. Changes:hubertf1-4/+4
* Many changes to the internal data structures (not backward compatible!) * Centralized backups * Lots of bug fixes * Many other feature enhancements Requested by Ben Wong <benjamin.wong@cc.gatech.edu>. While there, fix the dependency on ocaml, and install some docs. PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo