697ecdcac8
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)
20 lines
554 B
Makefile
20 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/07/19 22:44:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Text-WikiFormat-0.78
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-WikiFormat/
|
|
COMMENT= Translate Wiki formatted text into other formats
|
|
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Text/WikiFormat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|