Port details |
- unison248 User-level file synchronization tool
- 2.48.15_2 net
=1 Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2018-03-09 21:12:10
- Last Update: 2022-07-20 14:22:37
- Commit Hash: 6a378e5
- People watching this port, also watch:: tcpdump, metalock
- License: GPLv3+
- Description:
- Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.
Unison shares a number of features with tools such as configuration
management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
uni-directional mirroring utilities (rsync, etc.) and other synchronizers
(Intellisync, Reconcile, etc).
WWW: https://www.cis.upenn.edu/~bcpierce/unison/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- unison248>0:net/unison248
- Conflicts:
- CONFLICTS:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/unison248/ && make install clean
- To add the package, run one of these commands:
- pkg install net/unison248
- pkg install unison248
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unison248
- Package flavors (<flavor>: <package>)
- x11: unison248
- nox11: unison248-nox11
- distinfo:
- TIMESTAMP = 1518118647
SHA256 (bcpierce00-unison-v2.48.15v4_GH0.tar.gz) = f8c7e982634bbe1ed6510fe5b36b6c5c55c06caefddafdd9edc08812305fdeec
SIZE (bcpierce00-unison-v2.48.15v4_GH0.tar.gz) = 1911781
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ocamlc : lang/ocaml
- gmake>=4.3 : devel/gmake
- lablgtk2 : x11-toolkits/ocaml-lablgtk2
- icotool : graphics/icoutils
- Runtime dependencies:
-
- lablgtk2 : x11-toolkits/ocaml-lablgtk2
- Library dependencies:
-
- libinotify.so : devel/libinotify
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for unison248-2.48.15_2:
DOCS=on: Build and/or install documentation
FSMONITOR=on: Compile and install fsmonitor plugin
===> Use 'make config' to modify these settings
- Options name:
- net_unison248
- USES:
- gmake localbase gettext-runtime gnome
- pkg-message:
- For install:
- Together with a gtk-enabled version, a text-only unison-text binary
is installed as it depends on a smaller number of libraries.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:37 2.48.15_2 |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
29 Oct 2021 09:50:18 2.48.15_2 |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
16 Oct 2021 09:51:39 2.48.15_2 |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
06 Apr 2021 14:31:07 2.48.15_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Nov 2020 12:34:02
2.48.15_2 |
madpilot  |
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.11 [1]
- Update net/unison to 2.51.3
- Add patch to pots of previouss unison versions to work with newer
x11-toolkits/ocaml-lablgtk2 [2]
Approved by: mandree [2], danfe (via email) [1]
Differential Revision: https://reviews.freebsd.org/D26924 |
23 Apr 2020 09:32:30
2.48.15_1 |
amdmi3  |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
24 Nov 2019 16:45:32
2.48.15_1 |
tobik  |
net/unison*, audio/asterisk-*: Set FLAVOR to a non-empty value by default
Use range modifier properly. The right syntax for looking up the
first word of a variable is ${FLAVORS:[1]}.
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22530 |
08 Nov 2019 13:48:35
2.48.15_1 |
tobik  |
net: Add missing USES={gnome,php} |
14 Aug 2019 08:48:51
2.48.15_1 |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
13 Mar 2018 17:09:49
2.48.15_1 |
madpilot  |
Modify DOCSDIR to avoid conflicting with main unison port.
Reported by: mat (thanks!)
> Description of fields to fill in above: 76 columns --|
> PR: If and which Problem Report is related.
> Submitted by: If someone else sent in the change.
> Reported by: If someone else reported the issue.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder
email.
> MFH: Ports tree branch name. Request approval for merge.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or
description.
> Sponsored by: If the change was sponsored by an organization.
> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Empty fields above will be automatically removed.
M unison248/Makefile |
09 Mar 2018 21:11:55
2.48.15 |
madpilot  |
- Update net/unison to new major release 2.51.2
- Preserve previous major release 2.48.14 as net/unison248 for
compatibility reasons |