Age | Commit message (Expand) | Author | Files | Lines |
2006-05-21 | Add back "gsoelim" as a NetBSD tool since it supports "-I directory". | jlam | 1 | -2/+3 |
2006-05-21 | NetBSD actually doesn't have GNU soelim, but rather BSD soelim. | jlam | 1 | -2/+1 |
2006-05-21 | Teach the tools framework about "groff" as a tool. | jlam | 5 | -7/+21 |
2006-05-20 | Modify msgfmt.sh to make the following changes when filtering *.po files: | jlam | 1 | -18/+27 |
2006-05-20 | We can simplify MSGSTRN_RE because we already catch the msgstr[0] and | jlam | 1 | -2/+2 |
2006-05-20 | Rename ORE to OBSOLETE_RE for more clarity in the variable name. | jlam | 1 | -16/+16 |
2006-05-20 | Restore "unnecessary" variable... sometimes we use named constants for | jlam | 1 | -2/+3 |
2006-05-10 | Don't let this program get confused just because there is no white-space | rillig | 1 | -3/+2 |
2006-04-15 | There are two things that we need to keep track of: | jlam | 1 | -8/+13 |
2006-04-15 | Reorder the loop so that we can never get into an infinite loop. We | jlam | 1 | -10/+6 |
2006-04-15 | Modify the loop so that the statements and comment lines can be | jlam | 1 | -13/+27 |
2006-04-15 | Replace a re-used regular expression with a constant. | jlam | 1 | -8/+10 |
2006-04-14 | Drop all msgstr[N] translations besides msgstr[0] and msgstr[1] because | jlam | 1 | -1/+14 |
2006-04-14 | Whitespace changes for proper indentation. | jlam | 1 | -99/+103 |
2006-04-14 | Remove debugging code so that we actually invoke msgfmt. | jlam | 1 | -4/+1 |
2006-04-14 | Avoid using the awk input loop and use our own while loop in a BEGIN | jlam | 1 | -64/+70 |
2006-04-14 | Support a --debug flag that dumps the output of the awk script to a | jlam | 1 | -2/+16 |
2006-04-14 | Now that I understand why we strip "#~" from the head of lines, strip | jlam | 1 | -3/+10 |
2006-04-14 | Use the correct cat command. | jlam | 2 | -4/+5 |
2006-04-14 | Document the puzzling line that strips "#~" from the start of lines. | jlam | 1 | -2/+6 |
2006-04-14 | Add TNF copyright to file as suggested by jmmv in private email. | jlam | 1 | -1/+36 |
2006-04-13 | Do a bit more error-checking -- if no input file is specified, just run | jlam | 1 | -1/+3 |
2006-04-13 | Move the gettext tools handling to mk/tools/gettext.mk. We ensure | jlam | 2 | -25/+40 |
2006-04-13 | Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handling | jlam | 4 | -5/+11 |
2006-04-13 | Overhaul the way packages can ask for "msgfmt". If a package needs | jlam | 6 | -15/+291 |
2006-04-07 | If the package doesn't ask makeinfo, create a broken makeinfo tool | jlam | 1 | -3/+8 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-03-19 | Teach the tools framework about "texi2html". | jlam | 1 | -1/+12 |
2006-03-16 | Teach the tools framework about "makedepend", supplied by the imake | jlam | 1 | -2/+2 |
2006-03-08 | Teach the tools framework about Darwin's tclsh and wish. | minskim | 1 | -1/+3 |
2006-03-06 | Teach the tools framework how to supply a pkgsrc version of install-info | jlam | 10 | -18/+54 |
2006-03-05 | It's probably "/bin/makeinfo", not "/usr/bin/makeinfo". | jlam | 1 | -3/+3 |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 10 | -20/+74 |
2006-02-21 | Instead of passing only the path to the tools to CONFIGURE_ARGS, pass | rillig | 1 | -4/+4 |
2006-02-17 | Fix typo in type1inst depends line. | wiz | 1 | -2/+2 |
2006-02-15 | DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar. | reed | 1 | -1/+2 |
2006-02-11 | Teach the tools framework about various gettext-tools: gettext, msgfmt, | jlam | 1 | -1/+22 |
2006-01-28 | Actually heed the value of IMAKE if it is set by the user. | jlam | 1 | -2/+2 |
2006-01-21 | unzip uses UNZIP as a special environment variable to denote the options | jlam | 1 | -2/+2 |
2006-01-16 | (At least) Mac OS X Tiger comes with a fine working "tbl" command. | tron | 1 | -1/+4 |
2006-01-12 | Fix a typo that was causing imake, mkdirhier and xmkmf to not be created | jlam | 1 | -2/+2 |
2006-01-12 | Re-implement some code that was lost in revision 1.144 so that IMAKE may | jlam | 1 | -1/+7 |
2006-01-09 | Teach the tools framework about the ``ksh'' tool, provided by the | jlam | 4 | -4/+20 |
2006-01-08 | Teach the tools framework about "gsoelim", which is the soelim tool from | jlam | 4 | -4/+33 |
2006-01-08 | Consolidate groff-supplied tools into one section. | jlam | 1 | -34/+21 |
2005-12-28 | Teach the tools framework about ttmkfdir and type1inst. | jlam | 1 | -1/+23 |
2005-12-28 | Whitespace changes to align with other sections. | jlam | 1 | -12/+11 |
2005-12-28 | Consolidate xmkmf with the other "imake" tools. | jlam | 1 | -30/+13 |
2005-12-28 | For the x11-clients section, use "XFree86-clients" instead of | reed | 1 | -2/+2 |
2005-12-28 | Add makepsres to _TOOLS.x11-clients. | reed | 1 | -2/+3 |