Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
New features:
* The built-in Help system was revamped, a hyperlink mechanism was
added for following cross-references
* Enhanced Exuberant ctags support
* Line numbers are available in shell commands
* Goto Line also accepts column numbers
* Automatic line-feed termination when saving is now optional
* A customizable window title
* Optional syntax based parenthesis matching (iso. purely character based)
Fixed bugs:
* Find Definition incorrectly reads the X selection when not needed
* Background popup menu could lock up X-server when used with
any of the lock keys on
* Very wide windows when starting NEdit under fvwm
* Workaround for illegal key bindings installed by other Motif
applications, causing PageUp/PageDown and arrow keys to stop
responding in NEdit. This is not an NEdit bug, it just looks like one
* Fix for PageUp/PageDown keys not responding
* Crash when running X on 2nd screen
* Line number display updating in continous wrap mode
* Performance problem with X Resources highlight patterns
* Menu fonts showing up as blocks
* Lockup's in syntax highlighting (especially Perl)
* Crash when using characters with ASCII code >= 128 in syntax
highlighting patterns
* Crash when modifying tab distance in continous wrap mode
* Crash when running NEdit in low-depth color modes
* Continous wrap mode + variable width font display bugs
* Potential scroll bar corruption in continuous wrap mode
* Workaround for selection copy/paste problems with recent versions
of gnome-terminal
* Jump to tags only referenced by line number
* Composed characters in learned sequence
* Missing titles in some dialogs
* Macro language: continue statement outside loop crash
* Rectangular overstrike paste fixes
* Hard-coded statistics line font
* Open filenames starting with a dash
* Crash when closing window of non-existing file while error dialog is up
* Bad CapsLock grab on certain keyboard configurations
* Replacements in rectangular selections could sometimes fail
* Various buffer overflow fixes
* Multiple selection dialog does not pop up on first find
* Tag not found
* Files opened with -read command line option could not be unlocked
|
|
motif.buildlink.mk to define it.
|
|
stomp over CFLAGS so it will find all the buildlinked stuff.
|
|
Also, pass down ${_MOTIFBASE} from the package makefile during the
build, and use it in the Makefiles. Fixes PR 15277 from Hiramatsu
Yoshifumi, hiramatu@boreas.dti.ne.jp, albeit in a different way to
the fix in the PR.
|
|
because it really causes grief. Instead put it with the docs.
|
|
|
|
- Added built-in patterns for CSS, XML, and regular expressions (Regex).
Many other pattern updates.
- Support for high- and true-color systems. NEdit now will automatically
select the best visual from your X server. This reduces the chance of
running out of colors.
- New features in the Find and Replace dialogs:
o Replacement across multiple windows in a session.
o Case sensitivity may be set independently of regular expressions.
o Add "Replace and Find" command, which saves keystrokes when doing
a large-scale find & replace.
- ClearCase version-extended pathnames.
- Many new macro subroutines and variables, array support in macros.
- Range highlighting of matching delimiters.
- Undo and Redo highlights the text that has changed, when visible.
- Support for wheel mouse scrolling on servers that support it (XFree86).
- Improved accelerator key handling.
- Insert Control Code dialog accepts value in any valid C notation
- Optional beeping when search operations wrap.
- Additional default search styles.
- Optional displaying of path names in the window list menu.
- Fix a crash when entering an invalid line number in "Goto Line".
- Fix problems when running NEdit on 64-bit platforms like Alpha
- NEdit failed to open files if some directories above were not "readable"
- Fix potential crashes if some system calls fail
- When no colors are left, attempt to reuse the closest matching color. This
allows NEdit's syntax highlighting to better coexist with Netscape, which
unfortuntely takes all available colors.
- Accelerators now available in confirmation dialogs, and may be invoked
without the Alt key.
- Don't even try to open a directory for editing
- Fix a couple of memory corruption problems
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
include <stdio.h> in preferences.c
|
|
|
|
|
|
|
|
|
|
|
|
- Significant extensions to the regular expression syntax.
- Incremental search, and optional search bar.
- New ctags code with full support for Exuberant Ctags, better
handling of tag collisions, multiple tag file support, on-demand
loading of tag files, and automatic reload of modified tag files.
- Optional display of line numbers along the left side of the text.
- NEdit can now read and write MS DOS format files.
- New built-in syntax highlighting patterns for Lex, PostScript, SQL,
Many syntax highlighting pattern improvements.
- Improved international character set input
- New macro subroutines: list_dialog, getenv, set_language_mode.
- Optional warnings about external modifications to files
- Clearcase awareness
- Session manager restart capability
- Default language mode "*" for user-defined menu items, allows
per-language variations on a common base
- Allow additional modifiers like Sun diamond key in user defined
accelerators
- Option to sort open previous menu.
- -geometry and -iconic command line arguments act per-window, and
can be specified via nc
- -geometry now specified in characters, rather than pixels
- -lm (language mode) command line option
- Save As dialog defaults to same file name
- .nedit file version mechanism to make future upgrades easier
- Crash on large amounts of data fed to shell command which does not
take input
- Delayed secondary windows when executable statements specified in
users .neditmacro file
- Many corrections to online help
- Many highlight patterns corrections
- Using window close box in file open/save dialogs leaves nedit server
unresponsive
- escape in macro dialogs can cause macro hang
- Lesstif-specific fixes: attachment warnings in font selector,
Work around replace dialog focus bug.
- NEdit no longer maintains original protection settings on files. It
allows them to be changed externally.
|
|
packages get a mention at http://www.nedit.org/download/current.shtml!
Distfile checksum is still the same as the old site, no changes there.
|
|
|
|
it seems). Detected with this the only pkg installed. ;-)
|
|
|
|
|
|
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
|
|
|
|
|
|
|
|
|
|
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY.
Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to
use Motif, if it's available, or Lesstif, if not.
|
|
|
|
|