Commit graph

11 commits

Author SHA1 Message Date
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
roy
d9ae6ff90e Use the curses framework. 2017-01-04 11:18:44 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
wiz
33857d579a Update to 20110905 provided by ISIHARA Takanori in PR 47079.
Over 2 years of changes.
2012-12-12 12:47:50 +00:00
marino
d5f01ec079 editors/mg: Mask -Werror
mg adds the -Werror flag after CFLAGS, so any suppressed warning gets
reenabled.  Starting with gcc4.6, unused-but-set-variable warnings are
issued which breaks the build.  Passing Wno-unused-but-set-variable by
the package makefile (as a function of compiler version) doesn't work.
The easiest solution is just to disable -Werror.  In this case through
the makefile rather than updating a patch.
2012-10-11 13:03:38 +00:00
asau
fae34ba053 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
dholland
6af544f97b Suppress a gcc warning that popped up in Joerg's build. While here,
fix some pkglint.

XXX: someone with the patience to wade through files with assorted
copyright headers should figure out the proper setting of LICENSE
for this package.
2011-12-19 00:52:09 +00:00
minskim
82d24dd4a4 Update MASTER_SITES and HOMEPAGE. 2009-08-15 23:14:58 +00:00
abs
a0e2359df6 Add CONFLICTS mg* 2009-02-13 11:13:40 +00:00
abs
26b3f56cd0 Added editors/mg version 20090107
This is the portable version of the OpenBSD mg editor

Mg (mg) is a Public Domain EMACS style editor.  It is "broadly"
compatible with GNU Emacs, the latest creation of Richard M.
Stallman, Chief GNUisance and inventor of Emacs.  GNU Emacs (and other
portions of GNU as they are released) are essentially free, (there are
handling charges for obtaining it) and so is Mg.  You may never have
to learn another editor.  (But probably will, at least long enough to
port Mg...)  Mg was formerly named MicroGnuEmacs, the name change was
done at the request of Richard Stallman.

Mg is not associated with the GNU project, and most of it does not
have the copyright restrictions present in GNU Emacs.  (However, some
of the system dependent modules and the regular expression module do
have copyright notices.  Look at the source code for exact
copyright restrictions.)  The Mg authors individually may or may not
agree with the opinions expressed by Richard Stallman in "The GNU
Manifesto".

This program is intended to be a small, fast, and portable editor for
people who can't (or don't want to) run real Emacs for one reason
or another.  It is compatible with GNU because there shouldn't be
any reason to learn more than one Emacs flavor.
2009-02-13 11:04:14 +00:00