Commit graph

24 commits

Author SHA1 Message Date
Thomas Klausner
53cae12b32 Remove USE_DIRS from pkgsrc.
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
2009-07-22 09:53:10 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Sergey Svishchev
0c693120d0 Version 1.77 fixes lexer bugs and other minor issues.
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".
2008-12-03 20:43:54 +00:00
Loïc Hoguin
e6a8e14b3a Version 1.75 displays invalid UTF-8 bytes as hexadecimal and can show indentation guides on completely empty lines.. 2008-01-16 18:23:50 +00:00
Loïc Hoguin
b7e3354ff1 Version 1.74 runs natively on OS X. Indicators are separated from the style buffer so there can be more indicators. Wide lines are faster.
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.
2007-06-20 17:31:33 +00:00
Loïc Hoguin
4ddc67fce1 New version: SciTE 1.73
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
2007-04-02 00:58:23 +00:00
Sergey Svishchev
db35d8b583 Version 1.71 contains minor fixes and enhancements. 2006-12-24 17:01:31 +00:00
Sergey Svishchev
4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00
OBATA Akio
9e825c4c0e Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:49:32 +00:00
Thomas Klausner
8f6505cc51 Add missing pkg-config to tools.
Uses internal lua library, so remove lua/bl3.mk. Bump PKGREVISION.
2006-08-14 22:45:07 +00:00
Sergey Svishchev
9886630360 Don't override do-build, use BUILD_DIRS instead. 2006-07-30 15:00:15 +00:00
Sergey Svishchev
83ce0e2a84 Update to 1.70:
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.
2006-07-16 12:50:58 +00:00
Aleksey Cheusov
35f82d29fc man is replaced with ${PKGMANDIR} 2006-04-20 13:36:34 +00:00
Leonard Schmidt
e266a9964d Use USE_LANGUAGES and depend on xdg. 2005-10-31 08:09:30 +00:00
Sergey Svishchev
58db29221f Add SciTE.desktop. 2005-10-30 01:46:17 +00:00
Sergey Svishchev
db7f42ec5e Update to 1.66. Changes:
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.
2005-08-31 20:08:43 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Sergey Svishchev
cfcbf536dc Update to 1.61. Changes:
Version 1.61 uses the improved file chooser on GTK+ 2.4.
Version 1.60 can be scripted using the Lua programming language.
2004-07-22 18:04:41 +00:00
Peter Postma
a3ea782010 wip is not the category, change to editors. 2004-07-18 15:11:31 +00:00
Soren Jacobsen
d38ff4ff9f Convert to buildlink3. 2004-04-25 22:58:16 +00:00
Sergey Svishchev
c6a1c9aa96 Update to 1.59. Summary of changes:
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.
2004-03-27 19:40:17 +00:00
Sergey Svishchev
958d5822b1 Update to 1.58. Change log:
Version 1.58 fixes bugs in switching buffers.
Version 1.57 remembers folding of each buffer.
2004-02-15 13:29:12 +00:00
Sergey Svishchev
73ca7d1464 Scintilla is a free source code editing component. SciTE is a
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.
2003-12-15 05:38:10 +00:00