From d417cfa1bb91c04754ab44e7e3e62b9ead841870 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 24 Feb 2000 02:12:35 +0000 Subject: Update to V0.5.0. Changes: 2000-02-21 Bernd Gehrmann * 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 * 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 * Handle hidden files correctly * Do not ignore case in files sorting * Implemented "Last change" * Release 0.4.0 2000-02-15 Bernd Gehrmann * Implemented "Update to tag" and "Update to HEAD" * Implemented "Tag" 2000-02-14 Bernd Gehrmann * Implemented options "Commit recursively" and "Create directories" * Ported Checkout/Import dialog to the new scheme 2000-02-13 Bernd Gehrmann * 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 * Ported documentation to docbook, added some more stuff and adjusted automake system accordingly 2000-02-06 Bernd Gehrmann * Updated autoconf framework to work correctly with both KDE 1 and KDE 2 1999-12-19 Bernd Gehrmann * In Checkout dialog, use $CVSROOT as default repository (if defined) * Added command line arguments --help and --version 1999-11-23 Bernd Gehrmann * 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 --- devel/cervisia/Makefile | 8 ++++---- devel/cervisia/files/md5 | 4 ++-- devel/cervisia/files/patch-sum | 7 +++---- devel/cervisia/patches/patch-aa | 14 +++++++------- devel/cervisia/patches/patch-ac | 18 +++++++++++++----- devel/cervisia/pkg/PLIST | 14 ++++++++------ 6 files changed, 37 insertions(+), 28 deletions(-) diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index f3b078eebce..2378996b94f 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.2 1999/12/13 19:24:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/24 02:12:35 hubertf Exp $ # -DISTNAME= cervisia-0.3.1 +DISTNAME= cervisia-0.5.0 CATEGORIES= kde devel MASTER_SITES= ftp://linde.physik.hu-berlin.de/pub/bernd/cervisia/ \ ftp://ftp.kde.org/pub/kde/unstable/apps/utils/ MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://pauli.uni-muenster.de/~gehrmab/cervisia/cervisia.html +HOMEPAGE= http://cervisia.sourceforge.net/ -DEPENDS+= kdebase-1.1.2:../../x11/kdebase +DEPENDS+= kde-1.1.2:../../x11/kde DEPENDS+= cvs-1.10:../../devel/cvs USE_X11BASE= yes # To get this near KDE diff --git a/devel/cervisia/files/md5 b/devel/cervisia/files/md5 index f5a527e5d8e..43ccb46c3ea 100644 --- a/devel/cervisia/files/md5 +++ b/devel/cervisia/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/12/13 19:24:04 hubertf Exp $ +$NetBSD: md5,v 1.3 2000/02/24 02:12:36 hubertf Exp $ -MD5 (cervisia-0.3.1.tar.gz) = dde4c3fa19d112e985a7a1a77907b1a6 +MD5 (cervisia-0.5.0.tar.gz) = d9061fab5d317e37a89841d4677c7933 diff --git a/devel/cervisia/files/patch-sum b/devel/cervisia/files/patch-sum index 3176037e59d..a4ab02f3e5d 100644 --- a/devel/cervisia/files/patch-sum +++ b/devel/cervisia/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.2 1999/12/13 19:24:04 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/02/24 02:12:36 hubertf Exp $ -MD5 (patch-aa) = 39277d8d3d26e0fb636cdf04161a1dbe -MD5 (patch-ab) = e8e0054f3d06d5ec6f5119f7d30c475d -MD5 (patch-ac) = fd27df3add01cb8ba4378258c0fe0c14 +MD5 (patch-aa) = 217d807f55fdd3df0fc072ddbcf5dd53 +MD5 (patch-ac) = f819e3e81d58df2a8709468a0bc1a70c diff --git a/devel/cervisia/patches/patch-aa b/devel/cervisia/patches/patch-aa index 0bc9c9108ec..bd6f70401d5 100644 --- a/devel/cervisia/patches/patch-aa +++ b/devel/cervisia/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2000/02/24 02:12:36 hubertf Exp $ ---- configure.orig Sat Aug 7 23:54:57 1999 -+++ configure Fri Nov 5 04:57:42 1999 -@@ -4138,43 +4138,43 @@ +--- configure.orig Mon Feb 21 22:30:52 2000 ++++ configure Wed Feb 23 21:49:48 2000 +@@ -5131,43 +5131,43 @@ kde_htmldir='\$(prefix)/share/doc/HTML' fi if test -z "$kde_appsdir"; then @@ -56,13 +56,13 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $ + kde_servicetypesdir='\$(prefix)/share/kde/servicetypes' fi - kde_cv_all_paths="kde_have_all_paths=\"yes\" \ -@@ -4288,7 +4288,7 @@ + +@@ -5417,7 +5417,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" +LIBS="$all_libraries -lungif -lX11 $LIBSOCKET" cat > conftest.$ac_ext <readEntry("Editor", "kwrite"); ++ QString command = config->readEntry("Editor", "kedit"); + command += " "; + command += filename; + command += "&"; system(command); } #else - QString command = config->readEntry("Editor", "gnuclient"); -+ QString command = config->readEntry("Editor", "kwrite"); ++ QString command = config->readEntry("Editor", "kedit"); command += " "; command += filename; command += "&"; diff --git a/devel/cervisia/pkg/PLIST b/devel/cervisia/pkg/PLIST index d35da6e982d..13eb264ba40 100644 --- a/devel/cervisia/pkg/PLIST +++ b/devel/cervisia/pkg/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/02/24 02:12:36 hubertf Exp $ bin/cervisia man/man1/cervisia.1 -share/doc/HTML/en/cervisia/index.html -share/doc/HTML/en/cervisia/index-1.html -share/doc/HTML/en/cervisia/index-2.html -share/doc/HTML/en/cervisia/index-3.html +share/doc/kde/HTML/en/cervisia/index.html +share/doc/kde/HTML/en/cervisia/mainscreen.html +share/doc/kde/HTML/en/cervisia/removingfiles.html +share/doc/kde/HTML/en/cervisia/addingfiles.html +share/doc/kde/HTML/en/cervisia/addingremovingdirs.html +share/doc/kde/HTML/en/cervisia/browsinglogs.html +share/doc/kde/HTML/en/cervisia/ignoredfiles.html share/kde/applnk/Development/Cervisia.kdelnk -@dirrm share/doc/HTML/en/cervisia -- cgit v1.2.3