pkgsrc/mk/scripts
rillig 3297636963 - Added "set -e" at the top of the file to prevent uncontrolled execution.
- Added "set -u" at the top of the file to prevent spelling errors.
- Renamed UNZIP to UNZIP_CMD, since that is used by the rest of pkgsrc.
- Found a singleton use of $extract_options and replaced it with
  ${EXTRACT_OPTS_LHA}.
- Took the default assignment for TMPDIR out of the block. All other
  entries are tools.
- Removed unnecessary variables.
- Make sure that distfile can always be resolved, even if the current
  working directory is changed.
- Provide default values for all EXTRACT_OPTS_* variables, as close as
  possible to the point where they are used.
- Replaced all "$@" with ${1+"$@"} to avoid errors when no parameters are
  given.
- Made the removal of the temporary file for .tar extraction more robust.
2006-02-04 18:06:47 +00:00
..
binpkg-cache Fix a bug which caused the README.html generation to fail when the packages 2006-01-05 22:19:42 +00:00
chkdatabase.awk
depends-depth-first.awk While walking the dependency graph, push the dependencies onto the 2006-01-21 22:16:13 +00:00
extract - Added "set -e" at the top of the file to prevent uncontrolled execution. 2006-02-04 18:06:47 +00:00
genindex.awk Merge pkgviews-mk branch into the HEAD by running: 2003-09-02 06:59:37 +00:00
genreadme.awk Rework the way the vulnerabilities list is displayed a bit to 2006-01-17 23:52:17 +00:00
mkdatabase Added a few FIXMEs at places where this program might fail unexpectedly. 2005-11-18 11:07:27 +00:00
mkreadme Recognize inet6 in PKG_SUPPORTED_OPTIONS as an indicator 2005-06-01 18:16:20 +00:00
pkg_path If the package directory doesn't exist, then return a non-zero code. This 2006-01-23 18:38:27 +00:00
print-la-libnames Don't expand .la files in PLISTs that are symlinks. The expansion should 2004-11-12 21:21:08 +00:00
shell-lib Added a code snippet that demonstrates how to set the $@ array to the 2005-08-24 21:51:10 +00:00