Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20241008,1 17 Oct 2024 18:16:23 |
Zsolt Udvari (uzsolt) Author: Mark Willson |
editors/mg: Update to 20241008
Pet portlint, portfmt.
Changelog:
* Ignore universal ctags extended metadata in tagaddress, making search
patterns work again
* Fix auto-indent-mode with custom tab widths
* Add handling for C-u modifier in M-! and M-|
* Dired-up-directory bound to ^ to go up a directory in dired buffers
PR: 282052
Approved by: submitter is maintainer |
20240405,1 11 Apr 2024 06:14:33 |
Fernando Apesteguía (fernape) Author: Mark Willson |
editors/mg: Update to 20240405
ChangeLog: https://cvsweb.openbsd.org/src/usr.bin/mg/
* Reinstate space-to-tabstop entry in manpage
* Call vttidy in the exit path for batch mode
* Fix hang for (regexp-replace "^.*$" "")
PR: 278248
Reported by: cdr.nil@gmail.com |
20231016_1,1 27 Feb 2024 02:43:33 |
Joseph Mingrone (jrm) |
editors/mg: Install man pages under share/man
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
20231016,1 03 Nov 2023 21:09:36 |
Robert Clausecker (fuz) |
editors/mg: convert to USES=uidfix
Reported by: jbeich
Approved by: portmgr (infrastructure blanket) |
20231016,1 27 Oct 2023 06:32:10 |
Robert Clausecker (fuz) Author: Mark Willson |
editors/mg: Update to OpenBSD 7.4 version; modify location of source tarball
Changes in this release:
* New command set-tab-width to change the tabulator width on a per-buffer
basis.
* Let the space-to-tabstop command move to the right position even if
the line contains tabs, control characters, or non-ASCII bytes.
* Fall back to /bin/sh if $SHELL is undefined.
* Fix parsing of tag files with duplicate entries. Instead of erroring
out, ignore duplicates. Fixes using /var/db/libc.tags again.
* Change the visit-tags-table command to immediately load the tag
file, and drop the lazy mechanics.
* Do not leak memory in pop-tag-mark if it fails to switch buffers.
* Fix a read buffer overrun caused by -u arguments longer than 1023 bytes.
* Fix a write buffer overrun on the stack caused by blink-and-insert
matching a very long line that is not currently visible in the
window.
* Skip checking permissions of conffile with access(2).
* Resurrect no-tab-mode and add it to the list of modes that can be
set with set-default-mode.
From: https://www.openbsd.org/74.html
PR: 274611 |
20230501,1 18 May 2023 08:19:41 |
Robert Clausecker (fuz) Author: Mark Willson |
editors/mg: update to 20230501
Chase to a maintained upstream.
Fix typo in maintainer address.
PR: 271349 |
7.0,1 28 Apr 2023 11:30:35 |
Wen Heping (wen) |
editors/mg: Pass maintainership to submitter
PR: 271009
Reported by: cdr.nil@gmail.com |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.0,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.0,1 25 Aug 2022 21:16:21 |
Tobias Kortkamp (tobik) |
*: Return unused ports |
7.0,1 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
7.0,1 17 Jan 2022 11:56:31 |
Tobias Kortkamp (tobik) |
editors/mg: Update to 7.0
Changes: https://github.com/ibara/mg/releases/tag/mg-7.0 |
6.9,1 14 Jun 2021 20:51:04 |
Tobias Kortkamp (tobik) |
editors/mg: Update to 6.9
Changes: https://github.com/ibara/mg/releases/tag/mg-6.9 |
6.8.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.1,1 28 Feb 2021 09:34:36 |
tobik |
editors/mg: Make mg-static a flavor |
6.8.1,1 05 Dec 2020 22:07:43 |
jbeich |
editors/mg: update to 6.8.1
Changes: https://github.com/ibara/mg/releases/tag/mg-6.8.1
Reported by: GitHub (watch releases) |
6.8,1 05 Dec 2020 20:42:43 |
jbeich |
editors/mg: update to 6.8
Changes: https://github.com/ibara/mg/releases/tag/mg-6.8
Reported by: GitHub (watch releases) |
6.7,1 18 Nov 2020 10:04:26 |
jbeich |
editors/mg: add -static slave installed as /rescue/mg
When recovering from a broken rtld(1) one may want a visual editor that
feels like Emacs. ee(1) isn't under /rescue, and its Emacs keys support
lacks even C-x C-c (save-buffers-kill-emacs). |
6.7,1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
6.7,1 03 May 2020 03:24:07 |
tobik |
editors/mg: Update to 6.7 |
6.6,1 21 Oct 2019 13:44:55 |
tobik |
editors/mg: Update to 6.6 |
6.5,1 22 May 2019 08:09:07 |
tobik |
editors/mg: Update to 6.5 |
20180927 01 Oct 2018 14:23:56 |
tobik |
editors/mg: Update to 20180927
This brings mg up to what will be in OpenBSD 6.4.
Simplify port by moving to Brian Callahan's portable mg release.
It has a configure script to detect OS features and it hopefully
won't break building mg on FreeBSD for no reason.
MFH: 2018Q4 |
20180408 13 Jun 2018 12:26:54 |
amdmi3 |
- Remove always true OSVERSION condition
Approved by: portmgr blanket |
20180408 14 May 2018 08:38:06 |
tobik |
editors/mg: Update WWW |
20180408 14 May 2018 08:36:21 |
tobik |
editors/mg: Update to 20180408
- Upstream moved to GitHub
- Simplify docs installation |
20171014 26 Oct 2017 10:59:32 |
tobik |
editors/mg: Update to 20171014 |
20170828 29 Aug 2017 09:04:41 |
tobik |
editors/mg: Update to 20170828 |
20170401 04 Apr 2017 07:33:01 |
tobik |
Update to 20170401
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10260 |
20161005 15 Feb 2017 12:28:29 |
tobik |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
20161005 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
20161005 17 Oct 2016 05:29:22 |
marino |
editors/mg: Use OPSYS with OSVERSION (restores DF build)
DragonFly doesn't provided reallocarray. OPSYS should be used with
OSVERSION (covered by a blanket) |
20161005 08 Oct 2016 19:50:45 |
olivierd |
Update to 20161005 snapshot
PR: 213292
Submitted by: Tobias Kortkamp (maintainer) |
20160912 06 Oct 2016 19:51:19 |
olivierd |
- Update to 20160912 snapshot
- Remove GNUmakefile patch, port doesn't use gmake
- Replace patches by another, when reallocarray(3) is missing
- Pass maintainership to submitter
- Add LICENSE
- Update pkg-descr
PR: 212634
Submitted by: Tobias Kortkamp
Approved by: <darcsis@gmail.com> (previous maintainer, timeout > 3 weeks) |
20160421_1 23 Aug 2016 20:18:14 |
marino |
editors/mg: document and fix ncurses requirement
Approved by: ncurses blanket |
20160421 21 May 2016 19:29:21 |
olivierd |
Remove reference to FreeBSD 9, releases prior to 10.3-RELEASE are also
concerned
Suggested by: mat@ |
20160421 20 May 2016 17:16:34 |
olivierd |
- Update to 20160421 snapshot
- Cosmetic change for documentation
- Mark BROKEN on FreeBSD 9.x, because it requires futimens system call
PR: 209290
Submitted by: myself
Approved by: <darcsis@gmail.com> (maintainer, timeout > 2 weeks) |
20160118 07 Feb 2016 07:25:34 |
olivierd |
Update to 20160118 snapshot
PR: 206419
Submitted by: myself
Approved by: <darcsis@gmail.com> (maintainer, timeout > 2 weeks) |
20150323 29 Jun 2015 16:49:15 |
olivierd |
- Update to 20150323 snapshot
- Add patches which replace reallocarray by realloc(3)
PR: 200682
Submitted by: myself
Approved by: darcsis (maintainer, timeout > 3 weeks) |
20140414 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
20140414 19 Apr 2014 05:38:38 |
eadler |
Update mg to 20140414
Submitted by: bcallah@openbsd.org
Approved by: "Denise H. G." <darcsis@gmail.com> (maintainer) |
20110905 20 Feb 2014 08:11:09 |
ehaupt |
Support staging |
20110905 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
20110905 20 Jun 2012 06:03:08 |
ak |
- Remove hardcoded CC [1] and PREFIX
- Remove pkg-plist
PR: ports/168648 [1]
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved By: maintainer (timeout, 14 days), eadler, itetcu (mentors,
implicit) |
20110905 19 Dec 2011 08:15:53 |
culot |
- Update to 20110905
PR: ports/163445
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) |
20090107 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
20090107 12 Oct 2010 09:47:16 |
stas |
- Use another distfile locations. |
20090107 11 Oct 2010 22:23:24 |
pgollucci |
- Mark broken
PR: ports/151361
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) |
20090107 16 Oct 2009 14:08:19 |
kris |
Update master site |
20090107 13 Jan 2009 00:12:48 |
miwi |
- Update to 20090107
PR: 130407
Submitted by: darcsis@gmail.com (Denise H. G.) (maintainer) |
20080610 22 Jun 2008 18:28:02 |
tabthorpe |
- Update to 20080610
PR: ports/124809
Submitted by: Denise H. G. <darcsis gmail.com> (maintainer) |
20080322_1 01 Jun 2008 13:39:18 |
miwi |
- Respect NOPORTDOCS |
20080322 29 Mar 2008 23:25:04 |
miwi |
- Update to 20080322
PR: 122193
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) |
20080305 07 Mar 2008 13:20:31 |
miwi |
- Update to 20080305
PR: 121464
Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) |
20070918 26 Oct 2007 20:50:16 |
tabthorpe |
- Update maintainer's email address
PR: ports/117527
Submitted by: maintainer |
20070918 23 Oct 2007 18:13:32 |
tabthorpe |
- Update to 20070918
- Pass maintainership to submitter
PR: ports/117387
Submitted by: denisehg hotpop.com
Approved by: clsung (mentor, implicit) |
20050820 19 Nov 2006 12:28:48 |
miwi |
- Drop Maintainership
PR: ports/105662
Submitted by: Frank Ruell <stoerte@dreamwarrior.net> |
20050820 16 Nov 2005 16:05:35 |
lawrance |
Update to 20050820 snapshot.
PR: ports/85169
Submitted by: Frank Ruell <stoerte@dreamwarrior.net> (new maintainer) |
20010514 16 Nov 2005 15:38:54 |
linimon |
Assign maintainership to author of ports/85169 after maintainer timeout.
Hat: portmgr |
20010514 08 Jun 2004 09:39:25 |
dd |
Remove broken distfile link.
PR: 66694
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
20010514 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
20010514 29 Dec 2003 10:50:42 |
dd |
From the submitter:
[This] port does not build on 5.X systems due to its type
request for a short gid_t, depreciated in all thinkable ways.
PR: 60684
Submitted by: Samy Al Bahra <samy@kerneled.com> |
20010514 19 Dec 2003 11:40:16 |
linimon |
Per bento logs, mark as broken on 5.x due to some kind of header/compile
problem. Notified maintainer. |
20010514 07 Mar 2003 06:00:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
24 Jun 2001 18:18:38 |
dd |
Replace the non-scalable way of determining the man page name (the Makefile in
the package honors NOMANCOMPRESS itself) with a much better one mostly
suggested by roam@. |
20 May 2001 21:53:56 |
dd |
Add a new port of Mg, a small, fast Emacs-like editor maintained by the
OpenBSD project. |