Commit graph

5 commits

Author SHA1 Message Date
wiz
cb008f8f6a Fix build with glib-2.32. Set LICENSE while here. 2012-05-03 06:06:12 +00:00
jmmv
e83721ff39 Update to 1.8.0:
News in 1.8.0
-------------

* Added text/x-gettext-translation-template to the list of
  mime-types in po.lang
* Updated translations

News in 1.7.2
-------------

* add an 'indent-on-tab' property to indent the selected text
  using the tab key
* highlight fortran operators
* Updated translations

News in 1.7.1
-------------

* New Lang files (D, boo)
* Updated translations
2006-09-15 15:19:12 +00:00
jmmv
1c857a347c Update to 1.0.0. Changes since previous version in pkgsrc:
News in 1.0.0
* Bug fixes and updated translations.

News in 0.9.2
* Bug fixes and updated translations.

News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
  the slice of text doesn't include the newlines.
* "Others" style is now deprecated.

News in 0.9.0
* Miscellaneous Bugfixes

News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
2004-04-01 18:35:00 +00:00
jmmv
993d7a307b Under a system without GNU regex, this package builds an internal copy of
it.  This copy defines the standard regcomp and friends functions, which
are also present in NetBSD.  The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.

The problem exposes itself at least in gedit through gnome-vfs2.  The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.

Apply a patch to ensure these internal GNU regex functions do not colish
with native ones.  Bump PKGREVISION to 8.
2004-02-07 15:21:43 +00:00
jmmv
7baf23e8e0 Initial import of gtksourceview, version 0.6.0:
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
widget GtkTextView.  It improves GtkTextView by implementing syntax
highlighting and other features typical of a source editor.
2003-09-11 11:11:33 +00:00