pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/hs-tar-conduit
Module Name: pkgsrc
Committed By: pho
Date: Sun Jan 5 11:46:47 UTC 2025
Added Files:
pkgsrc/archivers/hs-tar-conduit: DESCR Makefile PLIST buildlink3.mk
distinfo
Log Message:
archivers/hs-tar-conduit: import hs-tar-conduit-0.4.1
Extract and create tar files using conduit for streaming.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/hs-tar-conduit/DESCR \
pkgsrc/archivers/hs-tar-conduit/Makefile \
pkgsrc/archivers/hs-tar-conduit/PLIST \
pkgsrc/archivers/hs-tar-conduit/buildlink3.mk \
pkgsrc/archivers/hs-tar-conduit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/archivers/hs-tar-conduit/DESCR
diff -u /dev/null pkgsrc/archivers/hs-tar-conduit/DESCR:1.1
--- /dev/null Sun Jan 5 11:46:47 2025
+++ pkgsrc/archivers/hs-tar-conduit/DESCR Sun Jan 5 11:46:47 2025
@@ -0,0 +1 @@
+Extract and create tar files using conduit for streaming.
Index: pkgsrc/archivers/hs-tar-conduit/Makefile
diff -u /dev/null pkgsrc/archivers/hs-tar-conduit/Makefile:1.1
--- /dev/null Sun Jan 5 11:46:47 2025
+++ pkgsrc/archivers/hs-tar-conduit/Makefile Sun Jan 5 11:46:47 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/01/05 11:46:47 pho Exp $
+
+DISTNAME= tar-conduit-0.4.1
+CATEGORIES= archivers
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Extract and create tar files using conduit for streaming
+LICENSE= mit
+
+SUBST_CLASSES+= cabal
+SUBST_STAGE.cabal= pre-configure
+SUBST_MESSAGE.cabal= Removing dependency on deprecated conduit-combinators
+SUBST_FILES.cabal= tar-conduit.cabal
+SUBST_SED.cabal= -e '/conduit-combinators/d'
+
+.include "../../devel/hs-conduit/buildlink3.mk"
+.include "../../devel/hs-safe-exceptions/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/hs-tar-conduit/PLIST
diff -u /dev/null pkgsrc/archivers/hs-tar-conduit/PLIST:1.1
--- /dev/null Sun Jan 5 11:46:47 2025
+++ pkgsrc/archivers/hs-tar-conduit/PLIST Sun Jan 5 11:46:47 2025
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/05 11:46:47 pho Exp $
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Types.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Types.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Types.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Unix.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Unix.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Conduit/Tar/Unix.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/tar-conduit-${PKGVERSION}/${HS_VERSION}/package-description
+lib/tar-conduit-${PKGVERSION}/${HS_VERSION}/package-id
+share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/Data-Conduit-Tar-Types.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/Data-Conduit-Tar.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/${HS_PLATFORM}/tar-conduit-${PKGVERSION}/html/tar-conduit.haddock
Index: pkgsrc/archivers/hs-tar-conduit/buildlink3.mk
diff -u /dev/null pkgsrc/archivers/hs-tar-conduit/buildlink3.mk:1.1
--- /dev/null Sun Jan 5 11:46:47 2025
+++ pkgsrc/archivers/hs-tar-conduit/buildlink3.mk Sun Jan 5 11:46:47 2025
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/01/05 11:46:47 pho Exp $
+
+BUILDLINK_TREE+= hs-tar-conduit
+
+.if !defined(HS_TAR_CONDUIT_BUILDLINK3_MK)
+HS_TAR_CONDUIT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-tar-conduit+= hs-tar-conduit>=0.4.1
+BUILDLINK_ABI_DEPENDS.hs-tar-conduit+= hs-tar-conduit>=0.4.1
+BUILDLINK_PKGSRCDIR.hs-tar-conduit?= ../../archivers/hs-tar-conduit
+
+.include "../../devel/hs-conduit/buildlink3.mk"
+.include "../../devel/hs-safe-exceptions/buildlink3.mk"
+.endif # HS_TAR_CONDUIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-tar-conduit
Index: pkgsrc/archivers/hs-tar-conduit/distinfo
diff -u /dev/null pkgsrc/archivers/hs-tar-conduit/distinfo:1.1
--- /dev/null Sun Jan 5 11:46:47 2025
+++ pkgsrc/archivers/hs-tar-conduit/distinfo Sun Jan 5 11:46:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/05 11:46:47 pho Exp $
+
+BLAKE2s (tar-conduit-0.4.1.tar.gz) = c8944dd1a12bcc98de5e4d97553e4154bf8e8fe782ca18aded300f39d3f8c210
+SHA512 (tar-conduit-0.4.1.tar.gz) = cf11bdd4dee3666673a18a0e045524a9c697d9be6c631d0745ee4d791fbad334fc7291d735f972bce5c38996fc59ff365d59ebfdf3a71764d15837fa684524e0
+Size (tar-conduit-0.4.1.tar.gz) = 48682 bytes
Home |
Main Index |
Thread Index |
Old Index