summaryrefslogtreecommitdiff
path: root/misc/root-tail/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Comment out dead sites.wiz1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+3
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2003-06-24Add misc to categories, addresses PR pkg/21984 by Michal Pasternak.salo1-9/+10
Whitespace, style nits, DESCR has 80 columns--while i am here.
2003-03-02Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma1-2/+2
portable. Bump PKGREVISION accordingly.
2002-07-04Add a test to see if a logfile has been turned over, and, if it has,agc1-1/+2
start watching the new log file, rather than the old one. Bump revision to nb1.
2001-11-20Add root-tail-0.0.10:hubertf1-0/+13
Displays a given file anywhere on your X11 root window with a transparent background. It was made because I'm very lazy and this was easier than making a new rxvt pixmap each time I changed my background to simulate that transparent effect. A null desc (example: "/var/log/messages,red,") will prevent the printing of a description and the []'s. Submitted by Nate Johnston <natej@aol.net> in PR 14602.