pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Date-Range



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 29 10:20:28 UTC 2023

Added Files:
        pkgsrc/time/p5-Date-Range: DESCR Makefile distinfo

Log Message:
time/p5-Date-Range: import p5-Date-Range-1.41

Packaged for wip by Roman Kulik and Hiramatsu Yoshifumi.

Quite often, when dealing with dates, we don't just want to know
information about one particular date, but about a range of dates.
For example, we may wish to know whether a given date is in a particular
range, or what the overlap is between one range and another. This module
lets you ask such questions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-Date-Range/DESCR \
    pkgsrc/time/p5-Date-Range/Makefile pkgsrc/time/p5-Date-Range/distinfo

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

Added files:

Index: pkgsrc/time/p5-Date-Range/DESCR
diff -u /dev/null pkgsrc/time/p5-Date-Range/DESCR:1.1
--- /dev/null   Sun Jan 29 10:20:28 2023
+++ pkgsrc/time/p5-Date-Range/DESCR     Sun Jan 29 10:20:28 2023
@@ -0,0 +1,5 @@
+Quite often, when dealing with dates, we don't just want to know
+information about one particular date, but about a range of dates.
+For example, we may wish to know whether a given date is in a particular
+range, or what the overlap is between one range and another. This module
+lets you ask such questions.
Index: pkgsrc/time/p5-Date-Range/Makefile
diff -u /dev/null pkgsrc/time/p5-Date-Range/Makefile:1.1
--- /dev/null   Sun Jan 29 10:20:28 2023
+++ pkgsrc/time/p5-Date-Range/Makefile  Sun Jan 29 10:20:28 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/01/29 10:20:28 wiz Exp $
+
+DISTNAME=      Date-Range-1.41
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER=    kuli0020%umn.edu@localhost
+HOMEPAGE=      https://metacpan.org/release/Date-Range
+COMMENT=       Date::Range - deal with a range of dates
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=              p5-Date-Simple>=0.03:../../devel/p5-Date-Simple
+
+USE_LANGUAGES= # empty
+
+PERL5_PACKLIST=        auto/Date/Range/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/p5-Date-Range/distinfo
diff -u /dev/null pkgsrc/time/p5-Date-Range/distinfo:1.1
--- /dev/null   Sun Jan 29 10:20:28 2023
+++ pkgsrc/time/p5-Date-Range/distinfo  Sun Jan 29 10:20:28 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/29 10:20:28 wiz Exp $
+
+BLAKE2s (Date-Range-1.41.tar.gz) = 8d1292fb9c3d9256c04affba938b884c6ff2611b7206cf216dd0b1bd9af405a7
+SHA512 (Date-Range-1.41.tar.gz) = 452672d6050805c0a5743d49e278925df8d2d44b3f2ffc5c69dc6520ae4cbf54847baa905a35290375bb200bf3c74a2a862c54bcd57ee9ef0f513e3ccdc07f93
+Size (Date-Range-1.41.tar.gz) = 4779 bytes



Home | Main Index | Thread Index | Old Index