summaryrefslogtreecommitdiff
path: root/editors/jove
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26editors: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07editors: Remove SHA1 hashes for distfilesnia1-2/+1
2019-09-06simplify...christos2-9/+11
2019-09-06PR/54520: greywolf, our TIOCREMOTE seems to be broken, disable it.christos4-32/+18
Also make the openpty use NetBSD only (Jonathan Perkin)
2019-09-06PR/54528: greywolf: fix fortify issue with stack overwrites.christos1-0/+29
2019-09-02move to the latest version.christos2-9/+10
2019-09-02PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>)christos1-0/+14
2019-09-02PR/54520: Greywolf: jove 'shell' fails with [Out of ptys!], use openpty(3).christos1-8/+27
2019-06-08editors/*: let pkglint fix indentation and variable alignmentrillig1-3/+3
pkglint -Wall -F -r editors Manually fixed the changes in editors/nedit since the "fixed" indentation was wrong.
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.
2013-04-28Honor pkgsrc CFLAGS and LDFLAGS; should fix the Linux build.dholland2-3/+20
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-23Honor PKGMANDIR.dholland2-6/+14
2012-05-14Add missing termcap.bl3.mk.dholland1-1/+2
2011-10-03Fix getline conflict with SUBSTdholland1-1/+7
2010-01-29DESTDIR supportjoerg1-1/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2007-02-16Update to jove 4.16.0.70.rpaulo2-6/+6
I couldn't find any changelog. Sorry if I missed it.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-05-26Don't use buildlink framework just to do a conditional dependency for ajlam1-2/+2
binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-15USE_BUILDLINK3. (Sometimes I wonder whether this should become the default,tv1-1/+2
using NO_BUILDLINK only as absolutely needed.)
2005-03-15Use nroff.buildlink3.mk to get ${NROFF}.tv1-3/+5
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2003-09-22Update to 4.16.0.63. Closes PR pkg/19924 by Greg A. Woods.jmmv5-75/+48
Changes since 4.16: - Portability fixes. Most important: work around a never-to-be-fixed bug in ncurses (the freely redistributable termcap/terminfo database). - Various minor bug fixes. Highlights: + use mkstemp to avoid a security loophole + avoid bad interaction between metakey and xterm mouse support in windows wider than 95 characters + handle symlinks better + obscure bug in text justification that could hang JOVE + misuse of stat that only misbehaved on LINUX
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-03-05Forgot to regen.kim1-2/+2
2000-03-05Make auto-fill-mode default for nn files, too.kim1-4/+4
2000-03-05Make jove turn on auto-fill-mode for Elm temporary files also.kim2-1/+17
2000-01-19Make this program compile and work on Solaris.agc2-7/+15
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-27Enable 8-bit character support.kim2-1/+14
1999-07-09Add package patch-sum filesagc1-0/+3
1999-03-06Initial import of jove-4.16, "Jonathon's Own Version of EMACS", anagc6-0/+126
emacs-style editor but lacking the LISP engine. This package was constructed by James Graham (greywolf@starwolf.com), with minor cleanups by me.