summaryrefslogtreecommitdiff
path: root/editors/heme
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
2017-08-16Follow some http redirects.wiz1-2/+2
2017-01-03Move to the curses framework.roy1-4/+6
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.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2014-12-10(pkgsrc) Add LICENSE= gnu-gpl-v2mef3-9/+11
(upstream) Update 0.4 to 0.42, no upstream ChangeLog found.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-07-06Transfer ownership to pkgsrc-users. pancake's address is not valid anyjmmv1-2/+2
more and he has agreed in private mail to drop maintainership.
2010-03-17USE_NCURSES=# -> USE_NCURSES=chgatjoerg1-2/+2
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-3/+4
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-09Use only _SC_PAGESIZE on DragonFly, _SC_PAGE_SIZE does't exist.joerg2-1/+16
2005-11-03Fixed the HOMEPAGE.rillig1-2/+2
2005-10-01Import heme from pkgsrc-wip. Packaged by pancake and modified by me.minskim5-0/+59
Heme is a fast and portable console hex editor for unix systems. It has undo support (number of undo operations is only limited by available memory), ability to fill a range of addresses with the specified byte, ability to search for a single byte or character string. Offsets can be given in hexadecimal, octal or decimal. There are two editing modes: hex and ascii. In hex mode you type hexadecimal digits and in ascii mode you type characters. In the ascii mode cursor is automatically moved to the next byte after typing a character (this behaviour is configurable for hex mode).