summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-10/+10
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-4/+9
2006-07-05Only override intltool if the intltool tool was requested.jlam1-2/+4
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-7/+7
2006-07-05Since intltool is now a tool, we might as well require the latest pkgsrcjlam1-2/+2
2006-07-05Teach the tools framework about the following new tools:jlam12-18/+165
2006-06-26m4 might not exist e.g. on Slackware, conditionalize it.joerg1-1/+3
2006-06-23Change the way that "\c" is processed within the msg strings: if wejlam1-1/+49
2006-06-20Executiing "msgfmt ru" should look for "ru" and then "ru.po" forjlam1-1/+16
2006-06-20Allow for arbitrary whitespace on the line before seeing any of thejlam1-3/+3
2006-06-20Use /bin/tcsh only when it exists. A minimal installtion of Linux mayminskim1-1/+3
2006-06-16Allow packages to set a post-tools target again (which fixes recentjlam1-3/+46
2006-06-14Teach the tools framework about "openssl".jlam9-9/+32
2006-06-13At the point where we invoke msgfmt during the build phase, the softwarejlam1-1/+5
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-1/+2
2006-06-06Stop supporting user-specified definition for IMAKE in /etc/mk.conf --jlam1-7/+1
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam3-163/+233
2006-06-05Minor fix for last commit... in the case where msgstr is just thejlam1-10/+4
2006-06-04Extend msgfmt.sh script to handle the following cases:jlam1-15/+77
2006-05-21Add back "gsoelim" as a NetBSD tool since it supports "-I directory".jlam1-2/+3
2006-05-21NetBSD actually doesn't have GNU soelim, but rather BSD soelim.jlam1-2/+1
2006-05-21Teach the tools framework about "groff" as a tool.jlam5-7/+21
2006-05-20Modify msgfmt.sh to make the following changes when filtering *.po files:jlam1-18/+27
2006-05-20We can simplify MSGSTRN_RE because we already catch the msgstr[0] andjlam1-2/+2
2006-05-20Rename ORE to OBSOLETE_RE for more clarity in the variable name.jlam1-16/+16
2006-05-20Restore "unnecessary" variable... sometimes we use named constants forjlam1-2/+3
2006-05-10Don't let this program get confused just because there is no white-spacerillig1-3/+2
2006-04-15There are two things that we need to keep track of:jlam1-8/+13
2006-04-15Reorder the loop so that we can never get into an infinite loop. Wejlam1-10/+6
2006-04-15Modify the loop so that the statements and comment lines can bejlam1-13/+27
2006-04-15Replace a re-used regular expression with a constant.jlam1-8/+10
2006-04-14Drop all msgstr[N] translations besides msgstr[0] and msgstr[1] becausejlam1-1/+14
2006-04-14Whitespace changes for proper indentation.jlam1-99/+103
2006-04-14Remove debugging code so that we actually invoke msgfmt.jlam1-4/+1
2006-04-14Avoid using the awk input loop and use our own while loop in a BEGINjlam1-64/+70
2006-04-14Support a --debug flag that dumps the output of the awk script to ajlam1-2/+16
2006-04-14Now that I understand why we strip "#~" from the head of lines, stripjlam1-3/+10
2006-04-14Use the correct cat command.jlam2-4/+5
2006-04-14Document the puzzling line that strips "#~" from the start of lines.jlam1-2/+6
2006-04-14Add TNF copyright to file as suggested by jmmv in private email.jlam1-1/+36
2006-04-13Do a bit more error-checking -- if no input file is specified, just runjlam1-1/+3
2006-04-13Move the gettext tools handling to mk/tools/gettext.mk. We ensurejlam2-25/+40
2006-04-13Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handlingjlam4-5/+11
2006-04-13Overhaul the way packages can ask for "msgfmt". If a package needsjlam6-15/+291
2006-04-07If the package doesn't ask makeinfo, create a broken makeinfo tooljlam1-3/+8
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
2006-03-19Teach the tools framework about "texi2html".jlam1-1/+12
2006-03-16Teach the tools framework about "makedepend", supplied by the imakejlam1-2/+2
2006-03-08Teach the tools framework about Darwin's tclsh and wish.minskim1-1/+3