Port details |
- dirdiff Graphical diff tool
- 2.1_4 sysutils =5 2.1_4Version of this port present on the latest quarterly branch.
- Maintainer: tcltk@FreeBSD.org
- Port Added: 2001-05-07 03:47:21
- Last Update: 2024-03-23 11:19:32
- Commit Hash: d7511b9
- People watching this port, also watch:: openssl, pslist, healthd, p5-libwww, libxml2
- Also Listed In: tcl tk
- License: GPLv2+
- WWW:
- http://freecode.com/projects/dirdiff/
- Description:
- Dirdiff is a graphical tool for displaying the differences between
directory trees and for merging changes from one tree into another.
Dirdiff can handle up to 5 trees. It displays a main window with a
list of the files which are different between the trees, with colored
squares to indicate the relative ages of the versions. A menu allows
you to display the differences between any two of the versions in
another window. Another menu allows you to copy the file from one
tree to another.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dirdiff>0:sysutils/dirdiff
- To install the port:
- cd /usr/ports/sysutils/dirdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/dirdiff
- pkg install dirdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dirdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dirdiff-2.1.tar.gz) = cb373654d5788027804355e355df0695862c3bfc1f6a3fc6014722b3156a9252
SIZE (dirdiff-2.1.tar.gz) = 43105
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libtk86.so : x11-toolkits/tk86
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_dirdiff
- USES:
- tk
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_4 23 Mar 2024 11:19:32 |
Tijl Coosemans (tijl) |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1_4 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_4 19 Mar 2020 20:01:38 |
cy |
Make fetchable again. |
2.1_4 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
2.1_4 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.1_4 25 Aug 2015 11:15:43 |
amdmi3 |
- Fix library installation
- Fix library name to match what script expects, fixing -r option
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2.1_3 31 Mar 2015 21:53:58 |
gahr |
- Fix build
PR: 199058
Submitted by: Lawrence Chen <beastie@tardisi.com>
Discussed with: bapt |
2.1_3 18 Feb 2014 17:19:26 |
gahr |
- STAGE-clean |
2.1_3 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
19 Sep 2013 14:21:42
|
gahr |
- Convert USE_TCL to USES=tcl |
2.1_3 13 May 2013 15:08:04 |
gahr |
- Fix build with Tcl 8.6 [1]
- Trim Makefile header
- Assign to tcltk@FreeBSD.org
Reported by: miwi (Tcl/Tk 86 exp-run) |
2.1_3 09 Nov 2011 21:53:33 |
ehaupt |
Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@). |
2.1_3 23 Oct 2011 01:24:54 |
zi |
- Add LICENSE
- Use USE_TK/USE_TCL_BUILD
- Use PLIST_FILES instead of pkg-plist
PR: ports/161621
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.1_3 29 Dec 2010 07:03:16 |
sunpoet |
- Use canonical format for ports@FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here |
2.1_3 07 Aug 2008 08:58:31 |
linimon |
Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding. |
2.1_3 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
2.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1_2 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
2.1_2 06 Jul 2005 06:08:17 |
grog |
Update description. |
2.1_2 06 Jul 2005 05:40:57 |
grog |
Update to new name of library. |
2.1_2 06 Jul 2005 05:39:02 |
grog |
Change name of the installed library. It was called
libfilecmp.so.0.0, but this isn't only not in keeping with the FreeBSD
Way: it breks the deinstall script, which strips the last .0 from the
file name.
Once more thanks to: pointyhat. |
1.2_1 06 Jul 2005 05:26:23 |
grog |
Install in ${PREFIX}, not /usr.
Reminded by: pointyhat. |
2.1_2 05 Jul 2005 05:15:16 |
grog |
Update to version 2.1
Update site location.
Reported by: pointyhat. |
1.2_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2_1 06 Mar 2004 12:09:20 |
kris |
Switch to tcl/tk 8.4. |
1.2_1 06 Mar 2004 12:08:50 |
kris |
Fix build on amd64 (add -fPIC). Respect CFLAGS. Switch to tcl/tk 8.4.
Bump PORTREVISION.
Approved by: maintainer |
1.2 07 Mar 2003 06:11:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
07 Jan 2002 19:36:49 |
fenner |
Fully qualify MAINTAINER address. |
07 May 2001 10:06:19 |
clive |
Add tcl82 to BUILD_DEPENDS. |
07 May 2001 07:47:21 |
grog |
New port, dirdiff, a graphical tool for displaying the differences between
directory trees and for merging changes from one tree into another. |