pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-binary-orphans
Module Name: pkgsrc
Committed By: pho
Date: Thu Nov 2 02:28:11 UTC 2023
Added Files:
pkgsrc/devel/hs-binary-orphans: DESCR Makefile PLIST buildlink3.mk
distinfo
Log Message:
devel/hs-binary-orphans: import hs-binary-orphans-1.0.4.1
This package provides instances defined in later versions of binary package
Prior to version 1 this package provided instances for other packages. That
functionality is moved to binary-instances package.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-binary-orphans/DESCR \
pkgsrc/devel/hs-binary-orphans/Makefile \
pkgsrc/devel/hs-binary-orphans/PLIST \
pkgsrc/devel/hs-binary-orphans/buildlink3.mk \
pkgsrc/devel/hs-binary-orphans/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-binary-orphans/DESCR
diff -u /dev/null pkgsrc/devel/hs-binary-orphans/DESCR:1.1
--- /dev/null Thu Nov 2 02:28:11 2023
+++ pkgsrc/devel/hs-binary-orphans/DESCR Thu Nov 2 02:28:11 2023
@@ -0,0 +1,4 @@
+This package provides instances defined in later versions of binary package
+
+Prior to version 1 this package provided instances for other packages. That
+functionality is moved to binary-instances package.
Index: pkgsrc/devel/hs-binary-orphans/Makefile
diff -u /dev/null pkgsrc/devel/hs-binary-orphans/Makefile:1.1
--- /dev/null Thu Nov 2 02:28:11 2023
+++ pkgsrc/devel/hs-binary-orphans/Makefile Thu Nov 2 02:28:11 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/11/02 02:28:11 pho Exp $
+
+DISTNAME= binary-orphans-1.0.4.1
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Compatibility package for binary; provides instances
+LICENSE= modified-bsd
+
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-binary-orphans/PLIST
diff -u /dev/null pkgsrc/devel/hs-binary-orphans/PLIST:1.1
--- /dev/null Thu Nov 2 02:28:11 2023
+++ pkgsrc/devel/hs-binary-orphans/PLIST Thu Nov 2 02:28:11 2023
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/02 02:28:11 pho Exp $
+lib/binary-orphans-${PKGVERSION}/${HS_VERSION}/package-description
+lib/binary-orphans-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Binary/Orphans.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Binary/Orphans.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Binary/Orphans.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/Data-Binary-Orphans.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/binary-orphans.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/doc-index.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/quick-jump.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/binary-orphans-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-binary-orphans/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-binary-orphans/buildlink3.mk:1.1
--- /dev/null Thu Nov 2 02:28:11 2023
+++ pkgsrc/devel/hs-binary-orphans/buildlink3.mk Thu Nov 2 02:28:11 2023
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/11/02 02:28:11 pho Exp $
+
+BUILDLINK_TREE+= hs-binary-orphans
+
+.if !defined(HS_BINARY_ORPHANS_BUILDLINK3_MK)
+HS_BINARY_ORPHANS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-binary-orphans+= hs-binary-orphans>=1.0.4
+BUILDLINK_ABI_DEPENDS.hs-binary-orphans+= hs-binary-orphans>=1.0.4.1
+BUILDLINK_PKGSRCDIR.hs-binary-orphans?= ../../devel/hs-binary-orphans
+.endif # HS_BINARY_ORPHANS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-binary-orphans
Index: pkgsrc/devel/hs-binary-orphans/distinfo
diff -u /dev/null pkgsrc/devel/hs-binary-orphans/distinfo:1.1
--- /dev/null Thu Nov 2 02:28:11 2023
+++ pkgsrc/devel/hs-binary-orphans/distinfo Thu Nov 2 02:28:11 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/02 02:28:11 pho Exp $
+
+BLAKE2s (binary-orphans-1.0.4.1.tar.gz) = 89b29f42976d349c9d9e976799b46b61780184c17403199d52cd3b7a559d0747
+SHA512 (binary-orphans-1.0.4.1.tar.gz) = 97b37ecc232ef0117f1b0ce11fcd527dad41c6680ad327b74c51fa10ef3cb672a9e1a6c1e6bd015dc1a7f4a4a657178790aa8af8e8200ca7eebd2f11db131a13
+Size (binary-orphans-1.0.4.1.tar.gz) = 5327 bytes
Home |
Main Index |
Thread Index |
Old Index