"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.
input and okay landry@ and ajacoutot@, also okay espie@
does (ie. exits when getting EOF once instead of twice).
Regen info file patch; also remove patch-Makefile_in, since
make-plist(1) doesn't care about info/dir files (l.748).
ok sthen@ pascal@ (maintainer)
Add a reachable HOMEPAGE, use PKGNAME to fix the package name, mirror the
source myself, take MAINTAINER, have the do-install routine use
${INSTALL_PROGRAM} instead of ${INSTALL} (thanks to sthen@ for catching
this last one).
ok kirby@ sthen@
Tweak is an ncurses-based hex editor. Tweak uses a complex data
structure based on B-trees, designed to make almost all editing
operations extremely fast, even when they are working on huge amounts of
data. Unlike most hex editors, it also has a fully functional insert
mode, along with full cut, copy, and paste support.
ok sthen@
se is a screen oriented version of the classic UNIX text editor ed. It
has a full visual interface allowing you to see the text you're editing.
It's command syntax will be very familiar to users who already know ed.
Some of se's additional features are, a built-in help system,
configurable options that can be loaded from a startup file, the ability
to be ran interactively or via the included scriptse utility, and
optional usage logging.
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
a maintainer convenience target to allow this to be updated easily from
Mercurial) - this beats downloading 750+ individual patch files and
trying to force them to apply during the build (which is problematic
because some require GNU patch and some have problems even then...)
- clean up plists greatly.
- remove m68k gcc patch.
- add openbsd.vim for style(9) from gsoares@.
based on a diff from pirofti@, ok pirofti@ gsoares@