./editors/lpe, Small and efficient programmers editor for UNIX systems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.6nb5, Package name: lpe-1.2.6nb5, Maintainer: pkgsrc-users

LPE is a small, efficient programmer's editor for UNIX systems. It has grown
from the result of a single night of hacking into a very capable and very
versatile editor that defines its own philosophy of text editing. That
philosophy is that awk and sed are the right tools for most advanced editing
jobs, and a text editor should make simple operations easy and make text look
good.


Required to run:
[devel/libslang]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 278.924 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-14 20:26:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
lpe: regen distinfo
   2025-01-14 15:40:47 by Kevin Bloom | Files touched by this commit (2)
Log message:
lpe: fixed slang error setting
   2025-01-06 22:49:24 by Kevin Bloom | Files touched by this commit (217)
Log message:
revbump packages due to devel/libslang2 removal
   2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161)
Log message:
editors: Remove SHA1 hashes for distfiles
   2021-04-21 10:21:44 by Thomas Klausner | Files touched by this commit (1)
Log message:
lpe: remove dead master site
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.