pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Feature-Compat-Try
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 30 17:59:21 UTC 2023
Added Files:
pkgsrc/devel/p5-Feature-Compat-Try: DESCR Makefile distinfo
Log Message:
devel/p5-Feature-Compat-Try: import p5-Feature-Compat-Try-0.05
his module makes syntax support for try/catch control flow easily
available.
Perl added such syntax at version 5.34.0, and extended it to support
optional finally blocks at 5.35.9, which is enabled by
use feature 'try';
On that version of perl or later, this module simply enables the
core feature equivalent to using it directly. On such perls, this
module will install with no non-core dependencies, and requires no
C compiler.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Feature-Compat-Try/DESCR \
pkgsrc/devel/p5-Feature-Compat-Try/Makefile \
pkgsrc/devel/p5-Feature-Compat-Try/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-Feature-Compat-Try/DESCR
diff -u /dev/null pkgsrc/devel/p5-Feature-Compat-Try/DESCR:1.1
--- /dev/null Thu Mar 30 17:59:21 2023
+++ pkgsrc/devel/p5-Feature-Compat-Try/DESCR Thu Mar 30 17:59:21 2023
@@ -0,0 +1,12 @@
+his module makes syntax support for try/catch control flow easily
+available.
+
+Perl added such syntax at version 5.34.0, and extended it to support
+optional finally blocks at 5.35.9, which is enabled by
+
+ use feature 'try';
+
+On that version of perl or later, this module simply enables the
+core feature equivalent to using it directly. On such perls, this
+module will install with no non-core dependencies, and requires no
+C compiler.
Index: pkgsrc/devel/p5-Feature-Compat-Try/Makefile
diff -u /dev/null pkgsrc/devel/p5-Feature-Compat-Try/Makefile:1.1
--- /dev/null Thu Mar 30 17:59:21 2023
+++ pkgsrc/devel/p5-Feature-Compat-Try/Makefile Thu Mar 30 17:59:21 2023
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 17:59:21 wiz Exp $
+
+DISTNAME= Feature-Compat-Try-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Feature::Compat::Try
+COMMENT= Perl module to make try/catch syntax available
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Feature/Compat/Try/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Feature-Compat-Try/distinfo
diff -u /dev/null pkgsrc/devel/p5-Feature-Compat-Try/distinfo:1.1
--- /dev/null Thu Mar 30 17:59:21 2023
+++ pkgsrc/devel/p5-Feature-Compat-Try/distinfo Thu Mar 30 17:59:21 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 17:59:21 wiz Exp $
+
+BLAKE2s (Feature-Compat-Try-0.05.tar.gz) = 89966420a8d5b2447afa057fa3cbd093c72dc513cb0305a20903f9e272072ff4
+SHA512 (Feature-Compat-Try-0.05.tar.gz) = bf2c87bc29509e902ea4e27a22162efc58e93452a06483a19e17b70ee6db3e2407494209708dc84f2ef9080a91c374870de100cc42038683a4ae7891b07ab683
+Size (Feature-Compat-Try-0.05.tar.gz) = 17364 bytes
Home |
Main Index |
Thread Index |
Old Index