Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ECADAA61B3 for ; Sun, 24 Nov 2013 04:23:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4851214A4B8; Sun, 24 Nov 2013 04:23:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44C3414A4B7 for ; Sun, 24 Nov 2013 04:23:02 +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 hPbq0rGQsmg4 for ; Sun, 24 Nov 2013 04:23:01 +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 A9C9214A4B3 for ; Sun, 24 Nov 2013 04:23:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9C3E596; Sun, 24 Nov 2013 04:23:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 24 Nov 2013 04:23:01 +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: <20131124042301.9C3E596@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sun Nov 24 04:23:01 UTC 2013 Modified Files: pkgsrc/textproc/p5-Pod-Markdown: Makefile distinfo Log Message: Update to 1.500 Upstream changes: 1.500 2013-11-22T15:05:31Z - Format url fragments (in links to perldoc sections) according to the destination site (perldoc_url_prefix). This makes links to sections work where they probably never did before. They are also customizable. - Use multiple backticks to delimit code spans that contain literal backticks. 1.401 2013-11-06T05:30:55Z - Require Pod::Parser 1.51 for bug fixes. 1.400 2013-11-05T14:18:19Z [Output Changes] - Change perldoc urls to point to metacpan. [Bug Fixes] - Recognize numbered pod items that do not have a period. Thanks to Yasutaka ATARASHI for the pull request (gh-4). - Remove extraneous blank line between verbatim paragraphs. Thanks to Graham Ollis for the pull request (gh-5). - Do not escape markdown characters inside links (or file paths). Thanks to Taiki Kawakami for the pull request (gh-6). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/p5-Pod-Markdown/Makefile \ 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.