pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   scole
Date:           Sun Nov 16 02:56:10 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/p5-App-find2perl: DESCR Makefile distinfo

Log Message:
Add p5-App-find2perl 1.005

find2perl is a little translator to convert find command lines to equivalent Perl code. The resulting code is typically faster than running find itself.


To generate a diff of this commit:
cvs rdiff -u -r1.4545 -r1.4546 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-App-find2perl/DESCR \
    pkgsrc/devel/p5-App-find2perl/Makefile \
    pkgsrc/devel/p5-App-find2perl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4545 pkgsrc/devel/Makefile:1.4546
--- pkgsrc/devel/Makefile:1.4545        Sun Nov 16 02:43:53 2025
+++ pkgsrc/devel/Makefile       Sun Nov 16 02:56:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4545 2025/11/16 02:43:53 scole Exp $
+# $NetBSD: Makefile,v 1.4546 2025/11/16 02:56:10 scole Exp $
 #
 
 COMMENT=       Development utilities
@@ -1422,6 +1422,7 @@ SUBDIR+=  p5-App-Prove-Plugin-ProgressBar
 SUBDIR+=       p5-App-a2p
 SUBDIR+=       p5-App-cpanminus
 SUBDIR+=       p5-App-cpanoutdated
+SUBDIR+=       p5-App-find2perl
 SUBDIR+=       p5-App-perlbrew
 SUBDIR+=       p5-AppConfig
 SUBDIR+=       p5-AppConfig-Std

Added files:

Index: pkgsrc/devel/p5-App-find2perl/DESCR
diff -u /dev/null pkgsrc/devel/p5-App-find2perl/DESCR:1.1
--- /dev/null   Sun Nov 16 02:56:10 2025
+++ pkgsrc/devel/p5-App-find2perl/DESCR Sun Nov 16 02:56:10 2025
@@ -0,0 +1,3 @@
+find2perl is a little translator to convert find command lines to
+equivalent Perl code. The resulting code is typically faster than
+running find itself.
Index: pkgsrc/devel/p5-App-find2perl/Makefile
diff -u /dev/null pkgsrc/devel/p5-App-find2perl/Makefile:1.1
--- /dev/null   Sun Nov 16 02:56:10 2025
+++ pkgsrc/devel/p5-App-find2perl/Makefile      Sun Nov 16 02:56:10 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/11/16 02:56:10 scole Exp $
+
+DISTNAME=      App-find2perl-1.005
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/App::find2perl
+COMMENT=       Translate find command lines to Perl code
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/App/find2perl/.packlist
+USE_LANGUAGES= # none
+
+TEST_DEPENDS+= p5-Devel-FindPerl-[0-9]*:../../devel/p5-Devel-FindPerl
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-App-find2perl/distinfo
diff -u /dev/null pkgsrc/devel/p5-App-find2perl/distinfo:1.1
--- /dev/null   Sun Nov 16 02:56:10 2025
+++ pkgsrc/devel/p5-App-find2perl/distinfo      Sun Nov 16 02:56:10 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/16 02:56:10 scole Exp $
+
+BLAKE2s (App-find2perl-1.005.tar.gz) = 55abdf5050d2b052a14ebafbe110e0feb601112f3883ef48ffdb462ef2c93a36
+SHA512 (App-find2perl-1.005.tar.gz) = 5bd08eb3431a423b1eaf3bb79e11c3650c8212b8f222e16fbc613bbef86cd843d0ff1afb36b3513bb608e769bfe2966fc9325fa1b2c39c3594257d74c66d5255
+Size (App-find2perl-1.005.tar.gz) = 21365 bytes



Home | Main Index | Thread Index | Old Index