summaryrefslogtreecommitdiff
path: root/x11/tkman
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12Support staged installation.asau3-13/+28
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2007-01-26No need to include x11.b3.mk directly.joerg1-2/+1
2006-05-25Depend on rman>=3.1, per PR 33536 from Andreas Tannert. Bump PKGREVISION.wiz1-5/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Update tkman to 2.2. This version is an update for Tcl/Tk 8.4.minskim5-63/+64
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2001-12-03Wildcard dependency on glimpse.wiz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-5/+5
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-30Remove redundant input redirection for SEDzuntum1-2/+2
2001-03-20Use "USE_RMAN", rather than DEPENDS=rman...., to accomodate XFree86-4.x,fredb1-2/+2
which may install it's own "rman".
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-5/+7
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-09-11Install a script to maintain the apropos and glimpse databases, andfredb4-2/+44
instructions for using it.
2000-09-01Add bindings for NetBSD Section 9, Kernel Manual.fredb4-3/+52
2000-08-31Update to tkman-2.1. The most significant change is that the license isfredb5-45/+47
relaxed to be more GPL-like. Also, now requires tk-8.3.x, the "makefile" adds an option to use -mandoc for BSD-style man pages, which we enable, and Tkman now has a homepage.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+7
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-04-18- - Update depends for rman package (wildcard).fredb3-3/+39
- - Refine check for BSDI, and accept "whatis.db" for name(s) of apropos database(s). /usr/share/man/whatis.db had been taken for BSDI-style monolithic whatis.db. Now recognizes multiple whatis.db's in MANPATH. (You still have to make them, e.g.: "for m in /usr/*/man /usr/pkg/lib/perl5/man; do /usr/libexec/makewhatis $m; done".)
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1998-12-03Update tkman to 2.1b2, provided in pr 6509 by Johnny C. Lam.frueauf3-16/+42
This version significantly improves Texinfo support: * full text searching includes Texinfo, RFC, and other text files * intrapage searching for Texinfo shows all matches (vs other info viewers) * fast Texinfo display (high quality on-the-fly formatting from Texinfo source) * yellow-marker highlights available on Texinfo * command name searches can match Texinfo names and (optionally) prefer them,
1998-12-03Update DEPENDS on glimpse to 4.1.frueauf1-2/+2
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-3/+3
DEPENDS definition.
1998-10-15Correct the primary category field for this package.agc1-2/+2
1998-09-22Use correct checksum.agc1-2/+2
1998-09-08Update to version 2.1b1 of this package. The old version has been takenagc2-25/+27
from the ftp site, and we're unable to mirror the distfile for licence reasons.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-05-06Upgrade to rman version 3.0.5, and tkman 2.0.6. This is unfortunatelyagc2-3/+3
necessary because mirroring of distfiles on ftp.netbsd.org is not permitted by the author of this software.
1998-04-24Move to relative paths in the pkgsrc tree.agc1-3/+3
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-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
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-10If the pkg installs no manpage, don't list one in MAN1.frueauf1-11/+10
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).