summaryrefslogtreecommitdiff
path: root/mk/checksum
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Use :tA to make DISTINFO_FILE absolute when passing it to the fetchdholland1-2/+2
2015-10-12Now that it looks like SHA1 is getting closer to its end of life, addagc1-2/+2
2013-11-16Ensure failure on failure of depends-fetch and depends-checksum targets.jakllsch1-2/+2
2013-06-14Remove work-arounds for Mac OS X Mountain Lion's broken "awk" as we aretron2-6/+3
2013-05-16Use TOOLS_CMDLINE_SED instead of TOOLS_SED, to pass special arguments,obache1-2/+2
2013-01-28Also fix the "patch" target for patch files with broken UTF-8 sequencestron1-1/+4
2013-01-24Force using the C locale while checking or generating patch file checksums.tron1-2/+2
2012-10-13Speed up the algorithm to determine the files left to check.jmmv1-12/+7
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-3/+3
2009-07-15Add depends-fetch and depends-checksum. They work likejoerg2-2/+15
2008-05-22If _CKSUMFILES is empty, also skip checksum logic. Unbreaks metajoerg1-2/+2
2008-05-22Move digest dependency into checksum and fetch part.joerg3-11/+17
2008-01-04Made the .include directives simpler, since the directory of therillig1-2/+2
2007-10-09Remove trailing spaces.martti1-2/+2
2007-08-31Introduce a new target "checksum-phase" which is used as a dependencyjlam2-15/+22
2007-08-24When verifying checksums of distfiles, simply verify every checksumjlam1-5/+2
2007-08-24Fix accidental :dw in previous commit.jlam1-2/+2
2007-08-24Restore the tradition behaviour of the "checksum" target. It can bejlam1-14/+21
2007-08-16Allow for emulation-specific patches for binary-only packages. Thejlam2-4/+5
2007-08-15Use a flag to the checksum script to tell it whether we're checkingjlam2-18/+18
2007-08-14Teach the pkgsrc/mk/checksum/checksum script how to verify patches byjlam1-35/+52
2007-08-14Strip out *all* of the lines containing NetBSD RCS ID tags that mayjlam1-12/+5
2007-08-14Protect the template NetBSD RCS ID tag from being expanded.jlam1-4/+4
2007-08-14Move the code that generates distinfo to a standalone AWK script.jlam3-58/+410
2007-03-07Removed many redundant comments and restructured the code, so that itrillig2-61/+41
2007-02-20For all but a very few developers, it is sufficient to check therillig1-3/+13
2006-12-15Remove trailing tabs.martti1-2/+2
2006-09-19Even if NO_CHECKSUM is set, the "checksum" target still needs to dependrillig1-2/+2
2006-07-19The "makedistinfo" target should actually be named "distinfo" to matchjlam1-7/+9
2006-07-18Add a flag "-s suffix" for allowing the specified files to have a suffixjlam1-6/+15
2006-07-17Don't say "ERROR:" or "WARNING:"... be a more typical shell script byjlam1-4/+4
2006-07-14Avoid using # and % to strip prefix/suffix from variable values -- notjlam1-3/+2
2006-07-13Check whether the "checksum" target is defined beforehand to preventjlam1-2/+6
2006-07-13Check whether the checksum target is defined before defining one.jlam1-3/+5
2006-07-13* Fix bug when more than one file needed to be checksummed.jlam1-4/+3
2006-07-13Try to avoid possible differences in processing "$@".jlam1-4/+5
2006-07-13Backslash escape the parentheses so the shell doesn't think it shouldjlam1-2/+2
2006-07-13Fix some quoting errors and a harmless copy-and-paste error.jlam1-4/+4
2006-07-13Add a few more double-quotes around eval'ed variables.jlam1-5/+5
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam4-0/+348