Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CBC6F63BCA1 for ; Sun, 12 Sep 2010 12:39:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 70B1E63B101; Sun, 12 Sep 2010 12:39:34 +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 9221863B100 for ; Sun, 12 Sep 2010 12:39:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6AD85175DD; Sun, 12 Sep 2010 12:39:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 12 Sep 2010 12:39:33 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/textproc/p5-Text-MicroTemplate To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100912123933.6AD85175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sun Sep 12 12:39:33 UTC 2010 Modified Files: pkgsrc/textproc/p5-Text-MicroTemplate: Makefile distinfo Log Message: Update to 0.18: 0.18 - added accessor: Text::MicroTemplate::File->include_path 0.17 - detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix) 0.16 - treat filenames starting with "/" as absolute paths - support lines like "? =pod" - fix documentation issues 0.15 - [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-Text-MicroTemplate/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/p5-Text-MicroTemplate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.