summaryrefslogtreecommitdiff
path: root/mk/scripts
AgeCommit message (Expand)AuthorFilesLines
2006-06-08undo most of the last commit which was a mistake.dmcmahill1-12/+3
2006-06-06When using find to search for the "All" directories containing binarydmcmahill1-4/+13
2006-06-06Refactor "fetch" and "extract" code into correspondingly namedjlam1-306/+0
2006-05-30Recognize -tar.gz as tar.gz files. PR 33571 by Dieter Roelants.wiz1-2/+2
2006-05-29when generating the list of pkgsrc packages, usedmcmahill1-29/+40
2006-05-28strip trailing comments when searching for SUBDIR+= lines in the Makefilesdmcmahill1-2/+2
2006-04-15Back to pkg-vulnerabilities format 1.0.0.salo1-4/+2
2006-03-22Remove an unsed script -- print-la-libnames was replaced withjlam1-77/+0
2006-02-19Add .tar.bz supportadrianp1-3/+3
2006-02-04- Added "set -e" at the top of the file to prevent uncontrolled execution.rillig1-15/+28
2006-02-03.tar.z is a valid tar extension.joerg1-2/+2
2006-02-02Fix unrar usage: the command to extract is 'x', without hyphen.joerg1-2/+2
2006-01-24Ensure that decompress_cat and tarprog always have vaild default valuesjlam1-2/+3
2006-01-23If the package directory doesn't exist, then return a non-zero code. Thisjlam1-2/+6
2006-01-23Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction.wiz1-2/+2
2006-01-21While walking the dependency graph, push the dependencies onto thejlam1-2/+6
2006-01-21duh... stacks are LIFOs not FIFOs.jlam1-2/+2
2006-01-21Allow using standard input for the archive contents for tar and sharjlam1-3/+16
2006-01-21Fix the case where -X excludefile is used so that we don't error out tryingjlam1-3/+7
2006-01-21Teach the extract script how to exclude files specified on the commandjlam1-2/+14
2006-01-21Teach extract how to extract *.z files using gzip.jlam1-3/+4
2006-01-21Teach the extract script a "-d dir" option to extract into a specificjlam1-2/+13
2006-01-21Fix up the comments, and add a fall-through for unrecognized archivejlam1-5/+10
2006-01-21Fix other instance of _ZOO -> _ZIP and remove a debugging line.jlam1-3/+2
2006-01-21unzip should be using EXTRACT_OPTS_ZIP, not *_ZOO.jlam1-2/+3
2006-01-21Teach the extract script to simply copy the distfile over to thejlam1-16/+40
2006-01-20Teach this script a default extraction method for *.bin files (which arejlam1-2/+7
2006-01-20Support listing files/patterns for exclusion in an "excludefile",jlam1-7/+28
2006-01-20Add some whitespace for readability.jlam1-1/+8
2006-01-20Fix processing of -t tarprog.jlam1-3/+2
2006-01-20First pass at a script that replaces many of the variables, loops andjlam1-0/+190
2006-01-18Add a "-s pkgsrcdir" option that allows specifying the path to the pkgsrcjlam1-6/+32
2006-01-18Modify the show-depends-pkgpaths implementation so that we don't assumejlam1-0/+86
2006-01-18whitespace nit.jlam1-2/+1
2006-01-18Pass MAKEFLAGs to the depends-depth-first.awk script, which will bejlam1-1/+6
2006-01-18Create a standalone awk script, depends-depth-first.awk, that encapsulatesjlam1-0/+273
2006-01-17Rework the way the vulnerabilities list is displayed a bit todmcmahill1-6/+22
2006-01-05Fix a bug which caused the README.html generation to fail when the packagesdmcmahill2-10/+26
2005-11-18Added a few FIXMEs at places where this program might fail unexpectedly.rillig1-1/+5
2005-11-18Renamed append to append_flag. Removed superfluous quotes around thatrillig1-5/+4
2005-11-18Don't accept anything besides the known options on the command line. Asrillig1-7/+2
2005-11-18- Added section headings.rillig1-29/+34
2005-11-17Properly quoted variables.rillig1-21/+17
2005-08-24Added a code snippet that demonstrates how to set the $@ array to therillig1-1/+12
2005-06-01Recognize inet6 in PKG_SUPPORTED_OPTIONS as an indicatorwiz1-2/+2
2005-05-24Add more error checking. PACKAGES must exist. No extra command line args ta...dmcmahill1-1/+12
2005-05-24improve the message when an invalid cache file version is founddmcmahill1-2/+4
2005-05-24Improve error checking. Specifically, after a new cache file isdmcmahill1-7/+27
2005-05-22pass down FIND to genreadme.awk and binpkg-cachedmcmahill2-6/+7
2005-05-22use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} whendmcmahill1-4/+7