Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Version 1.76 fixes some minor bugs.
NetBSD issue: 1.75 and 1.77 abort() on startup on 4.0/i386:
SciTE: Error detected by libpthread: Unlocking unlocked mutex.
Detected by file "/home/builds/ab/netbsd-4-0-RELEASE/src/lib/libpthread/pthread_mutex.c", line 363, function "pthread_mutex_unlock".
The previous commit included the following changes:
Version 1.73 allows style changes to be made during text modification events.
Version 1.72 is more efficient at handling per-line information.
Version 1.71 has some internationalisation fixes.
Bug fixed: the package installation wrote files in the wrong directories.
All files were added to /usr instead of /usr/pkg. If you are upgrading,
you should do the following (as root):
# pkg_delete scite
(it will complain about missing files)
-> manually delete them (see below)
# cd /usr/pkgsrc/wip/scite
# make clean
# make install
The list of files to delete is in PLIST. You should at least delete the
binary, /usr/bin/SciTE. Again, it's only if SciTE from pkgsrc was
previously installed on your system.
Changed maintainer to: loic-hoguin@users.sourceforge.net
Version 1.70 allows, on GTK+, approximate character set conversions for
pasting and uses internationalised input at all times.
Version 1.69 supports z-order based Ctrl+Tab buffer switching.
Version 1.68 can draw the caret line translucently, recognizes the
language from an initial #! line, and has an accurate TCL lexer.
Version 1.67 is faster on files with long lines, and has some bugs fixed.
1.66 fixes bugs affecting directories containing "." and enhances the inbuilt "Find in Files".
1.65 contains minor enhancements and bug fixes.
1.64 supports Smalltalk, Rebol, Flagship (Clipper / XBase), and CSound.
1.63 can append user commands to the context menu and supports BlitzBasic, Objective Caml, and PureBasic.
1.62 allows search and replace for Unicode strings.
Minor improvements and fixes. European language input on GTK+ returns
to 1.57 behaviour. Length of the Options and Language menus reduced by
commenting out some languages. Languages can be enabled by editing the
global properties file.
SCIntilla based Text Editor. Originally built to demonstrate
Scintilla, it has grown to be a generally useful editor with
facilities for building and running programs. It is best used for
jobs with simple configurations.