aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mg.rb
AgeCommit message (Collapse)Author
2013-01-28mg: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-16mg: install tutorialJames Turner
Closes #12285. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Shore up a number of shell quoting issuesJack Nagel
When interpolating in strings passed to Formula#system, it should be done in such a way that if any interpolated variables contain spaces, they are either (a) passed as part of a list or (b) protected by quotes if they are part of a long string (which is subject to shell expansion). Otherwise, they will be split on the space when expanded by the shell and passed as multiple arguments to whatever process is being executed. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-06mg 20110905Jack Nagel
This switches download site and homepage to mirror what other package managers are using for mg. It appears that the previous URL (which is now broken) is affiliated with this one, the portable version of the one maintained in the OpenBSD ports tree. Closes #6402. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2010-10-12fix installation of mgBjörn B. Brandenburg
The formula for mg currently does not work for non /usr/local prefixes. This patch fixes two issues: - the Makefile checks for PREFIX, not prefix; and - the bin dir must exist, otherwise install renames mg to bin. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01Update archive location and homepage,Bryce Mecum
and use correct install flags Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-30mg formulaSeth Falcon
mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team.