diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-19 22:44:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-19 22:44:11 +0000 |
commit | 697ecdcac88b200f4559e0c5823696da35ed2582 (patch) | |
tree | 3cd90346ebae105c8d890a7bcaf4afd2a1bda2b1 | |
parent | 33fc1831c165bd09c2ee6613da6e9858aa82e799 (diff) | |
download | pkgsrc-697ecdcac88b200f4559e0c5823696da35ed2582.tar.gz |
Update to 0.78:
0.78
Thu Mar 30 06:13:42 UTC 2006 ($Rev: 14494 $, $Author: chromatic $)
- fixed merge_blocks() bug reported by Richard Harman
- moved developer tests to t/developer and skipped them for everyone else
- updated copyright notices
0.77
Sat Oct 29 02:54:02 UTC 2005 (Rev: 9337, Author: chromatic)
- removed MANIFEST.SKIP (hopefully fixing Test::Signature errors)
0.76
Mon Jul 25 05:58:24 UTC 2005 (Rev: 6518, Author: chromatic)
- bumped up version number
- added documentation to Text::WikiFormat::Blocks
- checked in t/pod.t
Thu Jul 14 06:45:57 UTC 2005 (Rev: 6309, Author: chromatic)
- fixed CAMELCASE linking bug reported by punkish on Perl Monks
- fixed inadvertent $title reuse in find_link_title()
Wed Jul 13 03:16:14 UTC 2005 (Rev: 6249, Author: chromatic)
- fixed a bug in list detection (find paragraphs correctly)
- removed unnecessary .t files in top-level directory (not distributed)
- removed unused functions:
- get_block()
- get_indentation()
- find_list()
- end_list()
- end_all_lists()
- added POD and POD coverage tests
- added stub documentation to Text::WikiFormat::Blocks
- modified tests to work better with Devel::Cover
0.75
Sat Jul 2 19:48:00 UTC 2005 (Rev: 5727, Author: chromatic)
- support absolute_links (Alex Vandiver and Best Practical)
- edited documentation to use better English
- added tests for a few undertested functions (t/subs.t)
- signed distribution
- added passthrough Makefile
- bumped up copyright year
Sun Apr 17 05:10:19 UTC 2005 (Rev: 5727, Author: chromatic)
- added t/embedded-links.t from Art Henry
- allowed nested embedded links (MediaWiki support)
Sun Nov 28 23:58:18 UTC 2004 (Rev: 16, Author: chromatic)
- re-set properties on Changes
- bumped up version number (also stringify it)
- added Text::WikiFormat::Blocks to MANIFEST (oops)
Sun Nov 28 23:38:20 UTC 2004 (Rev: 15, chromatic)
- added more nesting tests (Teun van Eijsden)
- fix multiple levels of nesting (Teun van Eijsden)
Sun Nov 28 08:39:37 UTC 2004 (Rev: 14, chromatic)
- moved blocks into their own classes
- added Text::WikiFormat::Blocks
- fixed up failing tests from that fallout
- simplified lots of Text::WikiFormat internals
Sat Nov 27 16:44:38 UTC 2004
- mark build_requires in Build.PL
- use Scalar::Util::reftype() for checking ref
- added missing t/links.t test (don't know where it came from)
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index ac78dc0688c..784a0e7de7e 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/07/19 22:44:11 wiz Exp $ # -DISTNAME= Text-WikiFormat-0.72 +DISTNAME= Text-WikiFormat-0.78 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index e943942e7b4..a66ff5d6e42 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/07/19 22:44:11 wiz Exp $ -SHA1 (Text-WikiFormat-0.72.tar.gz) = 9158b9dd41366cb7335b7e9cf168cd56a11d0a95 -RMD160 (Text-WikiFormat-0.72.tar.gz) = 2a6e0e228fdd94181ee3ab3b9a79ce02646dae23 -Size (Text-WikiFormat-0.72.tar.gz) = 24693 bytes +SHA1 (Text-WikiFormat-0.78.tar.gz) = 4946250d729aa2b74b61704d1465720036c36d04 +RMD160 (Text-WikiFormat-0.78.tar.gz) = 6580739c948469a957b5f7ae0ad56242604f95fc +Size (Text-WikiFormat-0.78.tar.gz) = 30580 bytes |