From 510a40326405f58793d94403263d20c16d3d6c09 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 31 Mar 2001 11:42:00 +0000 Subject: A set of C++ front-end for cvs distributed under GPL. CvsGui features WinCvs is written in C++ using the Microsoft MFC. MacCvs is written in C++ using Metrowerks PowerPlant. gCvs is written in C++ using GNU gtk+. They are using the latest cvs source code. They are making cvs easier for the novice. They are increasing the power of cvs by providing an high-end interface. The project is growing because it is supported and developed by several cvs users. WWW: http://cvsgui.sourceforge.net/ --- devel/Makefile | 1 + devel/gcvs/Makefile | 29 +++++++ devel/gcvs/distinfo | 1 + devel/gcvs/files/patch-configure | 29 +++++++ devel/gcvs/files/patch-cvsunix-contrib-Makefile.in | 24 ++++++ devel/gcvs/files/patch-cvsunix-src-Makefile.in | 20 +++++ devel/gcvs/pkg-comment | 1 + devel/gcvs/pkg-descr | 13 +++ devel/gcvs/pkg-plist | 98 ++++++++++++++++++++++ 9 files changed, 216 insertions(+) create mode 100644 devel/gcvs/Makefile create mode 100644 devel/gcvs/distinfo create mode 100644 devel/gcvs/files/patch-configure create mode 100644 devel/gcvs/files/patch-cvsunix-contrib-Makefile.in create mode 100644 devel/gcvs/files/patch-cvsunix-src-Makefile.in create mode 100644 devel/gcvs/pkg-comment create mode 100644 devel/gcvs/pkg-descr create mode 100644 devel/gcvs/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 798372006b1a..aa97e8fddb4a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -111,6 +111,7 @@ SUBDIR += gcc-6811 SUBDIR += gcc-m68k SUBDIR += gconf + SUBDIR += gcvs SUBDIR += gdb-m68k SUBDIR += gdb51 SUBDIR += gengetopt diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile new file mode 100644 index 000000000000..db35fe848438 --- /dev/null +++ b/devel/gcvs/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gvcs +# Date Created: 28 Mar 2001 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= gcvs +PORTVERSION= 1.0a7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cvsgui + +MAINTAINER= dirk.meyer@dinoex.sub.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 + +USE_X_PREFIX= yes +USE_GTK= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.3 +CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.3 +LIBS+= -lgnugetopt +CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib/ ${LIBS}" +MAN= cvs.1 cvs.5 cvsbug.8 + +.include diff --git a/devel/gcvs/distinfo b/devel/gcvs/distinfo new file mode 100644 index 000000000000..9403409233d7 --- /dev/null +++ b/devel/gcvs/distinfo @@ -0,0 +1 @@ +MD5 (gcvs-1.0a7.tar.gz) = 6e9cef367c59ad4182a305190289a9f7 diff --git a/devel/gcvs/files/patch-configure b/devel/gcvs/files/patch-configure new file mode 100644 index 000000000000..fa9484832397 --- /dev/null +++ b/devel/gcvs/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Tue Mar 6 19:00:29 2001 ++++ configure Wed Mar 28 23:40:57 2001 +@@ -2942,8 +2942,9 @@ + fi + + HAVE_TCL=0 +-TCL_CFLAGS= ++TCL_CFLAGS="-I $TCL_INCLUDE_DIR" + TCL_LIB_SPEC= ++TCL_PACKAGE_PATH="TCL_LIB_SPEC/.." + + if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then + HAVE_TCL=1 +@@ -2954,13 +2955,14 @@ + # The variables that we use from tclConfig.sh + TCL_CFLAGS=$TCL_CFLAGS + # TCL_LIB_SPEC=$TCL_LIB_SPEC +- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl" ++ TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83" + fi + + + + + ++ + if test $HAVE_TCL = 1; then + echo "$ac_t""Using TCL ${TCL_VERSION}${TCL_PATCH_LEVEL}" 1>&6 + else diff --git a/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in new file mode 100644 index 000000000000..f9ca9027ed38 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-contrib-Makefile.in @@ -0,0 +1,24 @@ +--- cvsunix/contrib/Makefile.in.orig Tue Sep 26 15:18:40 2000 ++++ cvsunix/contrib/Makefile.in Thu Mar 29 00:42:12 2001 +@@ -37,7 +37,7 @@ + # Use cp if you don't have install. + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + DISTFILES = \ + ChangeLog README .cvsignore intro.doc \ +@@ -83,10 +83,10 @@ + $(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \ + done + for f in $(CONTRIB_PROGS) ; do\ +- $(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \ ++ $(INSTALL_SCRIPT) $$f $(libdir)/cvs/contrib/$$f; \ + done + for f in $(PROGS) ; do\ +- $(INSTALL_PROGRAM) $$f $(bindir)/$$f; \ ++ $(INSTALL_SCRIPT) $$f $(bindir)/$$f; \ + done + .PHONY: install + diff --git a/devel/gcvs/files/patch-cvsunix-src-Makefile.in b/devel/gcvs/files/patch-cvsunix-src-Makefile.in new file mode 100644 index 000000000000..2c700e1d52b3 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-src-Makefile.in @@ -0,0 +1,20 @@ +--- cvsunix/src/Makefile.in.orig Tue Mar 6 17:36:21 2001 ++++ cvsunix/src/Makefile.in Thu Mar 29 00:44:20 2001 +@@ -33,7 +33,7 @@ + # Use cp if you don't have install. + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + LIBS = @LIBS@ + +@@ -88,7 +88,7 @@ + install: installdirs + @for prog in $(PROGS); do \ + echo Installing $$prog in $(bindir); \ +- $(INSTALL) $$prog $(bindir)/$$prog ; \ ++ $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \ + done + + installdirs: diff --git a/devel/gcvs/pkg-comment b/devel/gcvs/pkg-comment new file mode 100644 index 000000000000..b231b5c13244 --- /dev/null +++ b/devel/gcvs/pkg-comment @@ -0,0 +1 @@ +High-end interface client for CVS diff --git a/devel/gcvs/pkg-descr b/devel/gcvs/pkg-descr new file mode 100644 index 000000000000..3ec9b71ebb07 --- /dev/null +++ b/devel/gcvs/pkg-descr @@ -0,0 +1,13 @@ +A set of C++ front-end for cvs distributed under GPL. +CvsGui features + + WinCvs is written in C++ using the Microsoft MFC. + MacCvs is written in C++ using Metrowerks PowerPlant. + gCvs is written in C++ using GNU gtk+. + They are using the latest cvs source code. + They are making cvs easier for the novice. + They are increasing the power of cvs by providing an high-end interface. + The project is growing because it is supported and developed + by several cvs users. + +WWW: http://cvsgui.sourceforge.net/ diff --git a/devel/gcvs/pkg-plist b/devel/gcvs/pkg-plist new file mode 100644 index 000000000000..ac2dbaab87e6 --- /dev/null +++ b/devel/gcvs/pkg-plist @@ -0,0 +1,98 @@ +bin/cvs +bin/cvsbug +bin/cvstree +bin/gcvs +bin/rcs2log +info/cvs.info +info/cvs.info-1 +info/cvs.info-2 +info/cvs.info-3 +info/cvs.info-4 +info/cvs.info-5 +info/cvs.info-6 +info/cvs.info-7 +info/cvs.info-8 +info/cvs.info-9 +info/cvsclient.info +info/cvsclient.info-1 +info/cvsclient.info-2 +info/cvsclient.info-3 +lib/cvs/contrib/README +lib/cvs/contrib/clmerge +lib/cvs/contrib/cln_hist +lib/cvs/contrib/commit_prep +lib/cvs/contrib/cvs2vendor +lib/cvs/contrib/cvs_acls +lib/cvs/contrib/cvscheck +lib/cvs/contrib/cvscheck.man +lib/cvs/contrib/intro.doc +lib/cvs/contrib/log +lib/cvs/contrib/log_accum +lib/cvs/contrib/mfpipe +lib/cvs/contrib/rcs-to-cvs +lib/cvs/contrib/rcs2log +lib/cvs/contrib/rcslock +lib/cvs/contrib/sccs2rcs +@dirrm lib/cvs/contrib +@dirrm lib/cvs +share/gcvs/ChangeRoot.tcl +share/gcvs/Cleanup.tcl +share/gcvs/ColorTest.tcl +share/gcvs/CvsAddAll.tcl +share/gcvs/DocMacros.txt +share/gcvs/FastModSearch.tcl +share/gcvs/FolderTest.tcl +share/gcvs/ListDeleted.tcl +share/gcvs/ListLockedFiles.tcl +share/gcvs/ListModules.tcl +share/gcvs/ListNonCVS.tcl +share/gcvs/ListStickyTags.tcl +share/gcvs/QueryState.tcl +share/gcvs/RevertChanges.tcl +share/gcvs/SelectionTest.tcl +share/gcvs/TclVersion.tcl +share/gcvs/cvs2cl.tcl +share/gcvs/startup.tcl +share/gcvs/pixmaps/add.xpm +share/gcvs/pixmaps/addb.xpm +share/gcvs/pixmaps/addfile.xpm +share/gcvs/pixmaps/binfile.xpm +share/gcvs/pixmaps/branch.xpm +share/gcvs/pixmaps/commit.xpm +share/gcvs/pixmaps/conflict.xpm +share/gcvs/pixmaps/cvsfile.xpm +share/gcvs/pixmaps/delfile.xpm +share/gcvs/pixmaps/diff.xpm +share/gcvs/pixmaps/edit.xpm +share/gcvs/pixmaps/error.xpm +share/gcvs/pixmaps/explore.xpm +share/gcvs/pixmaps/folder.xpm +share/gcvs/pixmaps/foldign.xpm +share/gcvs/pixmaps/foldmiss.xpm +share/gcvs/pixmaps/foldunk.xpm +share/gcvs/pixmaps/graph.xpm +share/gcvs/pixmaps/ignfile.xpm +share/gcvs/pixmaps/ignore.xpm +share/gcvs/pixmaps/lock.xpm +share/gcvs/pixmaps/log.xpm +share/gcvs/pixmaps/missfile.xpm +share/gcvs/pixmaps/modbin.xpm +share/gcvs/pixmaps/modfile.xpm +share/gcvs/pixmaps/release.xpm +share/gcvs/pixmaps/reload.xpm +share/gcvs/pixmaps/remove.xpm +share/gcvs/pixmaps/status.xpm +share/gcvs/pixmaps/stop.xpm +share/gcvs/pixmaps/tag.xpm +share/gcvs/pixmaps/trash.xpm +share/gcvs/pixmaps/unedit.xpm +share/gcvs/pixmaps/unkfile.xpm +share/gcvs/pixmaps/unlock.xpm +share/gcvs/pixmaps/untag.xpm +share/gcvs/pixmaps/unwatch.xpm +share/gcvs/pixmaps/update.xpm +share/gcvs/pixmaps/upfolder.xpm +share/gcvs/pixmaps/warning.xpm +share/gcvs/pixmaps/watch.xpm +@dirrm share/gcvs/pixmaps +@dirrm share/gcvs -- cgit v1.2.3