summaryrefslogtreecommitdiff
path: root/mk/tools
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-06Teach the tools framework how to supply a pkgsrc version of install-infojlam10-18/+54
2006-03-05It's probably "/bin/makeinfo", not "/usr/bin/makeinfo".jlam1-3/+3
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam10-20/+74
2006-02-21Instead of passing only the path to the tools to CONFIGURE_ARGS, passrillig1-4/+4
2006-02-17Fix typo in type1inst depends line.wiz1-2/+2
2006-02-15DragonFly has native /usr/bin/gtar so add TOOLS_PLATFORM.gtar.reed1-1/+2
2006-02-11Teach the tools framework about various gettext-tools: gettext, msgfmt,jlam1-1/+22
2006-01-28Actually heed the value of IMAKE if it is set by the user.jlam1-2/+2
2006-01-21unzip uses UNZIP as a special environment variable to denote the optionsjlam1-2/+2
2006-01-16(At least) Mac OS X Tiger comes with a fine working "tbl" command.tron1-1/+4
2006-01-12Fix a typo that was causing imake, mkdirhier and xmkmf to not be createdjlam1-2/+2
2006-01-12Re-implement some code that was lost in revision 1.144 so that IMAKE mayjlam1-1/+7