summaryrefslogtreecommitdiff
path: root/editors/easyedit
AgeCommit message (Collapse)AuthorFilesLines
2013-07-18Add termios.h formerly included by unistd.h.joerg2-1/+14
2013-04-04Rev distfile patch: improve probing of terminfo. Should fix Joerg's build.dholland2-7/+7
PKGREVISION -> 2.
2013-03-30Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit.dholland1-3/+2
2013-03-30General cleanup, via a distfile patch.dholland4-54/+10
- NULL is a pointer. Don't use it for '\0', which is a character. - Silence warnings about unused variables. - Silence clang warnings about format strings. - Fix up the makefile and configure logic, rolling in patch-aa and patch-ab. Make the configure script report what it's doing instead of making wrong decisions silently. - Fix broken build when using system curses instead of the builtin curses subset. (This is not the default, nor apparently recommended, but can happen if the configure script doesn't like you.) - Bump PKGREVISION.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2011-10-03Run this thing's configure script at the configure phase, so it's easierdholland3-6/+22
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
2009-02-07MAKE_JOBS_SAFE=noabs1-2/+3
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
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-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-11-25Update to 1.4.6.snj2-6/+6
Changes: * modified new_curse.c to handle different subdirectory naming in terminfo directory
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-03Respect ${CC} and ${MAKE}. Fixes build on Solaris.cjep4-224/+264
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
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-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-03Use INSTALL_PROGRAM, INSTALL_MANcjep1-3/+3
2002-10-03Fix description for easyedit package.cjep1-2/+2
2002-10-03Reimport of the Easy Editor 1.4.5a as editors/easyedit into the NetBSDcjep5-0/+253
packages collection (to avoid conflict with graphics/ee). This is an easy to use text editor, intended to be usable with little or no instruction. (A version of this editor is found in FreeBSD as ee).