pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Markdown Update to 2.002



details:   https://anonhg.NetBSD.org/pkgsrc/rev/984f467ee0e3
branches:  trunk
changeset: 639394:984f467ee0e3
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Sep 12 09:02:33 2014 +0000

description:
Update to 2.002

Upstream changes:
2.002     2014-07-05T15:20:40Z

  - Docs: Add example of command line usage to Synopsis.
    Thanks, Cindy Wang!

2.001     2014-04-20T02:40:11Z

  - Use double-asterisk instead of double-underscore for bold Markdown.
    This allows bold and italic to be nested without confusing parsers.
    Thanks to Mike Covington for the great pull request (gh-9)!

2.000     2014-02-01T14:38:27Z

  - Releasing previous (1.99[01]) as stable
    (now uses Pod::Simple instead of Pod::Parser).
    See below for changes.

1.991-TRIAL 2014-01-03T04:07:49Z

  [Test Fixes]
  - Ignore worthless testing of empty links that fail with Pod::Simple 3.16.

1.990-TRIAL 2014-01-02T14:13:40Z

  [Enhancements]
  - Change backend from Pod::Parser to Pod::Simple.
    Previous documented API has been ported
    however the Pod::Simple API should be preferred for new code.
  - Improve escaping of markdown characters.
  - Accept for/begin 'markdown' and 'html' regions by default.
  - Represent over/back regions without items as blockquotes.

  [Backward Incompatible Changes]
  - E<> codes used to produce equivalent html entities (&foo;).
    These now simply print the corresponding unicode character as utf-8.
    If you desire alternate behavior please report a bug.
  - Tabs are now expanded.

diffstat:

 textproc/p5-Pod-Markdown/Makefile |  5 ++---
 textproc/p5-Pod-Markdown/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r fb46b3418492 -r 984f467ee0e3 textproc/p5-Pod-Markdown/Makefile
--- a/textproc/p5-Pod-Markdown/Makefile Fri Sep 12 08:50:56 2014 +0000
+++ b/textproc/p5-Pod-Markdown/Makefile Fri Sep 12 09:02:33 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2014/05/29 23:37:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/09/12 09:02:33 wen Exp $
 #
 
-DISTNAME=      Pod-Markdown-1.500
+DISTNAME=      Pod-Markdown-2.002
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
diff -r fb46b3418492 -r 984f467ee0e3 textproc/p5-Pod-Markdown/distinfo
--- a/textproc/p5-Pod-Markdown/distinfo Fri Sep 12 08:50:56 2014 +0000
+++ b/textproc/p5-Pod-Markdown/distinfo Fri Sep 12 09:02:33 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2013/11/24 04:23:01 wen Exp $
+$NetBSD: distinfo,v 1.3 2014/09/12 09:02:33 wen Exp $
 
-SHA1 (Pod-Markdown-1.500.tar.gz) = bc676969ecf1482217c9bdb6b5bb5bc9d92c8fc6
-RMD160 (Pod-Markdown-1.500.tar.gz) = ef3e485a17a590e336294390c000ad19c70d5ce2
-Size (Pod-Markdown-1.500.tar.gz) = 35721 bytes
+SHA1 (Pod-Markdown-2.002.tar.gz) = 684c0f5eece34d7e0300a6d92bc698633d000803
+RMD160 (Pod-Markdown-2.002.tar.gz) = c2318b1e555bee540b43d86c25bc727b0b67b443
+Size (Pod-Markdown-2.002.tar.gz) = 43053 bytes



Home | Main Index | Thread Index | Old Index