Commit graph

11 commits

Author SHA1 Message Date
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
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-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
agc
0e14eb8512 Upgrade mined from version 2000.6 to 2000.7
Pkgsrc changes include displaying the help file correctly.

New features in this release:
*       Enhanced East Asian input method support;
        selection menu for multiple character choices ("pick list").
*       Support for editing CJK encoded files in UTF-8 terminal; major
        CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab).

Main enhancements:
(for details see the change log)
*       Flag menus for all flags for more intuitive selection.
*       Enhanced and generalized coded character input (CJK / decimal
        / illegal code recognition).
*       Extended bullet recognition for clever justification (auto-indent).
*       Makefile for Mac OS X.
2003-07-01 15:52:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
agc
01c292f0df Update mined from version 2000.5 to 2000.6
Changes from previous version:

> New features in this release:
> *       bidirectional terminal support handles Arabic ligature joining
>         (LAM/ALEF)
> *       new command to go backward and forward along text positions
>         after search and other operations
>
> Main enhancements:
> (for details see the change log)
> *       Added recognition of mouse wheel control sequences and attached
>         according behaviour - untested as I don't have a mouse wheel.
> *       New key interpretations for shift-Return (shift-Enter) and
>         control-Return (control-Enter) to insert Unicode paragraph
>         separators and line separators respectively if Unicode
>         line-end handling is enabled.
> *       Improved coded and mnemonic character entry on prompt line.
> *       Fixed display problems in separated display mode
>         (for Unicode combined characters) on the status line.
> *       Reviewed various commands for remaining fixes in UTF-8 handling.

and patch-aa was incorporated in the standard distribution by the author.
2003-03-27 12:56:21 +00:00
agc
f712d12777 Initial import of mined-2000.5, an html-aware editor, into the NetBSD
Packages Collection.

Kind of provided in PR 20574 by Gan Uesli Starling, packaging by myself.

Mined is a text editor with
	Good interactive features
	an intuitive user interface
	command control and pull-down menus available
	control and function key or mouse control

Many useful text editing capabilities
       extensive Unicode support, including double-width and combining
		characters, keyboard mapping and script highlighting
       many text editing features, e.g. paragraph wrapping, smart quotes,
		multi-line support in search and replacement patterns
       program editing features, HTML support and syntax highlighting,
		identifier search
       systematic text and file handling safety, avoiding loss of data

"Small-footprint" operation and portability
       plain text mode (terminal) operation
       instant start-up
       cross-platform operation (Unix, DOS/Windows)
2003-03-05 14:25:36 +00:00