pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Commandable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 18:04:35 UTC 2023

Added Files:
        pkgsrc/devel/p5-Commandable: DESCR Makefile distinfo

Log Message:
devel/p5-Commandable: import p5-Commandable-0.09

This distribution contains a collection of utilities extracted from
various commandline-based programs, in the hope of trying to find
a standard base to build these from in future.

Note that "commandline" does not necessarily mean "plain-text
running in a terminal"; simply that the mode of operation is that
the user types a textual representation of some action, and the
program parses this text in order to perform it. This could equally
apply to a command input text area in a GUI program.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Commandable/DESCR \
    pkgsrc/devel/p5-Commandable/Makefile pkgsrc/devel/p5-Commandable/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-Commandable/DESCR
diff -u /dev/null pkgsrc/devel/p5-Commandable/DESCR:1.1
--- /dev/null   Thu Mar 30 18:04:35 2023
+++ pkgsrc/devel/p5-Commandable/DESCR   Thu Mar 30 18:04:35 2023
@@ -0,0 +1,9 @@
+This distribution contains a collection of utilities extracted from
+various commandline-based programs, in the hope of trying to find
+a standard base to build these from in future.
+
+Note that "commandline" does not necessarily mean "plain-text
+running in a terminal"; simply that the mode of operation is that
+the user types a textual representation of some action, and the
+program parses this text in order to perform it. This could equally
+apply to a command input text area in a GUI program.
Index: pkgsrc/devel/p5-Commandable/Makefile
diff -u /dev/null pkgsrc/devel/p5-Commandable/Makefile:1.1
--- /dev/null   Thu Mar 30 18:04:35 2023
+++ pkgsrc/devel/p5-Commandable/Makefile        Thu Mar 30 18:04:35 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/03/30 18:04:35 wiz Exp $
+
+DISTNAME=      Commandable-0.09
+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/Commandable
+COMMENT=       Perl module for utilities for commandline-based programs
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+
+PERL5_PACKLIST=                auto/Commandable/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Commandable/distinfo
diff -u /dev/null pkgsrc/devel/p5-Commandable/distinfo:1.1
--- /dev/null   Thu Mar 30 18:04:35 2023
+++ pkgsrc/devel/p5-Commandable/distinfo        Thu Mar 30 18:04:35 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/30 18:04:35 wiz Exp $
+
+BLAKE2s (Commandable-0.09.tar.gz) = 8700648158b5f412d695292715174967a809fd2683d4319eef56651e398e21c1
+SHA512 (Commandable-0.09.tar.gz) = 1bd74ae2de32e772f73d1883543309d3d3150b0aa214a4651758fe4c485c82c775292ba63f1e91841d9a0681d65a55a0fc0f8bf0e52dc4ce769105141fa2c9e5
+Size (Commandable-0.09.tar.gz) = 26990 bytes



Home | Main Index | Thread Index | Old Index