Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 5B99463BB81 for ; Mon, 11 Aug 2008 12:28:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0A35263B1B1; Mon, 11 Aug 2008 12:28:02 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 49F2F63B116 for ; Mon, 11 Aug 2008 12:28:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3525F175D0; Mon, 11 Aug 2008 12:28:01 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/p5-Devel-PPPort To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20080811122801.3525F175D0@cvs.netbsd.org> Date: Mon, 11 Aug 2008 12:28:01 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Mon Aug 11 12:28:01 UTC 2008 Update of /cvsroot/pkgsrc/devel/p5-Devel-PPPort In directory ivanova.netbsd.org:/tmp/cvs-serv16335 Log Message: Import devel/p5-Devel-PPPort version 3.14. ("Perl/Pollution/Portability") Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C namespace environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit. Devel::PPPort contains a single function, called WriteFile. Its only purpose is to write the ppport.h C header file. This file contains a series of macros and, if explicitly requested, functions that allow XS modules to be built using older versions of Perl. Currently, Perl versions from 5.003 to 5.10.0 are supported. This module is used by h2xs to write the file ppport.h. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/p5-Devel-PPPort/Makefile N pkgsrc/devel/p5-Devel-PPPort/DESCR N pkgsrc/devel/p5-Devel-PPPort/distinfo No conflicts created by this import