pkgsrc/editors/conglomerate/Makefile

48 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.73 2012/06/14 07:43:51 sbd Exp $
#
DISTNAME= conglomerate-0.9.1
PKGREVISION= 24
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.conglomerate.org/
COMMENT= XML editor for GNOME2
2010-04-15 01:58:47 +02:00
LICENSE= gnu-gpl-v2
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl
DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --enable-printing
CONFIGURE_ARGS+= --disable-gtk-doc
Update to 0.9.0: This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
2005-02-14 22:32:10 +01:00
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
GCONF_SCHEMAS= conglomerate.schemas
Update to 0.7.11: Conglomerate 0.7.11 =================== Enhancements * New translations: no (Kjaartan Marass), fr (Alban Browaeys), sq (Laurent Dhima) * Updated translations: cs (Miloslav Trmac), es (Francisco Javier F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt (Duarte Loreto), sr/sr@Latn (Danilo ?egan), * The File->New assistant now has a "Random Document" plugin, which is both great fun, and good for testing. If you select this, you reach a page where you can select a document type from those available (based on the dispspec files loaded). You can also specify a "depth" which is used to give an idea of how deep the document's tree should be. If a DTD is available, Conglomerate will try to ensure that the document is valid against that DTD. It also generates random text, to really push the unicode support (it generates random strings using most of the full range of Unicode). (me) * If a DTD if found, the DTD tab of the Properties dialog for a node now has a "content model" view, showing the valid child elements that are allowed by the DTD in a tree form. (me) * First attempt at a "Find" dialog; improving this and the "Replace" dialog would make great jobs for programmers wanting to get involved. (me) * Big rewrite of the plugin code with the aim of eventually moving over to libgnomeoffice's framework. Plugins contain services of various kinds; everything is now a GObject subclass. (me) * The "--enable-printing" configuration option no longer requires libfo; this is now enabled separately with a new "--enable-libfo" option (me) * Change template code to use a <cong:template> element (Jeff Martin) * Toolbar now has a "New Document" button (Daniel van Eeden) * Internal improvements to GUI button sensitivity logic (Paul Smith) Fixes * Fix bug #130820 (me) * Fixed crash when loading file without a dispspec with no extension in its filename (me) * Fixed a bug in the template code (Daniel Larson) * Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers) * Fixed whitespace issues in the README files (David Hoover) * Various build fixes, including disabling gtk-doc for now (Geert) * Added a couple of DocBook tags to the display specification (Daniel Larsson) * Added a template file for display specifications to the examples subfolder (Boris Goldowsky) Conglomerate 0.7.10 =================== Enhancements * The Home and End keys now take you to the start/end of text within the current structural element; with Ctrl pressed they take you to the start/end of text within the document. Shift can be used to drag out selections as usual. This fixes bug #109698 (me) Fixes * Big rewrite of File->Properties dialog - it now uses Glade, it updates in response to changes of DTD, file URL and modification status (bugs #122029, 130728) (me) * Overview tree's root element now changes when the file's URL changes (bug #130728) (me) * Fix for bug #130724 (crash on loading examples/test-docbook.c) (me) * Added a wrapper function to generate generic property dialog descriptions to reduce translator workload (fixes bug #124780) (me) * Various documentation and Debian packaging fixes, including bug #123131 (Geert Stappers) * Disabled plugin support for Norman Walsh's website format as it's currently too broken to be worth supporting (see Bugzilla #113001 for some of the problems) (me) Conglomerate 0.7.9 ================== Enhancements * Support for middle mouse button paste of PRIMARY (me) * Update PRIMARY whenever selection changes, fixing bugs #130248 and #126039 (me) * Rewrite of clipboard and selection code. Selections are now offered and received as both XML and as text, in a sane format, fixing bug #129731 (me) * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador) * Installs GConf schema file (Geert Stappers) Fixes * Fixed various compilation warnings (me) * Fix for bug #125918 (Elements appearing in incorrect order) (me) * Fixed various bugs in the calculation of selection highlighting (including bug #124130); added an early reject to throw away unnecessary updates when dragging out a selection with the mouse (me) * Added ordering function for comparing nodes; fixed long-standing bug in CongRange reordering function which was causing glitches in the selection code (me) * Fixed bug when moving cursor to next word near end of a node's content which would generate an invalid cursor location off-by-one beyond the valid range (me) * Fix for bug #124508 (crash on inserting sibling) (me) * Fix for bug #125720 (crash on deleting nothing) (me) * Fixed crash when testing text nodes as being irrelevant whitespace in the case where they haven't yet been added to the tree (me) * Implemented various missing node types in cong_document_get_node_name, fixing a problem in the test data for bug #120976 (me) * Fix for bug #124208 (entity modification is not saved) (me) * Fix for bug #129752 (nested entity edit) (me) * Fix for bug #129907 (Elements appear in reverse order under certain circumstances) (me) * Fix for bug #130227 (Pasting simple text using the middle mouse button often causes assertion failures) (me) * Fix for bug #123490 (Carriage return should add a carriage return if whitespace is being preserved) (me) * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and Geert Stappers) * Improvements to dispspec debugging (Geert) * Fixed intltool problems (me) Conglomerate 0.7.8 ================== Enhancements * Big reorganisation of the implementation of the editor widget, simplifying the code (me) * New GObject class representing an XPath expression, which will help towards some future bugfixes (me) Fixes * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik) * Fixed missing files in POTFILES.in (Marcel Telka, Geert Stappers) * Fixed lots of warnings (me) * Increased self-tests on cursor validity (me) Conglomerate 0.7.7 ================== Enhancements * Experimental GUI code to use the new GTK File Choser dialog (currently needs manually enabling) (Me) * Big rewrite of display specifications for document types. Support for localising XML element names and descriptions, using the xml:lang attribute and intltool; numerous other improvements (Me) * Ignore unnecessary whitespace text nodes in main editor view - Fix for bug #123367 by Anders Petersson giving a big visual enhancement ; fixed cursor movement to skip over them (me) * Updated translations - ca (Jordi Mallach), de (Christian Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der Vegt), pt (Duarte Loreto) Fixes * Fix for bug 123065 (open using empty window instead of whole new window) (Robert Varga) * Portability improvements (Duraid Madina, Pav Lucistnik) * Get strings from immodule as UTF8, notify immodule of focus in/out (bug 125993) (Yukihiro Nakai) * Fixed unref of NULL uri (bug #126231) (Paul Smith) * Various GUI sensitivity fixes (Paul Smith) * Rewrie of intenals of text normalisation to supoprt Pango attributes in preparation for proper support of "pre-edit" strings from GTK input methods (me) * Fixed loading from GnomeVFS with a relative path (Robert Varga) * Fix for bug #127026 (crash when using cut from popup menu) (me) * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael Terry) * Force span tag to be wide enough to accommodate its title. Center contents. (Boris Goldowsky)
2004-02-09 13:38:58 +01:00
.include "../../devel/GConf/schemas.mk"
2012-05-07 21:00:50 +02:00
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
2004-02-20 13:43:28 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
2004-02-20 13:43:28 +01:00
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
Update to 0.9.0: This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
2005-02-14 22:32:10 +01:00
.include "../../textproc/enchant/buildlink3.mk"
2004-02-20 13:43:28 +01:00
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
Update to 0.9.0: This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
2005-02-14 22:32:10 +01:00
.include "../../x11/gtk2/buildlink3.mk"
2004-02-20 13:43:28 +01:00
.include "../../x11/gtksourceview/buildlink3.mk"
2004-02-20 13:43:28 +01:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"