Age | Commit message (Expand) | Author | Files | Lines |
2006-10-22 | Removed setargs_from_cmd, as it is unused. | rillig | 1 | -12/+1 |
2006-07-28 | Update the usage output to reflect current reality. Noted by Stoned | dmcmahill | 1 | -4/+14 |
2006-07-28 | remove spurious empty line at the top of the summary files | dmcmahill | 1 | -2/+3 |
2006-07-28 | Allow the binpkg-cache script to also generate pkg_summary.gz files | dmcmahill | 3 | -19/+75 |
2006-07-01 | Add a script that can be used to scan for NO_BIN_ON_FTP packages using | dmcmahill | 1 | -0/+163 |
2006-06-21 | When producing the list of directories containing binary packages, do | dmcmahill | 1 | -3/+29 |
2006-06-08 | undo most of the last commit which was a mistake. | dmcmahill | 1 | -12/+3 |
2006-06-06 | When using find to search for the "All" directories containing binary | dmcmahill | 1 | -4/+13 |
2006-06-06 | Refactor "fetch" and "extract" code into correspondingly named | jlam | 1 | -306/+0 |
2006-05-30 | Recognize -tar.gz as tar.gz files. PR 33571 by Dieter Roelants. | wiz | 1 | -2/+2 |
2006-05-29 | when generating the list of pkgsrc packages, use | dmcmahill | 1 | -29/+40 |
2006-05-28 | strip trailing comments when searching for SUBDIR+= lines in the Makefiles | dmcmahill | 1 | -2/+2 |
2006-04-15 | Back to pkg-vulnerabilities format 1.0.0. | salo | 1 | -4/+2 |
2006-03-22 | Remove an unsed script -- print-la-libnames was replaced with | jlam | 1 | -77/+0 |
2006-02-19 | Add .tar.bz support | adrianp | 1 | -3/+3 |
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 |