Commit Graph

9 Commits

Author SHA1 Message Date
jeremy
992ff5cebf Update to 3.0.0, switch to GTK+3 now that scintilla supports it. Since
libscintilla no longer links directly against GTK, switch from
LIB_DEPENDS to BUILD_DEPENDS (for includes) and RUN_DEPENDS (since
anything linking against scintilla also needs to link against GTK+3),
thanks to ajacoutot@ for pointing that out.  Respect CC environment
variable when building.

OK ajacoutot@ on an earlier version
2011-11-15 19:13:39 +00:00
jeremy
8e05e9c87a Fairly simple version update, lots of new features, see
http://www.scintilla.org/ScintillaHistory.html.

OK landry@
2010-10-03 18:09:01 +00:00
steven
526c0f9d45 update to 1.76
from Jeremy Evans (maintainer)
2008-03-22 11:44:42 +00:00
steven
83dc6a30dd update to 1.74
remove strc*/sprintf patches

from maintainer Jeremy Evans <openbsd@jeremyevans.net>
2007-08-01 09:21:06 +00:00
steven
134affccfd upgrade to 1.72
based on diffs from new maintainer Jeremy Evans <jeremyevans0 at gmail.com>
2007-01-18 10:56:27 +00:00
aanriot
da066535a6 - SHARED_LIBS.
ok espie@
2005-12-27 12:36:50 +00:00
alek
9766ba6f84 - Bump lib major after recent libc changes
- Bump PKGNAME

go ahead espie@
2005-05-11 19:18:17 +00:00
pvalchev
6d951d635c another cute piece of software that forgets -fPIC 2004-06-13 05:22:37 +00:00
sturm
a8ed68f4f2 Initial import of scintilla 1.54
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips. The selection margin can contain markers like those used in debuggers
to indicate breakpoints and the current line. Styling choices are more open
than with many editors, allowing the use of proportional fonts, bold and
italics, multiple foreground and background colours and multiple fonts.

WWW: http://www.scintilla.org/

from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleisch
2003-08-14 18:24:30 +00:00