Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-10 | colortail: comment out dead MASTER_SITES, update HOMEPAGE. | fcambus | 1 | -3/+3 | |
2021-10-26 | misc: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz | |||||
2021-10-07 | misc: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2019-11-03 | misc: align variable assignments | rillig | 1 | -3/+3 | |
pkglint -Wall -F --only aligned --only indent -r No manual corrections. | |||||
2019-06-24 | More http -> https. | nia | 1 | -2/+2 | |
Reviewed by hand. | |||||
2017-03-23 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-11-26 | Fix build with newer GCC | joerg | 10 | -34/+146 | |
2010-02-26 | Reset maintainer for developers who gave back their commit bit. | wiz | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-02-16 | DESTDIR support | joerg | 1 | -4/+7 | |
2008-10-05 | Improve DESCR, and make it static. | wiz | 2 | -8/+6 | |
Closes PR 39704. | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -3/+3 | |
From Sergey Svishchev in private mail. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-07-22 | Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, | rillig | 1 | -2/+2 | |
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. | |||||
2006-06-02 | Uses C++. Don't include regex.h and gnuregex.h on DragonFly. | joerg | 3 | -5/+7 | |
2005-11-03 | Fix typo botch in previous. | tv | 1 | -2/+2 | |
2005-11-03 | This needs libgetopt for getopt_long(3). | tv | 1 | -1/+2 | |
2005-10-17 | The homepage and download site were gone. This was noted in PR 31777. | reed | 1 | -3/+3 | |
I asked developer to make the download available again. His new webpage is at http://morrdusk.net/projects/colortail/ | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-05-23 | malloc.h fixes for darwin, plus a handful of other small fixes for | danw | 2 | -10/+12 | |
problems found after fixing malloc problems | |||||
2004-01-11 | Make this compile with gcc-3.3; fix problems seen in agc's latest bulk build. | jschauma | 6 | -12/+138 | |
2003-08-30 | "It's" stands for "it is" (or "it has"). The apostrophe is not used | reed | 1 | -1/+1 | |
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-13 | Add an old man-page that I had sitting around. | jschauma | 4 | -3/+102 | |
(Originally also sent to the author, but didn't hear back from him.) | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | SED substitution in one line instead of three | zuntum | 1 | -4/+2 | |
2001-03-16 | Change my email address to zuntum@netbsd.org | zuntum | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-24 | Add colortail-0.3.0: colour-able replacement for tail(1) | hubertf | 8 | -0/+77 | |
Colortail works like the standard tail but it can optionally read a color config file where it's specified expressions that results in colors. It can be used to quickly get an overview of interesting activity by ie. colorize those brightred or some other color of your choose. Examples of the color configuration files are in $PREFIX/share/examples/colortail. XXX patch-aa replaced to work around a bug in this program that assumes non posix/ansi semantics of fgetc(): clearerr() must be used after EOF from fgetc() to read any new data. |