pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/conglomerate Update to conglomerate 0.9.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f8036f97aaa
branches:  trunk
changeset: 513510:3f8036f97aaa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 30 19:40:08 2006 +0000

description:
Update to conglomerate 0.9.1:

Enhancements
    * Added recent files support to File menu based on libegg ( bug
      #108524)(Nickolay V. Shmyrev)
    * Implemented triple-click selection of text ( bug #144667)(Yuriy
      Syrota)
    * Implementation of word-count feature ( bug #135093) (Thierry
      Moisan)
      (David Malcolm)
    * Implemented --unit-test command line option and unit-testing of
      example files (Geert Stappers)
      (David Malcolm)
    * Added context-menu option to convert an entity reference to a copy
      (David Malcolm)
    * Added new debug plugin (must be enabled with
      --enable-debug-plugin=yes), which adds a debug item to the Tools
      menu to dump the CongEditorArea tree as XML (and open the resulting
      file) (David Malcolm)
    * Initial (disabled) implementation of property pages (David
      Malcolm)

Fixes
    * Huge cleanup of character handling; should compile cleanly on GCC4
      with -Wall
    * Fixes to makefile and to packaging (Nickolay V. Shmyrev)
      (Geert Stappers)
    * Fixes to display specifications(Michèle Garoche)
    * Remove lots of excess debug logging (David Malcolm)
    * Various code cleanups (David Malcolm)
      (Nickolay V. Shmyrev)
      (Marcus Meissner)
    * Fixes for cursor handling during source-code cleanup (Nickolay V.
      Shmyrev)

diffstat:

 editors/conglomerate/Makefile |  5 ++---
 editors/conglomerate/PLIST    |  4 +++-
 editors/conglomerate/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r 4a5abd14628e -r 3f8036f97aaa editors/conglomerate/Makefile
--- a/editors/conglomerate/Makefile     Tue May 30 19:26:42 2006 +0000
+++ b/editors/conglomerate/Makefile     Tue May 30 19:40:08 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2006/04/17 13:46:21 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2006/05/30 19:40:08 joerg Exp $
 #
 
-DISTNAME=      conglomerate-0.9.0
-PKGREVISION=   6
+DISTNAME=      conglomerate-0.9.1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
 
diff -r 4a5abd14628e -r 3f8036f97aaa editors/conglomerate/PLIST
--- a/editors/conglomerate/PLIST        Tue May 30 19:26:42 2006 +0000
+++ b/editors/conglomerate/PLIST        Tue May 30 19:40:08 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/05/30 19:40:08 joerg Exp $
 bin/conglomerate
 share/application-registry/conglomerate.applications
 share/applications/conglomerate.desktop
@@ -245,10 +245,12 @@
 share/locale/pt/LC_MESSAGES/conglomerate.mo
 share/locale/pt_BR/LC_MESSAGES/conglomerate.mo
 share/locale/ru/LC_MESSAGES/conglomerate.mo
+share/locale/rw/LC_MESSAGES/conglomerate.mo
 share/locale/sq/LC_MESSAGES/conglomerate.mo
 share/locale/sr/LC_MESSAGES/conglomerate.mo
 share/locale/sr@Latn/LC_MESSAGES/conglomerate.mo
 share/locale/sv/LC_MESSAGES/conglomerate.mo
+share/locale/uk/LC_MESSAGES/conglomerate.mo
 share/locale/zh_CN/LC_MESSAGES/conglomerate.mo
 share/mime-info/conglomerate.keys
 share/mime-info/conglomerate.mime
diff -r 4a5abd14628e -r 3f8036f97aaa editors/conglomerate/distinfo
--- a/editors/conglomerate/distinfo     Tue May 30 19:26:42 2006 +0000
+++ b/editors/conglomerate/distinfo     Tue May 30 19:40:08 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 17:15:10 agc Exp $
+$NetBSD: distinfo,v 1.9 2006/05/30 19:40:08 joerg Exp $
 
-SHA1 (conglomerate-0.9.0.tar.gz) = eb19cf6cf0823920f746abc1deae582b4eeeaa88
-RMD160 (conglomerate-0.9.0.tar.gz) = 7d581e7d1a663140624dcc79dd3f24c1c326d29d
-Size (conglomerate-0.9.0.tar.gz) = 2750760 bytes
+SHA1 (conglomerate-0.9.1.tar.gz) = 26174924865f095452c59b595f99a31737c9ece5
+RMD160 (conglomerate-0.9.1.tar.gz) = 255f80da8efd672f5ad7ac97d3f1bd6e640c254e
+Size (conglomerate-0.9.1.tar.gz) = 3291367 bytes
 SHA1 (patch-aa) = 49275d1a9f81638e8eb945ff7c9732fc01bf0a08



Home | Main Index | Thread Index | Old Index