pkgsrc/editors/conglomerate/Makefile
jmmv 1848ead77f 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 21:32:10 +00:00

48 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.29 2005/02/14 21:32:10 jmmv Exp $
#
DISTNAME= conglomerate-0.9.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.conglomerate.org/
COMMENT= XML editor for GNOME2
BUILD_USES_MSGFMT= yes
DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl
DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_GNU_TOOLS+= make
USE_PERL5= build
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --enable-printing
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
GCONF2_SCHEMAS= conglomerate.schemas
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"