pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/devtodo Updated devtodo to 0.1.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed452a00c182
branches:  trunk
changeset: 536040:ed452a00c182
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 16:52:09 2007 +0000

description:
Updated devtodo to 0.1.20.

0.1.20
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
  hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
  version of glibc that instigated the inclusion of it is now out of
  circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
- --not-done now marks sub-tasks as not done. Thanks to an anonymous
  user for picking this up.

0.1.19
- Updated my E-Mail address after about a year of having the wrong one :)
- Removed informational message at top of .todo files as it was rather useless
  and actually annoying to some people placing their .todo files under version
  control systems.
- Added a XSLT -> XHTML+CSS transform from Francesco Poli.
- Added a bash completion script from the Gentoo projects maintainer Aaron
  Walker.
- Fixed seg fault visible on 64-bit systems but present on all. Thanks to the
  Debian project for notifying me and providing a fix.

diffstat:

 time/devtodo/Makefile |  4 ++--
 time/devtodo/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r e4e59edf33be -r ed452a00c182 time/devtodo/Makefile
--- a/time/devtodo/Makefile     Sat Dec 01 16:46:07 2007 +0000
+++ b/time/devtodo/Makefile     Sat Dec 01 16:52:09 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:52 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2007/12/01 16:52:09 rillig Exp $
 
-DISTNAME=      devtodo-0.1.18
+DISTNAME=      devtodo-0.1.20
 CATEGORIES=    time
 MASTER_SITES=  http://swapoff.org/files/devtodo/
 
diff -r e4e59edf33be -r ed452a00c182 time/devtodo/distinfo
--- a/time/devtodo/distinfo     Sat Dec 01 16:46:07 2007 +0000
+++ b/time/devtodo/distinfo     Sat Dec 01 16:52:09 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2005/06/01 02:40:43 snj Exp $
+$NetBSD: distinfo,v 1.10 2007/12/01 16:52:09 rillig Exp $
 
-SHA1 (devtodo-0.1.18.tar.gz) = 2ce713ed9bf9b6f17de9faa15566bd12cc273eb5
-RMD160 (devtodo-0.1.18.tar.gz) = c6ba5829f4c8b41d77c582fe1f0350174a164b65
-Size (devtodo-0.1.18.tar.gz) = 432858 bytes
+SHA1 (devtodo-0.1.20.tar.gz) = 003067a12139d712dbb3706069e0950a93ecaaf4
+RMD160 (devtodo-0.1.20.tar.gz) = 389201318faa5ff6d302bd5f8c8f8b094664b45c
+Size (devtodo-0.1.20.tar.gz) = 390935 bytes
 SHA1 (patch-aa) = 3a3d0acf6bd102e73fe6f280f4d62d950ce66183
 SHA1 (patch-ab) = 32844dec69a473020103c9fd3425c60042dadf35
 SHA1 (patch-ae) = 5f5ffb9571e73656eecdd3cb6cf72e26c193847e



Home | Main Index | Thread Index | Old Index