summaryrefslogtreecommitdiff
path: root/editors/beav/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Switch to options helpersDmitry Marakasov2016-03-291-1/+3
| | | | Notes: svn path=/head/; revision=412078
* editors/beav: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-051-2/+3
| | | | Notes: svn path=/head/; revision=408246
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=362015
* editors/beav: Unbreak after staging support attemptJohn Marino2013-12-281-2/+4
| | | | | | | | | | | | | After recent commits, beav was broken on every platform for a couple of reasons. Primarily the Makefile had a bug in it, so it was unexecutable. Secondly, the "man page fix" was done in ${STAGEDIR} using sed -i, causing the resultant .bak file to also be installed, or at least orphaned. Poudriere caught that issue. While here, add DragonFly support. Notes: svn path=/head/; revision=337830
* Man page fix.Christian Weisgerber2013-12-131-1/+1
| | | | | | | Submitted by: Jeremie Courreges-Anglas Notes: svn path=/head/; revision=336354
* Convert to staging, clean up the sgtty/termios mess, and generallyChristian Weisgerber2013-12-121-17/+8
| | | | | | | overhaul the port. Notes: svn path=/head/; revision=336277
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Make editors/beav use termios instead of sgtty.Ed Schouten2008-06-191-0/+1
| | | | | | | | | | | | The editors/beav port got broken on -CURRENT by the removal of the sgtty programming interface. Patch this port to use termios. The source code already contained support for termios, but was mistakenly covered by #ifdef __GLIBC__. Approved by: philip (mentor) Notes: svn path=/head/; revision=215243
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* Make fetchable again by upgrading to 1.40-18.Thierry Thomas2004-09-121-4/+9
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=118151
* update to 1.40-17Oliver Lehmann2004-08-151-3/+1
| | | | | | | remove BROKEN Notes: svn path=/head/; revision=116229
* BROKEN: UnfetchableKris Kennaway2004-08-141-0/+2
| | | | Notes: svn path=/head/; revision=116220
* Fix build with gcc34 (conflicting types)Tilman Keskinoz2004-06-121-1/+1
| | | | Notes: svn path=/head/; revision=111359
* - Update to version 1.40.16Kirill Ponomarev2004-01-311-1/+1
| | | | | | | | PR: ports/62156 Submitted by: Ports Fury Notes: svn path=/head/; revision=99620
* Switch to MASTER_SITE_DEBIAN_POOLKris Kennaway2003-08-041-2/+1
| | | | | | | | PR: ports/50572 Submitted by: Alex Semenyaka <alexs@ratmir.ru> Notes: svn path=/head/; revision=86269
* Switch over to MASTER_SITE_DEBIAN.Christian Weisgerber2003-02-131-1/+3
| | | | | | | | | | | | Also convert COMMENT while I'm here. List of candidate ports from PR: 47881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=75426
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-3/+4
| | | | | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61681
* upgrade to 1.40.15Ying-Chieh Liao2002-03-251-4/+21
| | | | | | | | PR: 36291 Submitted by: Ports Fury Notes: svn path=/head/; revision=56624
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* portname/portversion updateMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27501
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to beav-1.40.13Justin M. Seger1999-04-181-6/+6
| | | | | | | MAINTAINER ports->jseger Notes: svn path=/head/; revision=17985
* Use MAN1. Don't be as gratuitously stupid about it (and installingTim Vanderhoek1998-08-231-1/+2
| | | | | | | in general) as before. Notes: svn path=/head/; revision=12728
* $DISTNAME and the path changed. Minor cleanups while I'm here.Thomas Gellekum1998-08-101-9/+8
| | | | Notes: svn path=/head/; revision=12417
* Remove bad MASTER_SITE.Justin M. Seger1997-11-271-4/+2
| | | | Notes: svn path=/head/; revision=8861
* Upgrade to 1.40.7.Thomas Gellekum1997-08-111-7/+7
| | | | | | | Poked by: Bill "distfiles" Fenner Notes: svn path=/head/; revision=7529
* Update my e-mail address. Remove superfluous backslash.Thomas Gellekum1997-07-221-4/+4
| | | | Notes: svn path=/head/; revision=7406
* Back out previous commit; jmz confirmed his /etc/mtree was out of date.Satoshi Asami1997-04-091-4/+1
| | | | Notes: svn path=/head/; revision=6158
* Create ${PREFIX}/share/doc/ before installing.Jean-Marc Zucconi1997-04-061-1/+4
| | | | Notes: svn path=/head/; revision=6151
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-3/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* master locations changed againAdam David1996-08-271-7/+5
| | | | Notes: svn path=/head/; revision=3708
* distfile moved/changed on master sitesAdam David1996-02-231-8/+8
| | | | Notes: svn path=/head/; revision=2744
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+1
| | | | Notes: svn path=/head/; revision=2466
* beav (binary editor and viewer)Satoshi Asami1995-07-061-0/+25
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1929