Age | Commit message (Expand) | Author | Files | Lines |
2006-02-04 | - Added "set -e" at the top of the file to prevent uncontrolled execution. | rillig | 1 | -15/+28 |
2006-02-03 | .tar.z is a valid tar extension. | joerg | 1 | -2/+2 |
2006-02-02 | Fix unrar usage: the command to extract is 'x', without hyphen. | joerg | 1 | -2/+2 |
2006-01-24 | Ensure that decompress_cat and tarprog always have vaild default values | jlam | 1 | -2/+3 |
2006-01-23 | If the package directory doesn't exist, then return a non-zero code. This | jlam | 1 | -2/+6 |
2006-01-23 | Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction. | wiz | 1 | -2/+2 |
2006-01-21 | While walking the dependency graph, push the dependencies onto the | jlam | 1 | -2/+6 |
2006-01-21 | duh... stacks are LIFOs not FIFOs. | jlam | 1 | -2/+2 |
2006-01-21 | Allow using standard input for the archive contents for tar and shar | jlam | 1 | -3/+16 |
2006-01-21 | Fix the case where -X excludefile is used so that we don't error out trying | jlam | 1 | -3/+7 |
2006-01-21 | Teach the extract script how to exclude files specified on the command | jlam | 1 | -2/+14 |
2006-01-21 | Teach extract how to extract *.z files using gzip. | jlam | 1 | -3/+4 |
2006-01-21 | Teach the extract script a "-d dir" option to extract into a specific | jlam | 1 | -2/+13 |
2006-01-21 | Fix up the comments, and add a fall-through for unrecognized archive | jlam | 1 | -5/+10 |
2006-01-21 | Fix other instance of _ZOO -> _ZIP and remove a debugging line. | jlam | 1 | -3/+2 |
2006-01-21 | unzip should be using EXTRACT_OPTS_ZIP, not *_ZOO. | jlam | 1 | -2/+3 |
2006-01-21 | Teach the extract script to simply copy the distfile over to the | jlam | 1 | -16/+40 |
2006-01-20 | Teach this script a default extraction method for *.bin files (which are | jlam | 1 | -2/+7 |
2006-01-20 | Support listing files/patterns for exclusion in an "excludefile", | jlam | 1 | -7/+28 |
2006-01-20 | Add some whitespace for readability. | jlam | 1 | -1/+8 |
2006-01-20 | Fix processing of -t tarprog. | jlam | 1 | -3/+2 |
2006-01-20 | First pass at a script that replaces many of the variables, loops and | jlam | 1 | -0/+190 |
2006-01-18 | Add a "-s pkgsrcdir" option that allows specifying the path to the pkgsrc | jlam | 1 | -6/+32 |
2006-01-18 | Modify the show-depends-pkgpaths implementation so that we don't assume | jlam | 1 | -0/+86 |
2006-01-18 | whitespace nit. | jlam | 1 | -2/+1 |
2006-01-18 | Pass MAKEFLAGs to the depends-depth-first.awk script, which will be | jlam | 1 | -1/+6 |
2006-01-18 | Create a standalone awk script, depends-depth-first.awk, that encapsulates | jlam | 1 | -0/+273 |
2006-01-17 | Rework the way the vulnerabilities list is displayed a bit to | dmcmahill | 1 | -6/+22 |
2006-01-05 | Fix a bug which caused the README.html generation to fail when the packages | dmcmahill | 2 | -10/+26 |
2005-11-18 | Added a few FIXMEs at places where this program might fail unexpectedly. | rillig | 1 | -1/+5 |
2005-11-18 | Renamed append to append_flag. Removed superfluous quotes around that | rillig | 1 | -5/+4 |
2005-11-18 | Don't accept anything besides the known options on the command line. As | rillig | 1 | -7/+2 |
2005-11-18 | - Added section headings. | rillig | 1 | -29/+34 |
2005-11-17 | Properly quoted variables. | rillig | 1 | -21/+17 |
2005-08-24 | Added a code snippet that demonstrates how to set the $@ array to the | rillig | 1 | -1/+12 |
2005-06-01 | Recognize inet6 in PKG_SUPPORTED_OPTIONS as an indicator | wiz | 1 | -2/+2 |
2005-05-24 | Add more error checking. PACKAGES must exist. No extra command line args ta... | dmcmahill | 1 | -1/+12 |
2005-05-24 | improve the message when an invalid cache file version is found | dmcmahill | 1 | -2/+4 |
2005-05-24 | Improve error checking. Specifically, after a new cache file is | dmcmahill | 1 | -7/+27 |
2005-05-22 | pass down FIND to genreadme.awk and binpkg-cache | dmcmahill | 2 | -6/+7 |
2005-05-22 | use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when | dmcmahill | 1 | -4/+7 |
2005-05-20 | get rid of a spurious %%SUBDIR%% which found its way into the generated categ... | dmcmahill | 1 | -2/+2 |
2005-05-20 | Rework how the lookup of binary packages in the cache is performed. | dmcmahill | 1 | -46/+50 |
2005-05-19 | make local variables in a few functions be local | dmcmahill | 1 | -4/+7 |
2005-05-19 | allow spaces after the "=" in the .pkgcache files. This was noted with | dmcmahill | 1 | -7/+7 |
2005-05-19 | - if the mv of the temporary cache file to the real one fails, usually | dmcmahill | 1 | -4/+18 |
2005-05-19 | if the top level package cache file does not exist then exit with | dmcmahill | 1 | -1/+2 |
2005-05-18 | make use of the new tools framework via the prereq-readme package to | dmcmahill | 1 | -7/+21 |
2005-05-17 | Rework the README.html generation code. Major changes are: | dmcmahill | 3 | -173/+543 |
2004-11-12 | Don't expand .la files in PLISTs that are symlinks. The expansion should | jlam | 1 | -2/+2 |