Age | Commit message (Expand) | Author | Files | Lines |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-08-31 | Introduce a new target "checksum-phase" which is used as a dependency | jlam | 2 | -15/+22 |
2007-08-24 | When verifying checksums of distfiles, simply verify every checksum | jlam | 1 | -5/+2 |
2007-08-24 | Fix accidental :dw in previous commit. | jlam | 1 | -2/+2 |
2007-08-24 | Restore the tradition behaviour of the "checksum" target. It can be | jlam | 1 | -14/+21 |
2007-08-16 | Allow for emulation-specific patches for binary-only packages. The | jlam | 2 | -4/+5 |
2007-08-15 | Use a flag to the checksum script to tell it whether we're checking | jlam | 2 | -18/+18 |
2007-08-14 | Teach the pkgsrc/mk/checksum/checksum script how to verify patches by | jlam | 1 | -35/+52 |
2007-08-14 | Strip out *all* of the lines containing NetBSD RCS ID tags that may | jlam | 1 | -12/+5 |
2007-08-14 | Protect the template NetBSD RCS ID tag from being expanded. | jlam | 1 | -4/+4 |
2007-08-14 | Move the code that generates distinfo to a standalone AWK script. | jlam | 3 | -58/+410 |
2007-03-07 | Removed many redundant comments and restructured the code, so that it | rillig | 2 | -61/+41 |
2007-02-20 | For all but a very few developers, it is sufficient to check the | rillig | 1 | -3/+13 |
2006-12-15 | Remove trailing tabs. | martti | 1 | -2/+2 |
2006-09-19 | Even if NO_CHECKSUM is set, the "checksum" target still needs to depend | rillig | 1 | -2/+2 |
2006-07-19 | The "makedistinfo" target should actually be named "distinfo" to match | jlam | 1 | -7/+9 |
2006-07-18 | Add a flag "-s suffix" for allowing the specified files to have a suffix | jlam | 1 | -6/+15 |
2006-07-17 | Don't say "ERROR:" or "WARNING:"... be a more typical shell script by | jlam | 1 | -4/+4 |
2006-07-14 | Avoid using # and % to strip prefix/suffix from variable values -- not | jlam | 1 | -3/+2 |
2006-07-13 | Check whether the "checksum" target is defined beforehand to prevent | jlam | 1 | -2/+6 |
2006-07-13 | Check whether the checksum target is defined before defining one. | jlam | 1 | -3/+5 |
2006-07-13 | * Fix bug when more than one file needed to be checksummed. | jlam | 1 | -4/+3 |
2006-07-13 | Try to avoid possible differences in processing "$@". | jlam | 1 | -4/+5 |
2006-07-13 | Backslash escape the parentheses so the shell doesn't think it should | jlam | 1 | -2/+2 |
2006-07-13 | Fix some quoting errors and a harmless copy-and-paste error. | jlam | 1 | -4/+4 |
2006-07-13 | Add a few more double-quotes around eval'ed variables. | jlam | 1 | -5/+5 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 4 | -0/+348 |