Commit graph

37 commits

Author SHA1 Message Date
jlam
34eea5a75e buildlink1 -> buildlink2 2002-09-21 11:09:43 +00:00
mjl
948d895015 Update nedit to 5.3
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
2002-08-04 13:33:30 +00:00
jlam
ec8f6ad65a Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
2002-04-23 02:08:51 +00:00
mjl
50284238bf Fix PR/15277 a bit differently -- just don't let the pkg's Makefile
stomp over CFLAGS so it will find all the buildlinked stuff.
2002-01-18 22:27:35 +00:00
agc
f25f6082c1 Don't hardcode /usr/X11R6 in the makefile - use ${X11BASE} instead.
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.
2002-01-17 17:11:48 +00:00
mjl
b5d9ef9146 Heed the warning in the docs about not installing the app-defaults file,
because it really causes grief. Instead put it with the docs.
2001-12-19 01:23:09 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
mjl
01fc879287 Update to 5.2. Notable changes and bug fixes include:
- 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
2001-10-31 00:03:16 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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.
2001-10-23 13:14:43 +00:00
jlam
59e85b2d0e Use x11.buildlink.mk instead of USE_X11. 2001-09-12 02:27:55 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
jlam
1b93e97c22 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-02 21:54:19 +00:00
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
abs
8b650602a2 Adapt to latest version of lesstif - now need to (correctly) explicitly
include <stdio.h> in preferences.c
2000-12-28 12:49:50 +00:00
veego
4b0a87601c Add -I${PREFIX}/include for xpkgwedge. 2000-11-03 21:15:47 +00:00
mjl
e28b73cd0a Use MOTIFLIB instead of hardcoded -lXm 2000-11-02 12:21:50 +00:00
hubertf
17932b5ba0 ELF shlib fix 2000-09-24 18:10:41 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
dmcmahill
62e4ee1832 add missing depends 2000-07-07 17:32:33 +00:00
mjl
5c79fc0bbc Update to nedit 5.1.1. Notable changes include:
- 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.
2000-05-19 11:24:46 +00:00
simonb
c87668d3e0 Update ftp site and homepage to new site at *.nedit.org. The NetBSD
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.
1999-12-30 13:13:28 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
hubertf
9d5f5ef02f This package doesn't need to link in Xpm (lesstif comes with it's own Xpm
it seems). Detected with this the only pkg installed. ;-)
1999-10-04 23:04:46 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
garbled
728cd52edf Make this package honor LDFLAGS and *poof* it works on ELF. 1998-09-14 21:04:22 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
9e05f2d76a Update package Makefiles for automatic manual page handling. 1998-06-22 12:27:08 +00:00
tron
4ae80d5b5e Remove unnecessary "USE_X11= yes". 1998-06-20 14:03:12 +00:00
agc
30f402725f Rationalise Motif/Lesstif handling.
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.
1998-06-09 13:36:48 +00:00
tron
cda15506c9 Fix package to compile under good old NetBSD 1.3. 1998-06-02 23:46:41 +00:00
tron
d4987950a4 New "nedit-5.0.2" package: Motif based standard GUI style text editor 1998-06-02 22:33:16 +00:00