Commit graph

35 commits

Author SHA1 Message Date
wiz
112db1d636 buildlink1 -> buildlink2. 2002-10-21 14:50:25 +00:00
wiz
cfe2bd46f2 Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.
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.
2002-01-28 16:55:53 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
ab61a639c7 Update to 7.0.2, provided by Ingolf Steinbach in pk/14296.
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-10-21 10:02:03 +00:00
wiz
94717ac3db Update to 7.0.1, per pkg/13864 from Ingolf Steinbach.
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-09-14 22:24:16 +00:00
zuntum
838219668f Update tkcvs to 7.0
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-07-03 20:59:40 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
wiz
3a7625162f Update tkcvs to 6.4, supplied by Ingolf Steinbach in pkg/11896.
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-28 12:29:29 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
80ad91cbe2 add cvscheck (another leftover from the latest bulk builds) 2000-09-02 16:36:33 +00:00
jwise
338693dbfe Make MAINTAINER packages@netbsd.org, not the original FreeBSD maintainer. 2000-08-30 19:21:43 +00:00
jwise
35f4a8cd9f Adapt this package (originally written for Tk 4.1!) to tk-8.3.2. 2000-08-30 19:15:59 +00:00
wiz
6f6bb9169e sh -> ${SH} 2000-03-16 12:31:02 +00:00
wiz
e34bc63872 remove trailing space 2000-03-16 12:30:53 +00:00
agc
cd2bfb0f06 Revert previous change - on the advice of Christoph Badura, it should be
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-28 13:17:48 +00:00
agc
964cf5586e Make the tkcvs package depend on ...ummm... cvs 1999-09-24 14:51:30 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
bad
2c5b4ca760 Use ftp0.sunet.se instead of ftp.sunet.se. 1999-05-05 16:54:03 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
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-13 15:31:04 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
hubertf
7d50528121 Correct path for bsd.pref.mk 1998-06-04 16:13:39 +00:00
agc
b0df069aff Include bsd.prefs.mk, so that NOPORTDOCS can be set in /etc/mk.conf 1998-06-03 12:50:16 +00:00
hubertf
2fda86ebe1 Fix typo, as per PR 5434 by Jaromir Dolecek <dolecek@ics.muni.cz>. 1998-05-10 12:58:13 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
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-22 14:22:39 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
76b93682ef portlint: use ${VARIABLE}, instead of $(VARIABLE). 1998-03-10 13:50:10 +00:00
agc
784993221c Add NetBSD RCS Id. 1998-02-25 15:50:19 +00:00
agc
e6c5dc8689 The version of wish which we want here is 8.0. 1998-02-25 15:49:24 +00:00
agc
4e05566bd5 Add NetBSD RCS Id.
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-25 15:48:11 +00:00
agc
3281698f31 Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,
into the NetBSD packages collection, from the FreeBSD port.
1998-02-25 15:44:29 +00:00