Commit graph

32 commits

Author SHA1 Message Date
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
adam
f482597e5b Fix buildling on Mac OS X 2011-05-12 11:05:32 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
7493730efa update to 2.10.5
changes: translation updates
2010-10-22 19:01:26 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
drochner
a20f1fbb38 update to 2.10.4
This switches to the gnome-2.30 release branch.
2010-07-06 15:51:19 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
drochner
be9d1a0960 update to 2.8.2
changes:
-bugfixes
-translation updates
2010-01-18 18:26:42 +00:00
drochner
0631b63984 update to 2.8.1
This switches to the gnome-2.28 release branch.
2009-10-21 16:47:17 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
843a1e6099 Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
wiz
01320dc70f Update to 2.6.2. Add commented out LICENSE (needs AND).
News in 2.6.2
-------------
* Improvements to some of the lang files
* Misc bugfixes
* Updated translations
2009-05-20 13:10:47 +00:00
drochner
9fa1f9a200 update to 2.6.1
changes: translation updates
2009-04-17 17:31:33 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
f6612d292c Update gtksourceview2 to 2.6.0.
=== gtksourceview 2.6.0 ===

2009-03-15  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.6.0

2009-03-13  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/language-specs/octave.lang: use % for
	code comments since matlab does not like #.

2009-03-03  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/prolog.lang:
	* gtksourceview/language-specs/Makefile.am:
	* gtksourceview/language-specs/testfiles.sh:
	Add prolog lang file.

=== gtksourceview 2.5.6 ===

2009-03-02  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.6

2009-02-26  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gtksourceview/language-specs/po.lang: added
	text/x-gettext-translation-template mime type

2009-02-26  Thomas H.P. Andersen  <phomes@gmail.com>

	* tests/test-widget.c: Replace deprecated gtk symbol. Bug #572085

2009-02-25  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/gtksourcemark.c: chain up finalize.

=== gtksourceview 2.5.5 ===

2009-02-15  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.5

2009-02-10  Johannes Schmid  <jhs@gnome.org>

	* gtksourceview/gtksourceview.c (update_current_line_color):
	#570492 – Canot open editor - crash

2009-02-05  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/cobalt.xml:
	Mark strings for translation.

2009-02-04  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/cobalt.xml:
	* gtksourceview/language-specs/Makefile.am:
	Add new blue based style. Thanks to Will Farrington.

=== gtksourceview 2.5.4 ===

2009-01-19  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.4

2009-02-02  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/language-specs/octave.lang: support matlab
	multiline comments. Patch by Brendan Bycroft.
	(Fixes bug #556365).

2009-01-30  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/rpmspec.lang:
	Add %else to rpm spec language. Patch by Matthias Clasen.
	(Fixes bug #569771).

=== gtksourceview 2.5.3 ===

2009-01-19  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.3

2009-01-19  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/language-specs/php.lang: add
	missing "endif" keyword.

2009-01-19  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/language-specs/dosbatch.lang:
        * gtksourceview/language-specs/Makefile.am:
        * gtksourceview/language-specs/testfiles.sh:
        * po/POTFILES.in:
	Add a very simle lang file for dos batch files.

2009-01-15  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/asp.lang:
	Updated. Thanks to Fabio Nagao.

2009-01-09  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/makefile.lang:
	Use proper strings for translation and add context.
	(Fixes bug #567247)

2009-01-09  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

        * gtksourceview/language-specs/asp.lang:
        * gtksourceview/language-specs/Makefile.am:
        * gtksourceview/language-specs/testfiles.sh:
        * po/POTFILES.in:
        Add ASP lang file by Fabio Nagao.

=== gtksourceview 2.5.2 ===

2009-01-05  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.2

2009-01-05  Jesse van den Kieboom  <jesse@icecrew.nl>

	* gtksourceview/gtksourceview.c: verticall align category mark pixbuf
	in the middle of the line (fixes #566408).

2008-12-31  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c
	(gtk_source_context_engine_text_inserted):
	The commit before the last one was broken, now bug #566131
	is really fixed.

2008-12-31  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/language-specs/nsis.lang
	* gtksourceview/language-specs/t2t.lang
	* gtksourceview/language-specs/cmake.lang
	* gtksourceview/language-specs/Makefile.am:
	New lang files: CMake, NSIS, and txt2tags.
	* gtksourceview/language-specs/ini.lang: variable names may
	contain dash.
	* gtksourceview/language-specs/desktop.lang: added bunch of
	catefories from the f.d.o. spec.
	* gtksourceview/language-specs/kate.xml,
	* gtksourceview/language-specs/testfiles.sh: updated.

2008-12-31  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c
	(gtk_source_context_engine_text_inserted):
	Bug 566131 – Syntax highlightig bug; Backspace and Enter.

2008-12-28  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/pascal.lang:
	Add the missing words. (Fixes bug #565789).

=== gtksourceview 2.5.1 ===

2008-12-26  Paolo Borelli  <paolo.borelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.5.1

2008-12-20  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/pascal.lang:
	Add several words to highlight. (Fixes bug #565172)

2008-12-19  Jürg Billeter  <j@bitron.ch>

	* gtksourceview/language-specs/vala.lang: add owned, unowned,
	yield, and yields to keyword list

2008-12-16  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourceview.c
	(gtk_source_view_get_mark_category_pixbuf): do not call
	g_object_ref() on a NULL. Bug #564714, patch by Mike Spivey.

2008-12-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/awk.lang:
	Add builtin functions to awk lang file. Fixes bug #564242.

2008-12-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

        * gtksourceview/gtksourcestylescheme.c:
        Typo in property. Fixes bug #564225.

2008-12-10  Paolo Borelli  <paolo.borelli@katamail.com>

	* gtksourceview/gtksourcelanguage.c: fix cut and paste error
	causing wrong values in gobject properties. Bug #564142.

2008-12-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/pascal.lang:
	Add downto highlight. Fixes bug #563271.

2008-12-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/dtd.lang:
	* gtksourceview/language-specs/po.lang:
	* gtksourceview/language-specs/m4.lang:
	* gtksourceview/language-specs/changelog.lang:
	* gtksourceview/language-specs/xslt.lang:
	* gtksourceview/language-specs/makefile.lang:
	* gtksourceview/language-specs/gap.lang:
	* gtksourceview/language-specs/yacc.lang:
	Mark strings for translation.

2008-12-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/vala.lang:
	* gtksourceview/language-specs/xslt.lang:
	Mark string for translation.

2008-12-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/dot.lang:
	Mark string for translation.

2008-12-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/language-specs/gtk-doc.lang:
	Added the "Deprecated" word to gtk-doc.

2008-12-03  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/gtksourceview.c:
	Removed check.

2008-12-03  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* gtksourceview/gtksourceview.c:
	* gtksourceview/gtksourceview.h:
	Added non-breaking spaces drawing.

2008-11-29  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourceiter.c: (forward_chars_with_skipping):
	call g_utf8_casefold() before normalizing, to match behavior
	of the search code. Bug #496780.
	* tests/test-widget.c: added Find command.
2009-03-15 19:56:41 +00:00
wiz
3793d8c079 Update to 2.4.2:
News in 2.4.2
-------------
* Backport misc bugfixes from the developement version
* Improvements to some of the lang files
* Updated translations
2009-01-13 07:21:11 +00:00
wiz
2d65ac3ccb Update to 2.4.1:
News in 2.4.1
-------------
* Fix a crash when inserting images in the buffer
* Improvements to some of the lang files
* Updated translations
2008-11-01 21:30:17 +00:00
drochner
af0cead8fd update to 2.4.0
This switches to the gnome-2.24 release branch.
2008-10-16 14:03:27 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
drochner
cb06f932eb update to 2.2.2
changes:
-Improvements to some of the lang files
-Misc bugfixes
-Updated translations
2008-06-23 17:19:05 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
drochner
c24e225dbf update to 2.2.1
This switches to the gnome-2.22 release branch.
2008-04-15 17:49:48 +00:00
bjs
8649f607f4 I presume the BUILDLINK_PKGSRCDIR for this package is supposed to be
x11/gtksourceview2, not x11/gtksourceview.  With the latter,
a build of editors/gedit breaks due to dependency confusion.
2008-02-22 08:15:47 +00:00
drochner
854218b222 libgnomeprint is unneeded 2008-02-20 12:26:07 +00:00
xtraeme
7f5cc9c7be Fix PKGCONFIG_OVERRIDE. 2008-02-20 11:30:20 +00:00
xtraeme
854b4b2cf9 Merge gtksourceview 2.0.2. 2008-02-20 11:23:41 +00:00
xtraeme
101a84ecba Import gtksourceview 2.0.2, API incompatible with 1.x to avoid
incompatibilities in packages, noted by drochner@.
2008-02-20 11:21:54 +00:00
drochner
c2b2bd21cf update to 2.0.2
changes:
* Fix preformance regression on long lines
* Properly apply styles for old version 1 language files
* Improve many lang files
* Updated translations
2007-11-29 20:27:27 +00:00
drochner
18ef752157 Import gtksourceview2-2.0.1 which a new major version of gtksourceview,
needed by gedit. It can coexist with gtksourceview-1.x.
2007-11-03 17:24:41 +00:00