summaryrefslogtreecommitdiff
path: root/editors/ce
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07ce: fix buildwiz1-1/+3
The configure script found X11 but the X11 option is off, and thus the headers are not buildlinked.
2022-11-04Remove vestige of the tty-vs-x11 dualism from DESCR.schmonz1-2/+0
2022-11-04Oops, commit sums for new patch filenames.schmonz1-3/+3
2022-11-03Remove stray comment.schmonz1-2/+1
2022-11-03Update to 4.8. No changelog. From the diffs:schmonz9-124/+118
- Update maintainer email address - Regenerate with Autoconf 2.61 - Remove --with-purify configure option - Remove old malloc - Improve build system - Remove TODO - Sprinkle missing return types - Fix bugs pkgsrc changes: - Specify license - Merge ce-doc (always installed) and ce-x11 (with the 'x11' option) into this package - Remove MAKE_JOBS_SAFE=no (seems fine) - Comment patches and modernize patch filenames
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
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
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.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-4/+1
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+4
2014-01-28Use GNU_CONFIGURE_LIBDIR.obache1-2/+2
2013-10-10Fix revision locationroy2-3/+3
2013-10-10Bump for curses removalroy1-1/+2
2013-10-09ce requires termcap, not cursesroy2-4/+3
2013-06-12Remove GNU_CONFIGURE_LIBDIR.wiz1-3/+2
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-01-17Convert packages with add --libdir=* to CONFIGURE_ARGS to usesbd1-2/+2
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2010-01-29DESTDIR supportjoerg3-13/+38
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-3/+4
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
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-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-4/+4
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen3-11/+10
2006-01-13Update to 4.6. No changelog; changes include newer autoconf andschmonz3-22/+13
bringing in bash's malloc implementation.
2005-05-23Removed empty line.rillig1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-01-10The HTTP site is apparently no longer available. Use the FTP site instead.schmonz1-3/+3
2005-01-08ce doesn't need ncurses in particular. Include curses.buildlink3.mk instead.schmonz1-2/+2
2005-01-08Update to 4.5. No changelog available, and diffs are extensive.schmonz7-190/+45
Many (most?) are to take more care with types and declarations.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-28"teach-ce" should find ce(1) in ${LOCALBASE}, not ${PREFIX}.schmonz2-6/+7
2004-07-28Enable pkgviews installation.schmonz1-1/+5
2004-04-11Convert to buildlink3.snj1-3/+3
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-28make this compile with gcc3: varargs -> stdargagc2-1/+120
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2002-11-22Use canonical pkgsrc config.guess and config.sub to squelch aschmonz1-1/+3
configure warning on Darwin.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-04-14Strongly buildlinkify. Approved by garbled.schmonz1-1/+4
2002-04-08Initial import of ce-4.4, from my own PR pkg/15627.schmonz8-0/+142
Suggestions from agc. Approved by garbled. This editor is derived most directly from Dave Conroy's original MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs v3.6. Some stuff from mg, version 2a, has also been used. This version of ce is intended for use in normal ttys.