pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/dictem Update dictem to 1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b1d82168d66
branches:  trunk
changeset: 549989:4b1d82168d66
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Nov 12 12:25:27 2008 +0000

description:
Update dictem to 1.0.0.
Based on maintainer update request by PR 39892.

Major changes in 1.0.0:

   - Running dictem-initialize everytime your network/internet is up
     (if case you have no permanent connection to Internet,
     e.g. dial-up, adsl etc.) is a bit annoying. To avoid this dictem
     is (re)initialized (if needed) automatically from
     dictem-select-strategy and dictem-select-database functions.  As
     a result, running dictem-initialize in .emacs becomes unnecessary

   - New function (dictem-reinitialize-err) added

   - Minor fix in dictem-initialize-databases-alist function.  Now it
     returns error data in case of failure, not nil.
     (just like dictem-initialize-strategies-alist)

diffstat:

 textproc/dictem/Makefile |   5 ++---
 textproc/dictem/PLIST    |  12 ++++++------
 textproc/dictem/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (45 lines):

diff -r 4bb2ba5c9a8f -r 4b1d82168d66 textproc/dictem/Makefile
--- a/textproc/dictem/Makefile  Wed Nov 12 12:20:04 2008 +0000
+++ b/textproc/dictem/Makefile  Wed Nov 12 12:25:27 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/10/11 09:31:58 uebayasi Exp $
+# $NetBSD: Makefile,v 1.4 2008/11/12 12:25:27 obache Exp $
 
-DISTNAME=              dictem-0.82
+DISTNAME=              dictem-1.0.0
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-#PKGREVISION=          1
 CATEGORIES=            textproc editors
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=dictem/} \
                         http://www.mova.org/~cheusov/pub/dictem/
diff -r 4bb2ba5c9a8f -r 4b1d82168d66 textproc/dictem/PLIST
--- a/textproc/dictem/PLIST     Wed Nov 12 12:20:04 2008 +0000
+++ b/textproc/dictem/PLIST     Wed Nov 12 12:25:27 2008 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/10 14:53:11 obache Exp $
-share/doc/${PKGBASE}/COPYING
-share/doc/${PKGBASE}/ChangeLog
-share/doc/${PKGBASE}/NEWS
-share/doc/${PKGBASE}/README
+@comment $NetBSD: PLIST,v 1.2 2008/11/12 12:25:27 obache Exp $
+share/doc/dictem/COPYING
+share/doc/dictem/ChangeLog
+share/doc/dictem/NEWS
+share/doc/dictem/README
 ${EMACS_LISPPREFIX}/dictem.el
 ${EMACS_LISPPREFIX}/dictem.elc
-@dirrm share/doc/${PKGBASE}
+@dirrm share/doc/dictem
diff -r 4bb2ba5c9a8f -r 4b1d82168d66 textproc/dictem/distinfo
--- a/textproc/dictem/distinfo  Wed Nov 12 12:20:04 2008 +0000
+++ b/textproc/dictem/distinfo  Wed Nov 12 12:25:27 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/04/05 04:45:22 obache Exp $
+$NetBSD: distinfo,v 1.3 2008/11/12 12:25:27 obache Exp $
 
-SHA1 (dictem-0.82.tar.gz) = 92ff730c85b7059cb7dd97296ac4b9759a67bfb4
-RMD160 (dictem-0.82.tar.gz) = d0f8fd677cb9a162c5b208becc52c909e815d3bc
-Size (dictem-0.82.tar.gz) = 35039 bytes
+SHA1 (dictem-1.0.0.tar.gz) = b2e5950f840922d8b7ec6d915f88cbe41d871138
+RMD160 (dictem-1.0.0.tar.gz) = eb8690fa70de21dfdcfb5d7d39aee694bd644e7d
+Size (dictem-1.0.0.tar.gz) = 34144 bytes



Home | Main Index | Thread Index | Old Index