Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-10-05 | Check for presence of the libname listed in the libtool archive before | jlam | 1 | -2/+6 |
2004-09-21 | Don't exit on error if the *.la file is not a libtool archive. | jlam | 1 | -11/+11 |
2004-09-21 | Add a lock_file function that generates lockfiles that are usable on | jlam | 1 | -1/+57 |
2004-09-10 | * Do the *.la expansion within the current _PLIST_AWK_SCRIPT framework. | jlam | 1 | -17/+31 |
2004-09-06 | Add a library of useful shell functions. There are functions for | jlam | 1 | -0/+329 |
2004-08-16 | Add new variable LIBTOOL_LA_FILES, which may be used instead of listing | tv | 1 | -0/+59 |
2004-07-06 | Retire buildlink2, now that all packages using it have been converted to | wiz | 1 | -2/+2 |
2003-09-23 | Use ${BMAKE} instead of make to make this work on non NetBSD platforms. | yyamano | 1 | -2/+2 |
2003-09-11 | s/vulnerabilities/pkg-vulnerabilites | dmcmahill | 1 | -2/+2 |
2003-09-02 | Merge pkgviews-mk branch into the HEAD by running: | jlam | 1 | -1/+1 |
2003-07-25 | - fix bug that gave an invalid entry in the homepage field when there is | dmcmahill | 1 | -3/+13 |
2003-07-24 | - add HOMEPAGE as the last field in the INDEX file. | dmcmahill | 1 | -30/+20 |
2003-07-23 | rework the INDEX file generation. The new approach speeds up things by | dmcmahill | 1 | -0/+389 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 4 | -73/+73 |
2003-03-21 | when there are no build depends, indicate this with "none" instead of | dmcmahill | 1 | -3/+11 |
2003-03-19 | - fix a bug in the HOMEPAGE link when the URL contains an ampersand | dmcmahill | 1 | -41/+80 |
2003-03-19 | fix a few 'strings split across lines' bugs which caused some dependencies | dmcmahill | 1 | -9/+4 |
2003-02-09 | Open/close HTML mark-up in the correct order. Noted by Kevin P. Neal. | wiz | 1 | -2/+2 |
2003-02-08 | Add backslash for a line continuation to fix "make readme" error | yyamano | 1 | -4/+4 |
2003-01-20 | fix a bug introduced by the last commit where a string was accidentally | dmcmahill | 1 | -3/+2 |
2003-01-18 | Many white space and indenting fixes to bring this more in line with | dmcmahill | 1 | -469/+553 |
2003-01-15 | avoid the use of the gensub() function as it is a gawk extension not | dmcmahill | 1 | -6/+7 |
2003-01-05 | add a -a|--append option to allow appending to an existing database instead of | dmcmahill | 1 | -4/+36 |
2003-01-04 | expr -> ${EXPR} | dmcmahill | 2 | -5/+7 |
2003-01-04 | move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitable | dmcmahill | 2 | -0/+1131 |
2003-01-04 | add two scripts used for creating dependency databases. These scripts | dmcmahill | 2 | -0/+294 |