pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/p5-Date-DayOfWeek: import p5-Date-DayOfWeek-1.22
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Tue Jul 28 16:25:21 2026 +0900
Changeset: 6e0f74f7db2dae9b9e7dc64819e9afad9a8485c9
Added Files:
p5-Date-DayOfWeek/DESCR
p5-Date-DayOfWeek/Makefile
p5-Date-DayOfWeek/distinfo
Log Message:
wip/p5-Date-DayOfWeek: import p5-Date-DayOfWeek-1.22
Date-DayOfWeek
There are several modules in this distribution.
Date::Doomsday calculates doomsday for a particular year.
Date::DayOfWeek uses the doomsday algorithm to calculate the day
of the week for any given date.
Date::DayOfWeek::Birthday, Date::DayOfWeek::Sneeze and
Date::DayOfWeek::Nails are three modules illustrating some of the
things that have been believed, at some point in history, as
attributes of the various days of the week.
Doomsday is a cute little idea invented by Dr John Conway that makes it very
easy to figure out the day of the week for any date.
You can find out more about doomsday and related calculations at
http://www.interlog.com/~r937/doomsday.html
This module is distributed under the same terms as Perl itself.
...
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6e0f74f7db2dae9b9e7dc64819e9afad9a8485c9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Date-DayOfWeek/DESCR | 23 +++++++++++++++++++++++
p5-Date-DayOfWeek/Makefile | 19 +++++++++++++++++++
p5-Date-DayOfWeek/distinfo | 5 +++++
3 files changed, 47 insertions(+)
diffs:
diff --git a/p5-Date-DayOfWeek/DESCR b/p5-Date-DayOfWeek/DESCR
new file mode 100644
index 0000000000..0c365cdae7
--- /dev/null
+++ b/p5-Date-DayOfWeek/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README
+
+Date-DayOfWeek
+
+There are several modules in this distribution.
+Date::Doomsday calculates doomsday for a particular year.
+Date::DayOfWeek uses the doomsday algorithm to calculate the day
+of the week for any given date.
+
+Date::DayOfWeek::Birthday, Date::DayOfWeek::Sneeze and
+Date::DayOfWeek::Nails are three modules illustrating some of the
+things that have been believed, at some point in history, as
+attributes of the various days of the week.
+
+Doomsday is a cute little idea invented by Dr John Conway that makes it very
+easy to figure out the day of the week for any date.
+
+You can find out more about doomsday and related calculations at
+http://www.interlog.com/~r937/doomsday.html
+
+This module is distributed under the same terms as Perl itself.
+
+...
diff --git a/p5-Date-DayOfWeek/Makefile b/p5-Date-DayOfWeek/Makefile
new file mode 100644
index 0000000000..0a517c50de
--- /dev/null
+++ b/p5-Date-DayOfWeek/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= Date-DayOfWeek-1.22
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= perl5 # TODO: add primary category
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/pod/Date::DayOfWeek
+COMMENT= Determine the day of the week for any date
+#LICENSE= # unknown: (see mk/license.mk)
+
+DEPENDS+= p5-Date-Leapyear>=0:../../time/p5-Date-Leapyear
+
+PERL5_PACKLIST= auto/Date/DayOfWeek/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Date-DayOfWeek/distinfo b/p5-Date-DayOfWeek/distinfo
new file mode 100644
index 0000000000..abfa864fa7
--- /dev/null
+++ b/p5-Date-DayOfWeek/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Date-DayOfWeek-1.22.tar.gz) = a57650f716de3699eb3d243ad7f6cc0f85864d73175e78ea625434c7eec8b07f
+SHA512 (Date-DayOfWeek-1.22.tar.gz) = 1cb2ffe67ff1a2094b09100cabb46a6126d393ac5b6b33fe61cb0d1327a7f5690fe5561eabdf8a2e4d8829b415735b27ba1f17b152cc1a5c388abb5e2db3ecf6
+Size (Date-DayOfWeek-1.22.tar.gz) = 8304 bytes
Home |
Main Index |
Thread Index |
Old Index