Port details |
- fhist Utilities to maintain file history, do file comparisons, and merges
- 1.21_7 devel =3 1.21_7Version of this port present on the latest quarterly branch.
- Maintainer: aryeh.friedman@gmail.com
- Port Added: unknown
- Last Update: 2024-01-12 15:11:29
- Commit Hash: d432922
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: GPLv3
- WWW:
- https://fhist.sourceforge.net/
- Description:
- This package contains three source control utilities from Peter Miller
fhist: Keeps track of versions of a file.
fcomp: Compares two versions of a file.
fmerge: Merges together edits from two descendants of a file.
This program is based on the algorithm in ``An O(ND) Difference
Algorithm and Its Variations'', Eugene W. Myers, TR 85-6, 10-April-1985,
Department of Computer Science, The University of Arizona, Tuscon,
Arizona 85721.
See also: ``A File Comparison Program, Webb Miller and Eugene W.
Myers'', Software Practice and Experience, Volume 15, No. 11,
November 1985.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/fhist/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fhist
- pkg install fhist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fhist
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fhist-1.21.D001.tar.gz) = bc8963b142d3686c3848a74ec996cb8619cd7843deb2f99709d81bed30f6843b
SIZE (fhist-1.21.D001.tar.gz) = 409961
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:
-
- bison : devel/bison
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libexplain.so : devel/libexplain
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fhist-1.21_7:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_fhist
- USES:
- bison localbase gettext
- 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 |
1.21_7 12 Jan 2024 15:11:29 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
1.21_6 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
1.21_6 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 ) |
1.21_6 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.21_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.21_6 26 Jun 2020 10:34:36 |
fernape |
devel/fhist: and fix bison issues and change maintership
* Retrofitted Yacc grammars to handle bison 3.6.X
* Submitter takes maintainership
Submitted by: aryeh.friedman@gmail.com |
1.21_5 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.21_4 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.21_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.21_4 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
1.21_4 05 Oct 2014 18:01:20 |
tijl |
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.21_3 22 Dec 2013 00:23:55 |
danilo |
- Bump PORTREVISION
devel/fhist:
- Add stage support
- Convert LIB_DEPENDS to new syntax |
1.21_2 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.21_2 31 May 2013 11:12:59 |
ehaupt |
Chase devel/libexplain update |
1.21_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.21_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.21_1 07 Feb 2013 14:35:39 |
miwi |
- Fix build with clang
PR: 175018
Submitted by: Ports Fury |
1.21_1 20 Nov 2012 17:57:25 |
ehaupt |
Chase libexplain update
Feature safe: yes |
1.21 05 Aug 2012 04:53:23 |
miwi |
- Update to 1.21
PR: 170143
Submitted by: Ports Fury |
1.20 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
1.20 08 Jun 2012 19:20:29 |
sylvio |
- Fixed plist
PR: ports/168599
Submitted by: KATO Tsuguru (tkato432@yahoo.com)
Reported by: erwin@ |
1.20 05 Jun 2012 20:52:10 |
sylvio |
- Update to version 1.20
New file:
files/patch-Makefile.in
PR: ports/168599
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.19 21 May 2012 03:10:05 |
miwi |
- Update to 1.19
PR: 168026
Submitted by: Ports Fury |
1.17_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.17_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.17_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.17_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.17 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.17 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.17 23 Jun 2008 10:51:34 |
miwi |
- Update to 1.17
PR: 124845
Submitted by: Ports Fury |
1.16 10 Apr 2008 09:12:53 |
jkoshy |
Reset maintainership. |
1.16 07 Jan 2006 04:44:46 |
jkoshy |
Upgrade to v1.16. This version adds an '-ignore-identical-conflicts' option
to fmerge. |
1.15 13 Dec 2005 16:23:44 |
jkoshy |
Add SA256 checksums. |
1.15 25 Nov 2005 23:10:30 |
linimon |
Chase URLs per distfile survey. |
1.15 14 Nov 2005 15:17:12 |
jkoshy |
Upgrade to v1.15. Use MASTER_SITE_SOURCEFORGE. |
1.14 05 Oct 2005 03:01:23 |
jkoshy |
- Upgrade to v1.14 [1]
- Prune MASTER_SITES.
- Add a WWW: link in pkg-descr.
[1] Prodded by: edwin's ports version check script. |
1.10 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.10 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
1.10 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.10 18 Dec 2002 12:25:32 |
naddy |
Fix build on alpha.
Approved by: jkoshy |
1.10 07 Oct 2002 07:30:37 |
jkoshy |
Upgrade to v1.10. |
1.8 05 Oct 2002 21:28:22 |
kris |
Mark BROKEN on 4.x; does not compile |
1.8 01 Jul 2002 08:47:21 |
jkoshy |
Upgrade to v1.8. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |