diff options
author | wiz <wiz> | 2004-09-08 16:21:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-08 16:21:53 +0000 |
commit | 890babff32afe143a9567fcf9d1d75c352d10a93 (patch) | |
tree | e4099342a4c672d69a2f4bdf7b22a45b7c07d7a0 /devel/gcvs/PLIST | |
parent | 425020532f02f0dd9da4dc72b814d30cc55ed89b (diff) | |
download | pkgsrc-890babff32afe143a9567fcf9d1d75c352d10a93.tar.gz |
Update to 1.0:
* gcvs 1.0b2
- callback.[ch], interface.[ch] and support.[ch] will be
created automaticaly if gcvs.glade is newer
- add debug statement to check what envirment cvs gets
(activated by -DqCvsDebug=1)
* gcvs 1.0b2
- fixed Bug #507525
- fixed memory leaks while changing enviroment
- updated INSTALL file for using CVSGUI111 branch
- project- and spec-file updated to new beta
* gcvs 1.0b1:
- add forgotton headers to makefiles for building distribution
- update project file and version-strings
Makes the package build with gcc3.
Diffstat (limited to 'devel/gcvs/PLIST')
-rw-r--r-- | devel/gcvs/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/gcvs/PLIST b/devel/gcvs/PLIST index c779472961a..3a26032103d 100644 --- a/devel/gcvs/PLIST +++ b/devel/gcvs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/15 19:43:58 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/09/08 16:21:53 wiz Exp $ bin/cvs bin/cvsbug bin/cvstree @@ -24,22 +24,30 @@ man/man1/cvs.1 man/man5/cvs.5 man/man8/cvsbug.8 share/gcvs/ChangeRoot.tcl +share/gcvs/ChangeRootTK.tcl share/gcvs/Cleanup.tcl share/gcvs/ColorTest.tcl share/gcvs/CvsAddAll.tcl share/gcvs/DocMacros.txt +share/gcvs/EditSafely.tcl share/gcvs/FastModSearch.tcl share/gcvs/FolderTest.tcl +share/gcvs/ForceUpdate.tcl share/gcvs/ListDeleted.tcl share/gcvs/ListLockedFiles.tcl share/gcvs/ListModules.tcl share/gcvs/ListNonCVS.tcl share/gcvs/ListStickyTags.tcl +share/gcvs/PrepPatch.tcl share/gcvs/QueryState.tcl share/gcvs/RevertChanges.tcl share/gcvs/SelectionTest.tcl +share/gcvs/SetCurrentVersion.tcl share/gcvs/TclVersion.tcl share/gcvs/cvs2cl.tcl +share/gcvs/cvsignore_add.tcl +share/gcvs/cvsignore_remove.tcl +share/gcvs/pixmaps/about.xpm share/gcvs/pixmaps/add.xpm share/gcvs/pixmaps/addb.xpm share/gcvs/pixmaps/addfile.xpm |