aboutsummaryrefslogtreecommitdiff
path: root/editors/dkns
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* editors: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Chris Petrik <chris@officialunix.com> * Christian Brueffer <chris@unixpages.org> * Craig Leres <leres@FreeBSD.org> * Daniel Eischen <deischen@FreeBSD.org> * David O'Brien <obrien@cs.ucdavis.edu> * David Thiel <lx@redundancy.redundancy.org> * Diego Depaoli <trebestie@gmail.com> * Dima Dorfman <dima@unixfreak.org> * Dmitri Goutnik <dg@syrec.org> * Dominic Mitchell * Emanuel Haupt <ehaupt@FreeBSD.org> * Frederic Cambus * Gea-Suan Lin <gslin@gslin.org> * Geoffrey Mainland <mainland@apeiron.net> * Grzegorz Blach <gblach@FreeBSD.org> * Hakisho Nukama <nukama@gmail.com> * James Bailie <jimmy@mammothcheese.ca> * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Evans <jasone@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jille Timmermans (jille@quis.cx) * Joe Marcus Clarke <marcus@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * John Merryweather Cooper et al * Jun-ichiro itojun Itoh <itojun@itojun.org> * KIMURA Yasuhiro <yasu@utahime.org> * Kelly Yancey <kbyanc@posi.net> * Kenneth Vestergaard Schmidt <kvs@pil.dk> * Kris Kennaway <kris@FreeBSD.org> * Leif Pedersen <bilbo@devpit.org> * MANTANI Nobutaka <nobutaka@nobutaka.com> * Mark Pulford <mark@kyne.com.au> * Martin Blapp * Matías Pizarro <matias@pizarro.net> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Johnson <ahze@ahze.net> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael Vasilenko <acid@stu.cn.ua> * Miguel Clara <miguelmclara@gmail.com> * Mohammad S. Babaei <info@babaei.net> * Nicola Vitale <nivit@email.it> * Olga Smirnova <mistresssilvara@hotmail.com> * Oliver Lehmann <oliver@FreeBSD.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Olivier Duchateau * Patrick Li <pat@databits.net> * Peter Wemm <peter@FreeBSD.org> * Philippe Lefebvre <nemesis@balistik.net> * Rimvydas Jasinskas <zrj@ef.irc> * Roman Shterenzon <roman@xpert.com> * Satoshi Asami (asami) * Shaun Amott <shaun@FreeBSD.org> * Shigeyuki FUKUSHIMA <shige@FreeBSD.org> * Shigeyuki Fukushima <shige@FreeBSD.org> * Stanislav Sedov <stas@core.310.ru> * Thomas Gellekum <tg@FreeBSD.org> * Vitaly Magerya <vmagerya@gmail.com> * Xin LI <delphij@FreeBSD.org> * Ying-Chieh Liao * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> * alepulver * brett@peloton.physics.montana.edu * buganini@gmail.com * eric * erich@rrnet.com * gahr * gelf * giffunip@asme.org * ijliao * jkh * joerg * joseph@randomnetworks.com * krion * lightside <lightside@gmx.com> * pgf * rch@richard.eu.org * tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp> * tg * thierry@pompo.net * torstenb@FreeBSD.org * verm With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/dkns: put back LICENSE line which erroneously fell out in the last ↵Rene Ladan2020-05-231-0/+1
| | | | | | | update. Notes: svn path=/head/; revision=536286
* editors/dkns: update to 1.100 and unexpireRene Ladan2020-05-222-9/+4
| | | | | | | | | | PR: 245961 Submitted by: gspu Approved by: maintainer timeout (3 weeks) MFH: 2020Q2 Notes: svn path=/head/; revision=536243
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-041-0/+2
| | | | Notes: svn path=/head/; revision=530719
* Mark a few ports BROKEN, unfetchableAntoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516880
* - Update to 1.96Dmitry Marakasov2016-09-132-3/+8
| | | | | | | | | | | | - Add LICENSE - Add NO_ARCH PR: 212526 Submitted by: jimmy@mammothcheese.ca (maintainer) MFH: 2016Q3 Notes: svn path=/head/; revision=422060
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Re-apply r368096 to allow staging as a regular userAntoine Brodin2015-05-031-0/+2
| | | | | | | Pointy hat: robak Notes: svn path=/head/; revision=385293
* editors/dkns: update 1.94 -> 1.95Bartek Rutkowski2014-10-212-5/+3
| | | | | | | | | PR: 194330 Submitted by: James Bailie <jimmy@mammothcheese.ca> Approved by: mentors (implicit) Notes: svn path=/head/; revision=371317
* Allow staging as a regular userAntoine Brodin2014-09-131-0/+2
| | | | Notes: svn path=/head/; revision=368096
* - Update to 1.94Dmitry Marakasov2014-04-232-3/+3
| | | | | | | | PR: 188885 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=351904
* - Stage supportMartin Wilke2014-02-171-5/+2
| | | | Notes: svn path=/head/; revision=344692
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Update to 1.92Thomas Abthorpe2013-09-102-3/+3
| | | | | | | | PR: ports/181805 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326861
* - Update to 1.91Thomas Abthorpe2013-09-042-3/+3
| | | | | | | | PR: ports/181476 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326236
* - Update to 1.90Thomas Abthorpe2013-03-202-8/+4
| | | | | | | | | | - Trim header while I am here PR: ports/176523 Submitted by: maintainer Notes: svn path=/head/; revision=314752
* - Update to 1.89Thomas Abthorpe2012-04-272-3/+3
| | | | | | | | PR: ports/166799 Submitted by: maintainer Notes: svn path=/head/; revision=295588
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 1.88Thomas Abthorpe2011-04-162-3/+3
| | | | | | | | PR: ports/156409 Submitted by: maintainer Notes: svn path=/head/; revision=272783
* - Update to 1.86Thomas Abthorpe2011-02-212-4/+3
| | | | | | | | PR: ports/154745 Submitted by: maintainer Notes: svn path=/head/; revision=269443
* - Update to 1.85Thomas Abthorpe2010-09-242-4/+4
| | | | | | | | PR: ports/150779 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=261737
* - Update to 1.84Thomas Abthorpe2010-02-222-4/+4
| | | | | | | | | PR: ports/144121 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250144
* - Update to 1.83Thomas Abthorpe2010-02-102-4/+4
| | | | | | | | PR: ports/143617 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=249512
* - Update to 1.82Gabor Pali2009-05-302-5/+6
| | | | | | | | | PR: ports/135023 Submitted by: James Bailie <jimmy (at) mammothcheese (dot) ca> (maintainer) Approved by: gabor (mentor) Notes: svn path=/head/; revision=234828
* - Update to 1.81Thomas Abthorpe2009-03-042-4/+4
| | | | | | | | PR: ports/132203 Submitted by: James Bailie" <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=229471
* - Update to 1.80Thomas Abthorpe2009-02-232-4/+4
| | | | | | | | PR: ports/131895 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=228917
* - Update to 1.79Thomas Abthorpe2009-02-052-4/+4
| | | | | | | | PR: ports/131184 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=227639
* - Update to 1.78Thomas Abthorpe2009-01-272-4/+4
| | | | | | | | PR: ports/130958 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=226931
* - Update to 1.77Thomas Abthorpe2009-01-202-4/+4
| | | | | | | | PR: ports/130668 Submitted by: James Bailie" <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=226500
* - Update to 1.76Thomas Abthorpe2008-03-132-4/+4
| | | | | | | | | | - Corrects the bug causing a fatal munger error when user loads an empty file. PR: ports/121564 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=208967
* - Update to 1.75Thomas Abthorpe2008-03-012-4/+4
| | | | | | | | PR: ports/121250 Submitted by: James Bailie <jimmy mammothcheese.ca> Notes: svn path=/head/; revision=208286
* Dickens is a simple, one-buffer-in-one-window, console text editor.Thomas Abthorpe2008-02-043-0/+39
Dickens only understands UNIX-style text files expressed in ASCII, and is therefore of little or no use to the non-English-speaking world. Dickens is written in Munger(1). Features include interactive filename completion, tags support, regular-expression search-and-replace, and unlimited undo/redo. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/120242 Submitted by: James Bailie <jimmy at mammothcheese.ca> Notes: svn path=/head/; revision=206707