Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A03F5CD5E4 for ; Fri, 12 Sep 2014 09:02:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DE22A14A1EB; Fri, 12 Sep 2014 09:02:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6819D14A1E4 for ; Fri, 12 Sep 2014 09:02:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SnHnfwksetOU for ; Fri, 12 Sep 2014 09:02:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8EF8114A1E3 for ; Fri, 12 Sep 2014 09:02:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7F6C998; Fri, 12 Sep 2014 09:02:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 12 Sep 2014 09:02:33 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Pod-Markdown To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140912090233.7F6C998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Sep 12 09:02:33 UTC 2014 Modified Files: pkgsrc/textproc/p5-Pod-Markdown: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Pod-Markdown/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-Pod-Markdown/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.