summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-24 23:11:42 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-24 23:11:42 +0000
commit52940427a7fe73931523fab97a89e24e52485838 (patch)
tree34c3ce22cd860f082aacef72c9c5e4aea0a4ac6b /devel/gcvs
parent0ec38a1515c586627ecf86d1e97926a4ac7fe475 (diff)
downloadpkgsrc-52940427a7fe73931523fab97a89e24e52485838.tar.gz
Initial import of gcvs-1.0a7
gcvs is a GTK CVS client based upon WinCVS Fixes pkg/13296 by Michael Santos <mike@ethmoid.org>
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile29
-rw-r--r--devel/gcvs/distinfo6
-rw-r--r--devel/gcvs/patches/patch-aa21
-rw-r--r--devel/gcvs/patches/patch-ab17
-rw-r--r--devel/gcvs/pkg/DESCR1
-rw-r--r--devel/gcvs/pkg/PLIST106
6 files changed, 180 insertions, 0 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
new file mode 100644
index 00000000000..f5406181466
--- /dev/null
+++ b/devel/gcvs/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $
+
+DISTNAME= gcvs-1.0a7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsgui/}
+
+MAINTAINER= mike@ethmoid.org
+HOMEPAGE= http://cvsgui.sourceforge.net/
+COMMENT= GTK interface for CVS
+
+CONFLICTS= cvs-[0-9]*
+
+USE_BUILDLINK_ONLY= yes
+USE_X11= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_DIR}/include" \
+ --with-tcllib="${BUILDLINK_DIR}/lib" \
+ --with-gtk-prefix="${BUILDLINK_DIR}"
+
+post-patch:
+ ${SED} "s,-ltcl,-ltcl83," ${WRKSRC}/configure > ${WRKSRC}/configure.done
+ ${MV} -f ${WRKSRC}/configure.done ${WRKSRC}/configure
+ ${CHMOD} +x ${WRKSRC}/configure
+
+.include "../../lang/tcl/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gcvs/distinfo b/devel/gcvs/distinfo
new file mode 100644
index 00000000000..3942b2095d6
--- /dev/null
+++ b/devel/gcvs/distinfo
@@ -0,0 +1,6 @@
+
+
+SHA1 (gcvs-1.0a7.tar.gz) = 46f64313b57305ea42900f687320f904c75f7c85
+Size (gcvs-1.0a7.tar.gz) = 2777461 bytes
+SHA1 (patch-aa) = 5fd6d8ff85ed17f4ea6129f70882767b100b47d2
+SHA1 (patch-ab) = b75841169ef16850ef3ba7de9e9d87a80d2c774c
diff --git a/devel/gcvs/patches/patch-aa b/devel/gcvs/patches/patch-aa
new file mode 100644
index 00000000000..b692cfee5ba
--- /dev/null
+++ b/devel/gcvs/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $
+
+--- cvsunix/contrib/Makefile.in.orig Tue Sep 26 09:18:40 2000
++++ cvsunix/contrib/Makefile.in Thu May 10 14:57:45 2001
+@@ -39,4 +39,5 @@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+ DISTFILES = \
+@@ -84,8 +85,8 @@
+ 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/patches/patch-ab b/devel/gcvs/patches/patch-ab
new file mode 100644
index 00000000000..31f5ac67c67
--- /dev/null
+++ b/devel/gcvs/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $
+
+--- cvsunix/src/Makefile.in.orig Thu May 10 14:56:37 2001
++++ cvsunix/src/Makefile.in Thu May 10 14:56:58 2001
+@@ -35,4 +35,5 @@
+ INSTALL_DATA = @INSTALL_DATA@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+ LIBS = @LIBS@
+@@ -89,5 +90,5 @@
+ @for prog in $(PROGS); do \
+ echo Installing $$prog in $(bindir); \
+- $(INSTALL) $$prog $(bindir)/$$prog ; \
++ $(INSTALL_SCRIPT) $$prog $(bindir)/$$prog ; \
+ done
+
diff --git a/devel/gcvs/pkg/DESCR b/devel/gcvs/pkg/DESCR
new file mode 100644
index 00000000000..ad23b307572
--- /dev/null
+++ b/devel/gcvs/pkg/DESCR
@@ -0,0 +1 @@
+GTK CVS client based upon WinCVS
diff --git a/devel/gcvs/pkg/PLIST b/devel/gcvs/pkg/PLIST
new file mode 100644
index 00000000000..bb05366a86e
--- /dev/null
+++ b/devel/gcvs/pkg/PLIST
@@ -0,0 +1,106 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/24 23:11:42 zuntum Exp $
+bin/cvs
+bin/cvsbug
+bin/cvstree
+bin/gcvs
+bin/rcs2log
+@unexec install-info --delete --info-dir=%D/info %D/info/cvs.info
+info/cvs.info
+@exec install-info --info-dir=%D/info %D/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
+@unexec install-info --delete --info-dir=%D/info %D/info/cvsclient.info
+info/cvsclient.info
+@exec install-info --info-dir=%D/info %D/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
+man/man1/cvs.1
+man/man5/cvs.5
+man/man8/cvsbug.8
+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/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
+share/gcvs/startup.tcl
+@dirrm share/gcvs/pixmaps
+@dirrm share/gcvs
+@dirrm lib/cvs/contrib
+@dirrm lib/cvs