Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-16 | Don't need PKGREVISION for new version. | darcy | 1 | -2/+1 | |
2011-09-16 | Upgrade to version 2.7. | darcy | 1 | -2/+2 | |
Should fix the bulk build for this package. | |||||
2010-09-30 | Correction to the home page and distribution site. | darcy | 1 | -3/+3 | |
No PKGREVISION bump since no actual content changes. | |||||
2009-10-19 | PKG_DESTDIR_SUPPORT=no is not a supported value. Provide actually | joerg | 1 | -2/+4 | |
working DESTDIR support. | |||||
2009-10-08 | Set PKG_DESTDIR_SUPPORT to 'no'. I had set it to user-destdir but it | darcy | 1 | -2/+2 | |
failed on some ports. I guess I don't understand PKG_DESTDIR_SUPPORT so I will just set it to 'no' like others do. | |||||
2009-06-13 | Ran pkglint --autofix on the devel/ category. Most of the changes are | rillig | 1 | -2/+2 | |
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common. | |||||
2009-03-18 | Change MAINTAINER to OWNER on some of my packages. | darcy | 1 | -2/+2 | |
2009-03-04 | Add PKG_DESTDIR_SUPPORT. | darcy | 1 | -1/+3 | |
2008-12-19 | Remove -ansi option from Makefile to prevent build problems as suggested by | darcy | 1 | -2/+2 | |
Aleksey Cheusov. Bump PKGREVISION | |||||
2008-12-17 | Allow package to build under QNX. | darcy | 1 | -1/+3 | |
No PKGVERSION bump as no working ports were affected. | |||||
2008-11-17 | Update to version 2.6. | darcy | 1 | -2/+2 | |
No functional changes but it should now build under Linux. | |||||
2008-05-20 | Update to 2.5. | darcy | 1 | -2/+2 | |
Uses internal version of strdup (my_strdup) rather than depending on availability in all systems. Fixes Linux bulk build. | |||||
2007-11-13 | Solaris needs some resolver libraries. | rillig | 1 | -3/+3 | |
2007-01-30 | Bump to version 2.4. | darcy | 1 | -2/+2 | |
Includes strings.h for Posix compliance. | |||||
2007-01-05 | Fixed PKGMANDIR. | rillig | 1 | -3/+2 | |
2006-08-26 | Update to 2.3. | darcy | 1 | -3/+2 | |
A few bug fixes. We already had them in our package as patches but the fixes have been folded into the original package. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-07-29 | whitespace fix | grant | 1 | -3/+3 | |
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-01-04 | Update to version 2.2. | darcy | 1 | -2/+2 | |
Major changes are: - Add casts to prevent compiler warnings. - Allow for more than 10 positional parameters. | |||||
2004-11-09 | Update generate and py-generate to version 2.1. | darcy | 1 | -2/+2 | |
Changes are minor. The code has a few cleanups, the buffer sizes have been increased (next version they will be dynamic) and the Python support has been improved. The biggest change is the addition of the man page as a Python docstring. | |||||
2004-08-21 | Initial import of generate. | darcy | 1 | -0/+18 | |
Version 2.0 Simple text pre-processor |