summaryrefslogtreecommitdiff
path: root/devel/cervisia
AgeCommit message (Collapse)AuthorFilesLines
2001-03-05Update cervisia to V1.0.hubertf6-26/+57
List of changes not available.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-3/+2
2000-11-05Update to 0.7.2. Changes:hubertf5-19/+29
Major changes since 0.6.0: * A new diff frontend based on -u instead of --side-by-side. Now this works even for people who have 150 characters per line ;-) There is also a change bar a la tkdiff. * The log tree now shows the tags attached to each revision, thanks to a patch by Florent Pillet. * It compiles and works again with KDE pre2.0 * Arrow keys work in the diff dialog * Support for cvs watch / cvs edit (the latter based on an idea by Steffen Dettmer * Less flicker in diff, annotate and resolve view when using Qt2/KDE2 * Bug fixes Changes since 0.5.0: * repositories dialog * Implemented "Open recent" * Implemented "History" * Added a button in the checkout dialog to obtain a list of modules * Show sandbox in caption * Much more detailed pseudo session management. Please delete your cervisiarc file! * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog
2000-07-29Add some other download sites for cervesia.jlam1-2/+4
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-4/+6
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-4/+4
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-4/+4
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-4/+4
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-04-12fix path to Qt.dmcmahill1-3/+4
2000-03-17remove obsoleted patch. Closes pkg/9624.wiz2-20/+1
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+4
libgif.*
2000-02-24Update to V0.5.0. Changes:hubertf6-28/+37
2000-02-21 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed Checkout and Import which were not working at all * Check tag names in checkout and import dialog * Fixed accelerators and added some more * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog * Release 0.5.0 2000-02-20 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused tooltips for revisions an branches to disappear in the log tree * Tags, branches and branchpoints as tooltips in log tree * Improved log dialog layout * Implemented "Add binary" 2000-02-17 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Handle hidden files correctly * Do not ignore case in files sorting * Implemented "Last change" * Release 0.4.0 2000-02-15 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented "Update to tag" and "Update to HEAD" * Implemented "Tag" 2000-02-14 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented options "Commit recursively" and "Create directories" * Ported Checkout/Import dialog to the new scheme 2000-02-13 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Rewritten the whole UpdateView (well, almost :-). Now it allows to show and update the revision and tag field. * Real support for asynchronous operation of Update, Commit, Add and remove: output goes to new ProtocolView * Fixed "Unfold Tree" * Fixed crash caused by too many open files (.cvsignore files were never closed) 2000-02-08 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Ported documentation to docbook, added some more stuff and adjusted automake system accordingly 2000-02-06 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Updated autoconf framework to work correctly with both KDE 1 and KDE 2 1999-12-19 Bernd Gehrmann <bernd@physik.hu-berlin.de> * In Checkout dialog, use $CVSROOT as default repository (if defined) * Added command line arguments --help and --version 1999-11-23 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused files mistakenly marked as up to date * Fixed options menu * Show wait cursor while child process runs in background * Made Ok button in settings dialog the default * Release 0.3.1
1999-12-13Update to V0.3.1. Changes:hubertf4-18/+19
in 0.3.0: Added ChangeLog editor, solved several UI issues, added tooltips to log tree, added settings dialog, and made compilation with KRASH possible (while maintaining compatibility with KDE 1.1). in 0.3.1: A bug which caused files mistakenly marked as up to date was fixed, as well as the options menu. Now shows a wait cursor while child process runs in background. The Ok button in settings dialog was made the default.
1999-11-05Cervisia is a graphical frontend for the CVS client. It provides access tohubertf9-0/+149
the following features: - Checking out a module from a repository. - Importing into the repository. - Updating or retrieving the status of a working directory or single files. - Common operations like add, remove and commit. - Diff against the repository and between different revisions. - Annotated view of a file. - View of the log messages in tree and list form. - Resolving of conflicts in a file