pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/hs-time-compat Import time-compat-1.9.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7fcfd2d3611
branches:  trunk
changeset: 420109:f7fcfd2d3611
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 18:06:15 2019 +0000

description:
Import time-compat-1.9.2.2

This packages tries to compat as much of time features as possible.

diffstat:

 time/hs-time-compat/DESCR          |   1 +
 time/hs-time-compat/Makefile       |  19 +++++++++++++++++++
 time/hs-time-compat/buildlink3.mk  |  17 +++++++++++++++++
 time/hs-time-compat/distinfo       |   6 ++++++
 time/hs-time-compat/files/Setup.hs |   2 ++
 5 files changed, 45 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 6ca4a5180dc9 -r f7fcfd2d3611 time/hs-time-compat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-time-compat/DESCR Tue Dec 31 18:06:15 2019 +0000
@@ -0,0 +1,1 @@
+This packages tries to compat as much of time features as possible.
diff -r 6ca4a5180dc9 -r f7fcfd2d3611 time/hs-time-compat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-time-compat/Makefile      Tue Dec 31 18:06:15 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 18:06:15 pho Exp $
+
+DISTNAME=      time-compat-1.9.2.2
+CATEGORIES=    time
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Compatibility package for time
+LICENSE=       modified-bsd
+
+# Setup.hs is missing from the package.
+post-patch:
+       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-fail/buildlink3.mk"
+.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ca4a5180dc9 -r f7fcfd2d3611 time/hs-time-compat/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-time-compat/buildlink3.mk Tue Dec 31 18:06:15 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 18:06:15 pho Exp $
+
+BUILDLINK_TREE+=       hs-time-compat
+
+.if !defined(HS_TIME_COMPAT_BUILDLINK3_MK)
+HS_TIME_COMPAT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-time-compat+= hs-time-compat>=1.9.2.2
+BUILDLINK_PKGSRCDIR.hs-time-compat?=   ../../time/hs-time-compat
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-fail/buildlink3.mk"
+.include "../../devel/hs-old-locale/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.endif # HS_TIME_COMPAT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-time-compat
diff -r 6ca4a5180dc9 -r f7fcfd2d3611 time/hs-time-compat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-time-compat/distinfo      Tue Dec 31 18:06:15 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 18:06:15 pho Exp $
+
+SHA1 (time-compat-1.9.2.2.tar.gz) = eef4651e2ded276321a8f7cae7b5b1766d772b2f
+RMD160 (time-compat-1.9.2.2.tar.gz) = 8999a63b4c62ba9c3adf4f1f2998b2348e22ad71
+SHA512 (time-compat-1.9.2.2.tar.gz) = 210e1d6b6b1dcf30337c72d45dd5f229dfbd023a1612f13dccad23131f16437b2b6a43a46e5e1341751c7b6f88f8ef1a9b5efe91b1328b12ff20552e2a952f44
+Size (time-compat-1.9.2.2.tar.gz) = 49652 bytes
diff -r 6ca4a5180dc9 -r f7fcfd2d3611 time/hs-time-compat/files/Setup.hs
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/hs-time-compat/files/Setup.hs        Tue Dec 31 18:06:15 2019 +0000
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain



Home | Main Index | Thread Index | Old Index