summaryrefslogtreecommitdiff
path: root/editors/mlview
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-5/+5
Bump PKGREVISION.
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-3/+3
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-29Needs intltool.joerg1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-22/+22
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Bump revision due to update of eel2 to 2.10.0.jmmv1-1/+2
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-2/+2
2004-10-03Update to 0.7.0:jmmv4-33/+31
Enhancements since 0.6.3 ======================== * keyboard shortcuts a.k.a fast editing keybindings [Dodji Seketeli] * new validation and error reporting system. Early support of XSD/RNG [Nicolas Centa] * "comment out node" feature [Dodji Seketeli] * support new GtkFileChooser [Benjamin Dauvergne, Dodji Seketeli] * infinite Undo/Redo [Dodji Seketeli] * menu/toolbar management rework - now based on GtkUIManager [Dodji Seketeli] * better node clipboard management [Dodji Seketeli] * support of remote document loading [Philippe Mechaï] * docs drag & drop from the desktop to the editor [Philippe Mechaï] * view tabs & naming HIG-fication [Philippe Mechaï] * lots of HIG-ficcation [Philippe Mechaï, Dodji Seketeli] * Website redesign [Scott White] Bugfixes since 0.6.3 ==================== * #142163 autoscroll tree editing widget [Dodji Seketeli] * #142596 fix gcc 2.95 compilation errors [Adrian Bunk] * #142861 wrong behaviour when closing a view [Nicolas Centa] * #142980 segfault when multiple views on one doc [Nicolas Centa] * #144989 relative to absolute uri conversion [Nicolas Centa] * #144983 wrong behaviour when opening a doc twice [Dodji Seketeli] * #145381 no scroll during node search [Dodji Seketeli] * #145383 search dialog blocks the view [Dodji Seketeli] * #147690 nodes added twice from compl table [Dodji Seketeli] * #147820 phrasing error [Raphael Higino] * #148015 phrasing error [David Lodge] * #148335 phrasing error [David Lodge] * #150175 update completion table when DTD is associated [Dodji Seketeli] * #150184 wrong node names/attributes parsing [Dodji Seketeli] * #150206 node editor bad sync behaviour [Dodji Seketeli] * #150290 can't open file name with spaces [Bart Vanherck] * #150384 underscore escaping in filenames [Dodji Seketeli] * #150487 crash when re-associating a new DTD [Nicolas Centa] * #150872 wrap tree editing widget text to 80 chars [Dodji Seketeli] * #151442 crash during editing [Dodji Seketeli] * #152232 crash when validating empty doc [Dodji Seketeli] * #152629 badly formed node names [Dodji Seketeli] * #152858 use GtkFileChooser by default [John Spray] * #153735 crash when closing doc [Dodji Seketeli] * #153856 schema selector must use GtkFileChooser [Dodji Seketeli] * #153874 wrong compl list in contextual menu [Dodji Seketeli] * many crashers fixes here and there [Dodji Seketeli] Documentation ============= * Updated the "MlView internals" document * Wrote "MlView Keybindings" document Updated translations ==================== * ja [Ryoichi INAGAKI] * nl [Tino Meinen, Vincent Van Adrighem] * cs [Miloslav Trmac] * en_CA [Alexander Winston] * en_BG [David Lodge, Garret Owen] * pt_BR [Gustavo Maciel Dias Vieira] * es [Francisco Javier F Serrador] * it [Guido Spadotto] * zn_CN [Funda Wang] * de [Daniel Holbach] Enhancements since 0.6.2 ======================== * Updated translations: no [Kjartan Maraas] hr [Robert Sedak] en_GB [Gareth Owen] en_CA [Adam Weinberger] de [Daniel Holbach] * Added read/write support for DOCTYPE and entities declaration nodes [Dodji Seketeli] * new entity refs icon [Baptiste Mille-Mathias] * use glade/libglade instead of GnomeApp & co [Dodji Seketeli] * Put the "multi-type-of-editing-views" architecture in place [Dodji Seketeli, Stephane Bonhomme] * right click based editing [Dodji Seketeli] * delete attributes by hiting the 'del' key in the node editing widget [Sebastien Bacher] * added the --dtd|-d command line option [Luuk de Waard] * Set a default icon for all windows [Dodji Seketeli] * Deactivate some menuitems depending on the context [Dodji Seketeli] * Port our SAX plumbing over the new libxml2 2.6.x SAX2 without breaking it on previous versions [Dodji Seketeli] * Force the use of libxml2 2.6.6 or higher [Dodji Seketeli] * Allow element node name completion in the contextual menu [Nicolas Centa] Fixes since 0.6.2 ================= * #130036: better utf8 based interaction with gtk+ [Dodji Seketeli] * #130027: better node type picker behaviour [Dodji Seketeli] * #130089: xslt dialog crash [Paolo Borelli] * #132034: better add node dialog usability [Nicolas Centa] * #130184: cancel on exit dialog [Sebastien Bacher] * #135780,#139162,#141533,#141578: fix a bad random crash that becomes systematic on gnome 2.6 [Dodji Seketeli] * #135429: proper install of gconf schema file [Julio M. Merino Vidal] * Replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL [Dodji Seketeli] * #141664: validation fix [Dodji Seketeli] * #130251: avoid having two root element nodes in the same document [Dodji Seketeli] * #132756: avoid having two attributes with the same name on the same element node [Dodji Seketeli] * #141894: better synchronization between node editing widget and tree editing widget [Dodji Seketeli] * #141992: better memory management in the document object model [Dodji Seketeli] * #142152: fix crash in 'find node' [Dodji Seketeli]
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-2/+2
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-2/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-25Initial import of mlview, version 0.6.2, based on the package found injmmv5-0/+116
pkgsrc-wip (which was updated from 0.6.0 and with multiple corrections): MlView is an XML editor for the GNOME environment. Some of its features are: * Cut/copy/paste as child/paste as prev/paste as next/ of XML elements. * XML element/attributes search. * Multi docs edition. * Several editing views can be opened on the same document. * Drag and drop based copy/cut/past of XML elements. * Edition of XML elements and attributes can be made directly on the tree. * Namespace support. * On-demand validation. * Graphical error reporting. Parse/validation time errors reported. graphically. This feature is new so it may be buggy or not well polished... * When validation is switched on, MlView proposes an elements/attributes. completion feature. When an element is added to the tree, MlView also adds the children elements required by the DTD for the document to be valid. * Validation can be switched off. The XML document editon can then be done without any constraint. * A clean code.