summaryrefslogtreecommitdiff
path: root/mk/plist
AgeCommit message (Expand)AuthorFilesLines
2007-04-11ECOFF on OSF1 behaves like ELF as far as PLISTs are concerned.tnn1-2/+2
2007-03-07Fixed a GNU awk warning about quoting.rillig1-2/+2
2007-03-02Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'.wiz1-3/+3
2007-02-20A missing quote.uebayasi1-2/+2
2006-11-15Font-related entries we skip for CHECK_FILES should be skipped forjoerg1-1/+14
2006-11-05Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default forjoerg1-3/+3
2006-10-15Include some more magic to set ownership of packages build withjoerg1-2/+11
2006-10-09Main infrastructure for DESTDIR support.joerg2-13/+13
2006-07-21Modify the shlib-type script so that it doesn't need to compile anythingjlam2-26/+22
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-3/+3
2006-06-08Fix an inverted test that caused all catman pages to be stripped fromjlam1-3/+3
2006-06-03First pass at implementing support for package system flavors otherjlam1-1/+2
2006-06-01Removed superfluous backslashes.rillig1-2/+2
2006-06-01In AWK string literals, backslashes must be doubled. Otherwise they arerillig1-4/+4
2006-05-29When filtering out unrelated info files, only check the last bit ofjlam1-4/+4
2006-05-14Re-add ${PREFIX} to the list of directories print-PLIST targetseb1-1/+2
2006-05-09Apply PRINT_PLIST_AWK and _PLIST_PLIST_AWK_SUBST in the same orderminskim1-2/+2
2006-05-02Use brackets "[]" to quote characters instead of backslash "\". Thisjlam1-2/+2
2006-04-24Added the shebang line.rillig1-2/+2
2006-04-17Only do the locale transformation if USE_PKGLOCALEDIR is defined. Thisjlam2-2/+9
2006-04-17Modify the plist module to automatically transform "^share/locale" injlam3-3/+62
2006-04-16Now that all info file entries have been pushed from INFO_FILES intojlam1-19/+2
2006-04-15Apply jlam's awk fix done in plist-info.awk 1.12.minskim1-3/+5
2006-04-14Avoid () as a regular expression as the interpretation seems to bejlam1-3/+5
2006-04-12If the info file doesn't exist on the disk, we should still output anjlam1-1/+8
2006-04-05Create a new variable IGNORE_LIBTOOLIZE containing files which shouldjlam2-3/+12
2006-03-30Whitespace changes.jlam1-14/+14
2006-03-30Skip symlinks without emitting warnings during PLIST creation as thesejlam1-5/+12
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam3-42/+55
2006-03-14Properly rename "info" to ${INFO_DIR} in any @dirrm statements. Alsojlam1-6/+12
2006-03-14Teach the plist framework a new variable IGNORE_INFO_DIRS that is ajlam2-7/+30
2006-03-14Sort _PLIST_AWK_ENV.jlam1-2/+2
2006-03-14Restructure pattern-actions a bit so that we're not lumping everythingjlam1-8/+20
2006-03-09Check that INFO_FILES is defined before using its value. Fixes PR pkg/33043.jlam1-2/+2
2006-03-04Handle info directory trees that aren't rooted directly in ${PREFIX}, e.g.jlam1-4/+8
2006-02-07Info pages don't always end in ".info" as noted in PR pkg/32699. Fix thejlam1-6/+11
2006-02-07Fix typo in comment.jlam1-2/+2
2006-02-07Provide default values for various variables if they're not present injlam5-26/+26
2006-02-05warning: escape sequence `\.' treated as plain `.'rillig4-13/+13
2006-02-05plist-info.awk:80: warning: escape sequence `\.' treated as plain `.'rillig1-2/+2
2006-01-22SUS says awk's delete command only deletes array elements, not the arrayjlam2-5/+2
2006-01-21Fix a weird newline error (probably cut-and-paste error).jlam1-3/+2
2006-01-19Fix a typo in the comment.jlam1-2/+2
2006-01-19Add a catman page to the script comments to clarify how this scriptjlam1-5/+41
2006-01-14Signature police.seb1-1/+1
2006-01-13Make use of ${.TARGET} within a target instead of re-specifying thejlam1-2/+2
2006-01-13Remove the show-shlib-type target since it's no longer needed ... thejlam2-8/+2
2006-01-13Force compression and decompression to avoid the default behavior ofjlam1-3/+3
2006-01-12Initial commit of a new module that encapsulates all of the codejlam16-0/+1563