summaryrefslogtreecommitdiff
path: root/mk/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-06Add a library of useful shell functions. There are functions forjlam1-0/+329
2004-08-16Add new variable LIBTOOL_LA_FILES, which may be used instead of listingtv1-0/+59
2004-07-06Retire buildlink2, now that all packages using it have been converted towiz1-2/+2
2003-09-23Use ${BMAKE} instead of make to make this work on non NetBSD platforms.yyamano1-2/+2
2003-09-11s/vulnerabilities/pkg-vulnerabilitesdmcmahill1-2/+2
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+1
2003-07-25- fix bug that gave an invalid entry in the homepage field when there isdmcmahill1-3/+13
2003-07-24- add HOMEPAGE as the last field in the INDEX file.dmcmahill1-30/+20
2003-07-23rework the INDEX file generation. The new approach speeds up things bydmcmahill1-0/+389
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv4-73/+73
2003-03-21when there are no build depends, indicate this with "none" instead ofdmcmahill1-3/+11
2003-03-19- fix a bug in the HOMEPAGE link when the URL contains an ampersanddmcmahill1-41/+80
2003-03-19fix a few 'strings split across lines' bugs which caused some dependenciesdmcmahill1-9/+4
2003-02-09Open/close HTML mark-up in the correct order. Noted by Kevin P. Neal.wiz1-2/+2
2003-02-08Add backslash for a line continuation to fix "make readme" erroryyamano1-4/+4
2003-01-20fix a bug introduced by the last commit where a string was accidentallydmcmahill1-3/+2
2003-01-18Many white space and indenting fixes to bring this more in line withdmcmahill1-469/+553
2003-01-15avoid the use of the gensub() function as it is a gawk extension notdmcmahill1-6/+7
2003-01-05add a -a|--append option to allow appending to an existing database instead ofdmcmahill1-4/+36
2003-01-04expr -> ${EXPR}dmcmahill2-5/+7
2003-01-04move bulk/{mkreadme,genreadme.awk} to scripts/ as this is a more suitabledmcmahill2-0/+1131
2003-01-04add two scripts used for creating dependency databases. These scriptsdmcmahill2-0/+294