pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update semi to 1.14.6. Patch from Miles Nordin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ad1f7ea24d
branches:  trunk
changeset: 480472:90ad1f7ea24d
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Fri Sep 10 17:10:24 2004 +0000

description:
Update semi to 1.14.6.  Patch from Miles Nordin.

Non-bug fix changes:

        * pgg-gpg.el (pgg-gpg-process-region): Set environment variable
        LANGUAGE as well.  GNU gettext gives precedence to LANGUAGE over
        LC_ALL, when different language code is specified.  Thanks to
        Tatsuya Kinoshita <tats%vega.ocn.ne.jp@localhost>.
        [cf. <emacs-mime-ja:1599>]
        * pgg-gpg.el (pgg-gpg-messages-locale): New user option.
        (pgg-gpg-process-region): Set environment variable LC_ALL when
        pgg-gpg-messages-locale is specified.
        * pgg-def.el (pgg-messages-locale): New user option.
        (mime-add-application/pgp-keys): Ditto.
        * mime-play.el (mime-play-delete-file-immediately): New user option.
        (mime-mailcap-method-sentinel): Use it.
        (mime-mailcap-delete-played-files): New function; set up for
        `kill-emacs-hook'.
        * mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
        * mime-edit.el (mime-edit-user-agent-value): Add a setting for
        XEmacs CHISE.
        * semi-def.el (mime-should-use-popup-menu): New function.
        (mime-select-menu-alist): Renamed from select-menu-alist, change
        its behavior according to mime-should-use-popup-menu.
        * mime-view.el (mime-save-situation-examples): Bind print-length
        and print-level.
        * README.ja: new file, Japanese translation of README.en.
        Spaces between ascii and Japanese characters are added.

diffstat:

 devel/semi/Makefile |  11 +++++------
 devel/semi/distinfo |   6 +++---
 doc/CHANGES         |   3 ++-
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r 33a273f5ddce -r 90ad1f7ea24d devel/semi/Makefile
--- a/devel/semi/Makefile       Fri Sep 10 16:33:57 2004 +0000
+++ b/devel/semi/Makefile       Fri Sep 10 17:10:24 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2003/09/04 13:49:41 minoura Exp $
+# $NetBSD: Makefile,v 1.12 2004/09/10 17:10:24 uebayasi Exp $
 
-DISTNAME=      semi-1.14.5
-PKGREVISION=   2
+DISTNAME=      semi-1.14.6
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.m17n.org/pub/mule/semi/semi-1.14-for-flim-1.14/
 
@@ -9,9 +8,9 @@
 HOMEPAGE=      http://www.m17n.org/SEMI/
 COMMENT=       Emacs lisp library to provide MIME feature
 
-DEPENDS+=      apel>=10.3:../../devel/apel
-DEPENDS+=      flim>=1.6:../../devel/flim
-BUILD_DEPENDS+=        ${PKGNAME_PREFIX}w3-*:../../www/w3
+DEPENDS+=      ${PKGNAME_PREFIX}apel>=10.3:../../devel/apel
+DEPENDS+=      ${PKGNAME_PREFIX}flim>=1.6:../../devel/flim
+#BUILD_DEPENDS+=       ${PKGNAME_PREFIX}w3-*:../../www/w3
 BUILD_DEPENDS+=        ${PKGNAME_PREFIX}bbdb-*:../../misc/bbdb
 BUILD_DEPENDS+=        qkc-*:../../converters/qkc
 
diff -r 33a273f5ddce -r 90ad1f7ea24d devel/semi/distinfo
--- a/devel/semi/distinfo       Fri Sep 10 16:33:57 2004 +0000
+++ b/devel/semi/distinfo       Fri Sep 10 17:10:24 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2003/04/13 03:55:52 uebayasi Exp $
+$NetBSD: distinfo,v 1.7 2004/09/10 17:10:24 uebayasi Exp $
 
-SHA1 (semi-1.14.5.tar.gz) = 2bc18d006f87ad2279a77d99ef50149f13076a96
-Size (semi-1.14.5.tar.gz) = 137993 bytes
+SHA1 (semi-1.14.6.tar.gz) = a7ed1b391abf837d3483243456936f51910f9894
+Size (semi-1.14.6.tar.gz) = 142549 bytes
 SHA1 (patch-ab) = 3d22b94d7609ff9bdbae20f583185a4b330b34b9
 SHA1 (patch-ac) = c5e7595bafbdc8c85b34d953626d9c4917aad1d6
diff -r 33a273f5ddce -r 90ad1f7ea24d doc/CHANGES
--- a/doc/CHANGES       Fri Sep 10 16:33:57 2004 +0000
+++ b/doc/CHANGES       Fri Sep 10 17:10:24 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7132 2004/09/10 16:33:57 uebayasi Exp $
+$NetBSD: CHANGES,v 1.7133 2004/09/10 17:10:24 uebayasi Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4228,3 +4228,4 @@
        Updated udfclient to 0.3nb1 [reinoud 2004-09-10]
        Removed libg++ [wiz 2004-09-10]
        Updated flim to 1.14.6 [uebayasi 2004-09-10]
+       Updated semi to 1.14.6 [uebayasi 2004-09-10]



Home | Main Index | Thread Index | Old Index