summaryrefslogtreecommitdiff
path: root/editors/mg
AgeCommit message (Collapse)AuthorFilesLines
2017-01-04Use the curses framework.roy1-4/+4
2016-04-01Use PKGMANDIR. Add patch comment.jperkin2-4/+7
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2014-07-07Various fixes for SunOS support.jperkin11-10/+161
2012-12-12Update to 20110905 provided by ISIHARA Takanori in PR 47079.wiz10-67/+68
Over 2 years of changes.
2012-10-11editors/mg: Mask -Werrormarino1-1/+3
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-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-12-19Suppress a gcc warning that popped up in Joerg's build. While here,dholland3-8/+20
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.
2009-11-26Remove the term.h check, it fails with ncurses from pkgsrc.joerg2-1/+39
2009-08-15Update MASTER_SITES and HOMEPAGE.minskim1-3/+3
2009-03-11Make it build on DragonFly.hasso2-1/+29
2009-02-13Remove NCURSES define and check (which had no effect). This package isabs3-30/+1
not going to build without a real ncurses without a lot of effort No change to generated binary
2009-02-13Add CONFLICTS mg*abs1-1/+3
2009-02-13Added editors/mg version 20090107abs11-0/+181
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.