head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.3.0.6 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.4 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.0.14 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.12 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.10 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.8 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.6 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.4 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.2; locks; strict; comment @# @; 1.4 date 2010.08.04.22.29.21; author seb; state dead; branches; next 1.3; 1.3 date 2009.11.11.06.34.29; author seb; state Exp; branches; next 1.2; 1.2 date 2009.09.12.19.57.27; author sno; state Exp; branches; next 1.1; 1.1 date 2008.06.01.04.22.55; author schmonz; state Exp; branches; next ; desc @@ 1.4 log @Update p5-Text-Markdown from version 1.0.30 to version 1.0.31 (upstream version 1.000031) Upstream changes: 1.0.31 2010-03-20T23:06:04 - Fix installation of the Markdown.pl script. @ text @$NetBSD: patch-aa,v 1.3 2009/11/11 06:34:29 seb Exp $ --- Makefile.PL.orig 2009-10-28 15:20:58.000000000 +0000 +++ Makefile.PL @@@@ -33,6 +33,6 @@@@ check_conflicts( ); # Scripts I install -prompt_script('script/Markdown.pl'); +#prompt_script('script/Markdown.pl'); WriteAll; @ 1.3 log @Update p5-Text-Markdown from version 1.0.25 to version 1.0.29 (upstream version 1.000029) Pkgsrc changes: - Adjust dependencies. - Don't override Module::Install as extensions are bundled by upstream Upstream changes: 1.0.29 2009-10-28T15:19:26 - Note Test::Differences is needed for tests to run (RT#50918) - Change build_requires to test_requires in Makefile.PL where appropriate. 1.0.28 2009-10-27T14:28:12 - Fix MANIFEST.skip to avoid extraneous crap in the distribution. 1.0.27 2009-10-25T19:13:47 - Change to perl style version numbers (from 3 part versions) to avoid depndency confusion with Text::MultiMarkdown 1.0.26 2009-10-04T00:37:00 - Minor POD changes (typos, wrapping) - Added note about and test for output always ending in exactly one newline (dandv) - Fix RT#48943 + tests (genehack) - Support for optionally interpreting markdown in HTML block elements using the markdown="1" attribute (GitHub issue #1; dandv) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updating textproc/p5-Text-Markdown from 1.0.24 to 1.0.25 pkgsrc changes: - Correcting dependencies (were build dependencies) - Define license Upstream changes: 1.0.25 2009-08-25T09:31:30 - Remove MultiMarkdown from the Text::Markdown distribution - Change repository and bugtracker metadata to github. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2008/06/01 04:22:55 schmonz Exp $ d3 4 a6 4 --- Makefile.PL.orig 2009-08-25 08:31:09.000000000 +0000 +++ Makefile.PL 2009-09-12 19:53:37.000000000 +0000 @@@@ -22,6 +22,6 @@@@ build_requires 'FindBin' => undef; @ 1.1 log @Update to 1.0.19. From the changelog: - Clean up local stuff for settings. - Do a little cleanup of intialisation (more needed) - Remove copy pasted regexes from Text::MultiMarkdown - Fix bug with line breaks in links - http://bugs.debian.org/459885, thanks to patches and test input / output provided by Adeodato Simó. (See t/37anchormultilinebugs.t) - Incorperated MDTest1.1's tests, and made most of the Text-Markdown and Text-MultiMarkdown tests in MDTest format. - Add and document an accessor for the parsed markdown URLs. - Fix html4tags option in Markdown.pl and MultiMarkdown.pl - Remove auto_install from Makefile.PL, this is a deprecated feature and it shouldn't be being used at all. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- Makefile.PL.orig 2008-04-22 13:34:10.000000000 -0400 +++ Makefile.PL @@@@ -19,7 +19,7 @@@@ build_requires 'File::Slurp' => und a9 1 -prompt_script('script/MultiMarkdown.pl'); a10 1 +#prompt_script('script/MultiMarkdown.pl'); @