summaryrefslogtreecommitdiff
path: root/mk/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-20get rid of a spurious %%SUBDIR%% which found its way into the generated categ...dmcmahill1-2/+2
2005-05-20Rework how the lookup of binary packages in the cache is performed.dmcmahill1-46/+50
2005-05-19make local variables in a few functions be localdmcmahill1-4/+7
2005-05-19allow spaces after the "=" in the .pkgcache files. This was noted withdmcmahill1-7/+7
2005-05-19- if the mv of the temporary cache file to the real one fails, usuallydmcmahill1-4/+18
2005-05-19if the top level package cache file does not exist then exit withdmcmahill1-1/+2
2005-05-18make use of the new tools framework via the prereq-readme package todmcmahill1-7/+21
2005-05-17Rework the README.html generation code. Major changes are:dmcmahill3-173/+543
2004-11-12Don't expand .la files in PLISTs that are symlinks. The expansion shouldjlam1-2/+2
2004-10-05Check for presence of the libname listed in the libtool archive beforejlam1-2/+6
2004-09-21Don't exit on error if the *.la file is not a libtool archive.jlam1-11/+11
2004-09-21Add a lock_file function that generates lockfiles that are usable onjlam1-1/+57
2004-09-10* Do the *.la expansion within the current _PLIST_AWK_SCRIPT framework.jlam1-17/+31