Age | Commit message (Expand) | Author | Files | Lines |
2007-10-31 | Changed ${TEST} to [...], since only the very basic conditions are | rillig | 1 | -9/+8 |
2007-10-20 | Rename PKGTOOLS_VER to PKGTOOLS_VERSION and use that everywhere | adrianp | 2 | -4/+5 |
2007-10-13 | The "debug" variable was often used like "if [ $debug = yes ]; then ...; | rillig | 1 | -34/+19 |
2007-10-13 | The --database option doesn't exist. | rillig | 1 | -3/+1 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-10-09 | Fixed CVS Id and trailing empty lines. | rillig | 1 | -3/+1 |
2007-09-07 | Convert packages that test and use USE_INET6 to use the options framework | jlam | 1 | -2/+2 |
2007-08-29 | The code for the pkg_install<20070714 vulnerability checks used in the | adrianp | 1 | -2/+29 |
2007-08-02 | Be more intelligent when setting PVDIR. If pkg_install<20070714 then use | adrianp | 1 | -6/+14 |
2007-08-02 | Don't bother using environment variables to pass info the shlib-type | jlam | 1 | -11/+10 |
2007-08-02 | Rewrite in a more portable way (basically cripple ourselves to Solaris | jlam | 1 | -25/+21 |
2007-07-18 | Add back a facility to rebuild the run-time library search paths database | jlam | 1 | -0/+51 |
2007-05-28 | Remove trailing spaces. | martti | 2 | -5/+5 |
2007-02-18 | * Add an extra -V option to mkreadme to support a non-standard PKGVULNDIR | adrianp | 2 | -8/+33 |
2007-01-08 | Don't mention -m in the example when the script does not support it. | adrianp | 1 | -2/+2 |
2007-01-06 | Added the FAIL command, which can be prepended to an arbitrary shell | rillig | 1 | -0/+5 |
2006-12-15 | Remove trailing tabs. | martti | 5 | -42/+42 |
2006-12-15 | Remove trailing spaces. | martti | 6 | -35/+35 |
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 |