pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Module-Compile
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 27 21:21:09 UTC 2017
Added Files:
pkgsrc/devel/p5-Module-Compile: DESCR Makefile distinfo
Log Message:
devel/p5-Module-Compile: import p5-Module-Compile-0.35
This module provides a system for writing modules that compile other
Perl modules.
Modules that use these compilation modules get compiled into some
altered form the first time they are run. The result is cached into
.pmc files.
Perl has native support for .pmc files. It always checks for them,
before loading a .pm file.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Module-Compile/DESCR \
pkgsrc/devel/p5-Module-Compile/Makefile \
pkgsrc/devel/p5-Module-Compile/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Module-Compile/DESCR
diff -u /dev/null pkgsrc/devel/p5-Module-Compile/DESCR:1.1
--- /dev/null Wed Sep 27 21:21:09 2017
+++ pkgsrc/devel/p5-Module-Compile/DESCR Wed Sep 27 21:21:09 2017
@@ -0,0 +1,9 @@
+This module provides a system for writing modules that compile other
+Perl modules.
+
+Modules that use these compilation modules get compiled into some
+altered form the first time they are run. The result is cached into
+.pmc files.
+
+Perl has native support for .pmc files. It always checks for them,
+before loading a .pm file.
Index: pkgsrc/devel/p5-Module-Compile/Makefile
diff -u /dev/null pkgsrc/devel/p5-Module-Compile/Makefile:1.1
--- /dev/null Wed Sep 27 21:21:09 2017
+++ pkgsrc/devel/p5-Module-Compile/Makefile Wed Sep 27 21:21:09 2017
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/27 21:21:09 wiz Exp $
+
+DISTNAME= Module-Compile-0.35
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Module-Compile
+COMMENT= Perl Module Compilation
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+
+#PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Module/Compile/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Module-Compile/distinfo
diff -u /dev/null pkgsrc/devel/p5-Module-Compile/distinfo:1.1
--- /dev/null Wed Sep 27 21:21:09 2017
+++ pkgsrc/devel/p5-Module-Compile/distinfo Wed Sep 27 21:21:09 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/27 21:21:09 wiz Exp $
+
+SHA1 (Module-Compile-0.35.tar.gz) = 89dd0be4897863f392cbe9bf7cf3de97e4270be6
+RMD160 (Module-Compile-0.35.tar.gz) = 4e5713ae7718f33de5cf6dfdea299f3731639d90
+SHA512 (Module-Compile-0.35.tar.gz) = 4115277ffb0da033c6c7fea6480c7245c8b5eb151378081fefaef35761b92a4218d56e8e1e9a4892ce78a379592336badefa2de56062d9e5b7024cdc35d3e46b
+Size (Module-Compile-0.35.tar.gz) = 34716 bytes
Home |
Main Index |
Thread Index |
Old Index