summaryrefslogtreecommitdiff
path: root/devel/fhist
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Don't use extern inline with Clang as the redefinitions conflict with C99.joerg3-1/+29
2012-12-30Not MAKE_JOBS_SAFE.dholland1-1/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-01-29DESTDIR supportjoerg1-1/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
2007-02-05Update fhist to 1.16.obache3-30/+32
Based on patch provided in PR 35539. And I made two modification related to pkgsrc. PKGSRC CHANGES: Make document & nls files to be installed into standard location. Add test target. RELEASE NOTES: Version 1.16 (20-Dec-2005) * There is a new fmerge -ignore-identical-conflicts option which may be used to suppress logical conflicts in which the same thing is done by both variants. This is often a better match for users' expectations for merging source code. Version 1.15 (8-Nov-2005) * There is a new fcomp -no-binary option, which may be used to prevent the comparison of binary files, instead it treats them both as empty. * A small build problem on MacOS X has been fixed. Version 1.14 (8-Jun-2004) * The ./configure script now understands the --with-nlsdir option, so that you can place the .mo files. * The fhist(1) program is now able to cope with numeric modules names. * The occasional false negative from test 26 has been fixed. It was failing for some users because of message translation (internationalization) issues.
2006-11-24Reset maintainer (aldous.com doesnot accept connections on port 25).wiz1-2/+2
2006-06-20USE_TOOLS+=yaccminskim1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-15Needs GNU-like soelim.joerg1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-25Convert to buildlink3.snj1-3/+3
2004-02-05Update to version 1.13.salo3-32/+21
Based on a patch from MAINTAINER, sent privately. Changes: - DESCR should contain a short description, not manual. - style nits. No changelong available. Recursive diff to previous version shows some build fixes, documentation updates and user authentication support(?).
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-01-16Initial import of fhist version 1.12markd4-0/+75
Provided by Matthew Aldous in PR 18970. Updated to version 1.12 by Duncan McEwan and tidied up by me. The FHist package contains 3 utilities, a file history tool ``fhist'', a file comparison tool ``fcomp'', and a file merging tool ``fmerge'. All three are bundled together, because they all use the same algorithm. fhist Keeps track of versions of a file. It works correctly when given binary files as input. See fhist(1) for more information. fcomp Compares two versions of a file, usually line-for- line textual comparison. It is capable of comparing two binary files byte-for-byte. See fcomp(1) for more information. fmerge Merges together edits from two descendants of a file. See fmerge(1) for more information. The history tool presented here, fhist, is a minimal history tool. It provides no locking or branching. This can be useful in contexts where the configuration management or change control be being provided by some other tool.