Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-12-04 | Update helpdeco to version 2.1.3. Changes include: | ben | 2 | -6/+6 | |
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to Markus Elfring (elfring) for the tip * compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer flibbling * splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT struct packing with GCC >= 3 * compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS ones. * helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from Andreas Jochens <aj@andaco.de> | |||||
2005-11-08 | Interix has strlcpy(3) too. | tv | 1 | -2/+2 | |
2005-07-08 | Do not include malloc.h, and add HAVE_STRLCPY for Darwin too. | kristerw | 3 | -3/+16 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-19 | This file is not necessary after update to helpdeco 2.1.1 | ben | 1 | -14/+0 | |
2005-05-19 | Update helpdeco to version 2.1.1. Notable changes: | ben | 13 | -1304/+23 | |
* moved to sourceforge * put under GPL instead of non-commercial license, with permission from original author * portability fixes | |||||
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
2004-09-22 | The nbcompat library is not ready for general use in packages, remove the | ben | 1 | -6/+1 | |
libnbcompat dependency. | |||||
2004-09-22 | Apply patches from Georg Schwarz in order to compile helpdeco on IRIX 5.3. | ben | 5 | -18/+52 | |
2004-04-17 | Make helpdeco build and run in Linux. | ben | 1 | -1/+9 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Update MAINTAINER email address. | ben | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-12-24 | Replace collver@linuxfreemail.com with collver1@attbi.com. | wiz | 1 | -2/+2 | |
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-23 | Initial import of helpdeco-21 into the packages collection. | agc | 14 | -0/+1300 | |
Provided by Ben Collver (collver@linuxfreemail.com) in PR 12927 helpdeco is a windows .hlp to RTF converter. |