pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hfsevents



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Nov  1 17:17:00 UTC 2023

Added Files:
        pkgsrc/devel/hs-hfsevents: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
devel/hs-hfsevents: import hs-hfsevents-0.1.6

File/folder watching for OS X.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-hfsevents/DESCR \
    pkgsrc/devel/hs-hfsevents/Makefile pkgsrc/devel/hs-hfsevents/PLIST \
    pkgsrc/devel/hs-hfsevents/buildlink3.mk \
    pkgsrc/devel/hs-hfsevents/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/hs-hfsevents/DESCR
diff -u /dev/null pkgsrc/devel/hs-hfsevents/DESCR:1.1
--- /dev/null   Wed Nov  1 17:17:00 2023
+++ pkgsrc/devel/hs-hfsevents/DESCR     Wed Nov  1 17:17:00 2023
@@ -0,0 +1 @@
+File/folder watching for OS X.
Index: pkgsrc/devel/hs-hfsevents/Makefile
diff -u /dev/null pkgsrc/devel/hs-hfsevents/Makefile:1.1
--- /dev/null   Wed Nov  1 17:17:00 2023
+++ pkgsrc/devel/hs-hfsevents/Makefile  Wed Nov  1 17:17:00 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/11/01 17:17:00 pho Exp $
+
+DISTNAME=      hfsevents-0.1.6
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       File/folder watching for OS X
+LICENSE=       modified-bsd
+
+# This package is a binding to a Darwin-specific API. It makes no sense on
+# any other platforms.
+ONLY_FOR_PLATFORM+=    Darwin-*-*
+
+.include "../../devel/hs-cereal/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-hfsevents/PLIST
diff -u /dev/null pkgsrc/devel/hs-hfsevents/PLIST:1.1
--- /dev/null   Wed Nov  1 17:17:00 2023
+++ pkgsrc/devel/hs-hfsevents/PLIST     Wed Nov  1 17:17:00 2023
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/01 17:17:00 pho Exp $
+lib/hfsevents-${PKGVERSION}/${HS_VERSION}/package-description
+lib/hfsevents-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/System/OSX/FSEvents.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/System/OSX/FSEvents.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/System/OSX/FSEvents.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.dylib
+share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/System-OSX-FSEvents.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/doc-index.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/hfsevents.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/quick-jump.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/hfsevents-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-hfsevents/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-hfsevents/buildlink3.mk:1.1
--- /dev/null   Wed Nov  1 17:17:00 2023
+++ pkgsrc/devel/hs-hfsevents/buildlink3.mk     Wed Nov  1 17:17:00 2023
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/11/01 17:17:00 pho Exp $
+
+BUILDLINK_TREE+=       hs-hfsevents
+
+.if !defined(HS_HFSEVENTS_BUILDLINK3_MK)
+HS_HFSEVENTS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hfsevents+=   hs-hfsevents>=0.1.6
+BUILDLINK_ABI_DEPENDS.hs-hfsevents+=   hs-hfsevents>=0.1.6
+BUILDLINK_PKGSRCDIR.hs-hfsevents?=     ../../devel/hs-hfsevents
+
+.include "../../devel/hs-cereal/buildlink3.mk"
+.endif # HS_HFSEVENTS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-hfsevents
Index: pkgsrc/devel/hs-hfsevents/distinfo
diff -u /dev/null pkgsrc/devel/hs-hfsevents/distinfo:1.1
--- /dev/null   Wed Nov  1 17:17:00 2023
+++ pkgsrc/devel/hs-hfsevents/distinfo  Wed Nov  1 17:17:00 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/01 17:17:00 pho Exp $
+
+BLAKE2s (hfsevents-0.1.6.tar.gz) = 6d5f7c7745e69bfc6ed4aca15f389b33b2ea50802877931dae482059172ac052
+SHA512 (hfsevents-0.1.6.tar.gz) = 698d6e1272f8a45374f144a782701f6aa9dd6e0933fa545d6bf8f63ec20154b4cd9f0b65c4b4d629cb302bb93a7a86b9429eaf4b2526ddc27536d4bc45201298
+Size (hfsevents-0.1.6.tar.gz) = 5774 bytes



Home | Main Index | Thread Index | Old Index