pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/hs-time-compat



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Dec 31 18:06:15 UTC 2019

Added Files:
        pkgsrc/time/hs-time-compat: DESCR Makefile buildlink3.mk distinfo
        pkgsrc/time/hs-time-compat/files: Setup.hs

Log Message:
Import time-compat-1.9.2.2

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/hs-time-compat/DESCR \
    pkgsrc/time/hs-time-compat/Makefile \
    pkgsrc/time/hs-time-compat/buildlink3.mk \
    pkgsrc/time/hs-time-compat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/time/hs-time-compat/files/Setup.hs

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

Added files:

Index: pkgsrc/time/hs-time-compat/DESCR
diff -u /dev/null pkgsrc/time/hs-time-compat/DESCR:1.1
--- /dev/null   Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/DESCR    Tue Dec 31 18:06:15 2019
@@ -0,0 +1 @@
+This packages tries to compat as much of time features as possible.
Index: pkgsrc/time/hs-time-compat/Makefile
diff -u /dev/null pkgsrc/time/hs-time-compat/Makefile:1.1
--- /dev/null   Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/Makefile Tue Dec 31 18:06:15 2019
@@ -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"
Index: pkgsrc/time/hs-time-compat/buildlink3.mk
diff -u /dev/null pkgsrc/time/hs-time-compat/buildlink3.mk:1.1
--- /dev/null   Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/buildlink3.mk    Tue Dec 31 18:06:15 2019
@@ -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
Index: pkgsrc/time/hs-time-compat/distinfo
diff -u /dev/null pkgsrc/time/hs-time-compat/distinfo:1.1
--- /dev/null   Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/distinfo Tue Dec 31 18:06:15 2019
@@ -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

Index: pkgsrc/time/hs-time-compat/files/Setup.hs
diff -u /dev/null pkgsrc/time/hs-time-compat/files/Setup.hs:1.1
--- /dev/null   Tue Dec 31 18:06:15 2019
+++ pkgsrc/time/hs-time-compat/files/Setup.hs   Tue Dec 31 18:06:15 2019
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain



Home | Main Index | Thread Index | Old Index