pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Parse-Distname



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 30 00:03:35 UTC 2022

Added Files:
        pkgsrc/devel/p5-Parse-Distname: DESCR Makefile distinfo

Log Message:
Initial import Parse::Distname as p5-Parse-Distname-0.05.

Parse::Distname is yet another distribution name parser. It works almost the
same as CPAN::DistnameInfo, but Parse::Distname takes a different approach. It
tries to extract a version part of a distribution and treat the rest as a
distribution name, contrary to CPAN::DistnameInfo which tries to define a name
part and treat the rest as a version.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Parse-Distname/DESCR \
    pkgsrc/devel/p5-Parse-Distname/Makefile \
    pkgsrc/devel/p5-Parse-Distname/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-Parse-Distname/DESCR
diff -u /dev/null pkgsrc/devel/p5-Parse-Distname/DESCR:1.1
--- /dev/null   Sat Apr 30 00:03:35 2022
+++ pkgsrc/devel/p5-Parse-Distname/DESCR        Sat Apr 30 00:03:35 2022
@@ -0,0 +1,5 @@
+Parse::Distname is yet another distribution name parser. It works almost the
+same as CPAN::DistnameInfo, but Parse::Distname takes a different approach. It
+tries to extract a version part of a distribution and treat the rest as a
+distribution name, contrary to CPAN::DistnameInfo which tries to define a name
+part and treat the rest as a version.
Index: pkgsrc/devel/p5-Parse-Distname/Makefile
diff -u /dev/null pkgsrc/devel/p5-Parse-Distname/Makefile:1.1
--- /dev/null   Sat Apr 30 00:03:35 2022
+++ pkgsrc/devel/p5-Parse-Distname/Makefile     Sat Apr 30 00:03:35 2022
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/04/30 00:03:35 wen Exp $
+
+DISTNAME=      Parse-Distname-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IS/ISHIGAKI/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Parse-Distname
+COMMENT=       Parse a distribution name
+LICENSE=       ${PERL5_LICENSE}
+
+BUILD_DEPENDS+=        p5-ExtUtils-MakeMaker-CPANfile>=0.06:../../devel/p5-ExtUtils-MakeMaker-CPANfile
+
+TEST_DEPENDS+= p5-Test-Differences>=0:../../devel/p5-Test-Differences \
+               p5-Test-UseAllModules>=0.17:../../devel/p5-Test-UseAllModules
+
+PERL5_PACKLIST=        auto/Parse/Distname/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Parse-Distname/distinfo
diff -u /dev/null pkgsrc/devel/p5-Parse-Distname/distinfo:1.1
--- /dev/null   Sat Apr 30 00:03:35 2022
+++ pkgsrc/devel/p5-Parse-Distname/distinfo     Sat Apr 30 00:03:35 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/30 00:03:35 wen Exp $
+
+BLAKE2s (Parse-Distname-0.05.tar.gz) = 3854c9dd396d5bb028717cdb2bdb7ea3f96b1fb1185973f82fb24278392b20a6
+SHA512 (Parse-Distname-0.05.tar.gz) = 57896ecf281a321bee0c9ab8b297cb651dae779eb5948ff09bb15e56918049b11902063cf11560ad781f9768f977e0db85a0c59b2e5975cbc5140faf9e5cb498
+Size (Parse-Distname-0.05.tar.gz) = 34192 bytes



Home | Main Index | Thread Index | Old Index