summaryrefslogtreecommitdiff
path: root/devel/tkcvs
AgeCommit message (Collapse)AuthorFilesLines
2002-01-28Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.wiz4-29/+19
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-21Update to 7.0.2, provided by Ingolf Steinbach in pk/14296.wiz3-9/+7
Changes: - Fixed duplicate items when using Control-B1 to add items to the selection in the workdir browser. - Several bugfixes to the module browser. You can now have "&" composites at the end of a nested module without blowing it out of the graphical tree structure. Also fixed bugs in finding a module's title and choosing the right icon. - The ability to group alias modules in their own folder is back, but as an option cvscfg(aliasfolder). It defaults to true. - There's now an Options menu in the module browser to turn tracing on and off and temporarily change the display of alias modules. - New "File->Module File" item in the module browser menu displays the CVSROOT/modules file in a text window. - Do a "file join" on the CVSROOT variable to put it in the native path format. That helps with a PC and a Samba-mounted repository and doesn't seem to hurt anything else.
2001-09-14Update to 7.0.1, per pkg/13864 from Ingolf Steinbach.wiz2-5/+5
Changes since 7.0: By popular demand, made file selection in the main canvas conform more to the Shift-click-adds-range and Ctrl-click-adds-single model. Made the CDE parameter thing more bullet-proof. It shouldn't fail if something is missing now. After a module import, it renames the original directory and checks out into a fresh one. Otherwise, the checkout isn't recursive and you get a lot of "independently added by a second party" messages. Commented out the tkwaits that were causing the commit and merge dialogs to disappear in some window managers. Unfortunately they may have to be un-commented back on some systems, especially Mandrake, which seems to exhibit timing problems sometimes. If a file's log message had a line containing only "=" characters, the logcanvas browser would drop all the revisions that came after it. It will still do it if there are exactly 77 equal signs, but not otherwise.
2001-07-03Update tkcvs to 7.0zuntum4-61/+56
Changelog: - Improved main file-browsing window. It now has icons to indicate the status of the files. The right mouse button activates context-sensitive popup menus. As a consequence of using a canvas widget instead of a listbox, the selection mechanism is different. It's click to select, shift-click to add selection, click-on-background to deselect all. The right button does an area select. - The module browser reads whatever information is available in the modules file via "cvs checkout -c" before it looks for the tkcvs-specific extensions. Thus if there is a modules file at all, some information will be available without the additional comments. - Options are specified via the options database instead of with cvscfg variables. If the window manager is CDE, its options are used by default. - The state of the main windows is remembered between sessions. - Bugs in display of the Editors column are fixed. - Finally found a good home for the "Checkout with Options" dialog. Someone pointed out that it belongs in the File menu next to the simple Update item. I'm conviced that that's right. - The module browser window is paned so that you can adjust the relative width of the columns. - CVS version 1.11 is supported better. o converted to use buildlink files, set USE_BUILDLINK_ONLY Update provided by Ingolf Steinbach <ingolf@jellonet.de> in pkg/13366, thanks for the PR!
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-28Update tkcvs to 6.4, supplied by Ingolf Steinbach in pkg/11896.wiz6-115/+160
Prominent changes: cvs annotate/log support, new graphical module browser, tcl'ized rm/mv/cp/awk calls, and lots of others, as well as bugfixes.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-02add cvscheck (another leftover from the latest bulk builds)wiz1-3/+4
2000-08-30Make MAINTAINER packages@netbsd.org, not the original FreeBSD maintainer.jwise1-2/+2
2000-08-30Adapt this package (originally written for Tk 4.1!) to tk-8.3.2.jwise3-6/+6
2000-03-16sh -> ${SH}wiz1-2/+2
2000-03-16remove trailing spacewiz1-1/+1
1999-09-28Revert previous change - on the advice of Christoph Badura, it should beagc1-2/+1
obvious when cvs is not present, and having a dependency, even with a wildcard dependency, will, at the moment, introduce a fixed dependency on a particular version of cvs.
1999-09-24Make the tkcvs package depend on ...ummm... cvsagc1-1/+2
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-05Use ftp0.sunet.se instead of ftp.sunet.se.bad1-2/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-5/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-06-04Correct path for bsd.pref.mkhubertf1-2/+2
1998-06-03Include bsd.prefs.mk, so that NOPORTDOCS can be set in /etc/mk.confagc1-1/+3
1998-05-10Fix typo, as per PR 5434 by Jaromir Dolecek <dolecek@ics.muni.cz>.hubertf1-0/+11
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-10portlint: use ${VARIABLE}, instead of $(VARIABLE).frueauf1-4/+4
1998-02-25Add NetBSD RCS Id.agc1-0/+1
1998-02-25The version of wish which we want here is 8.0.agc1-1/+1
1998-02-25Add NetBSD RCS Id.agc1-2/+3
Be a bit more conservative - make this package depend on tk-8.0p2, rather than the tk-8.1 that's in alpha at the moment.
1998-02-25Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,agc6-0/+152
into the NetBSD packages collection, from the FreeBSD port.