pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hs-torrent



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Nov  2 01:55:07 UTC 2023

Added Files:
        pkgsrc/net/hs-torrent: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
net/hs-torrent: import hs-torrent-10000.1.3

BitTorrent file parser and generater.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/hs-torrent/DESCR \
    pkgsrc/net/hs-torrent/Makefile pkgsrc/net/hs-torrent/PLIST \
    pkgsrc/net/hs-torrent/buildlink3.mk pkgsrc/net/hs-torrent/distinfo

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

Added files:

Index: pkgsrc/net/hs-torrent/DESCR
diff -u /dev/null pkgsrc/net/hs-torrent/DESCR:1.1
--- /dev/null   Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/DESCR Thu Nov  2 01:55:07 2023
@@ -0,0 +1 @@
+BitTorrent file parser and generater.
Index: pkgsrc/net/hs-torrent/Makefile
diff -u /dev/null pkgsrc/net/hs-torrent/Makefile:1.1
--- /dev/null   Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/Makefile      Thu Nov  2 01:55:07 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2023/11/02 01:55:07 pho Exp $
+
+DISTNAME=      torrent-10000.1.3
+CATEGORIES=    net
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       BitTorrent file parser and generater
+LICENSE=       modified-bsd
+
+.include "../../converters/hs-bencode/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/hs-torrent/PLIST
diff -u /dev/null pkgsrc/net/hs-torrent/PLIST:1.1
--- /dev/null   Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/PLIST Thu Nov  2 01:55:07 2023
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/02 01:55:07 pho Exp $
+lib/torrent-${PKGVERSION}/${HS_VERSION}/package-description
+lib/torrent-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent/Scrape.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent/Scrape.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Torrent/Scrape.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/Data-Torrent-Scrape.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/Data-Torrent.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/doc-index.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/quick-jump.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/synopsis.png
+${PLIST.doc}share/doc/${HS_PLATFORM}/torrent-${PKGVERSION}/html/torrent.haddock
Index: pkgsrc/net/hs-torrent/buildlink3.mk
diff -u /dev/null pkgsrc/net/hs-torrent/buildlink3.mk:1.1
--- /dev/null   Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/buildlink3.mk Thu Nov  2 01:55:07 2023
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/11/02 01:55:07 pho Exp $
+
+BUILDLINK_TREE+=       hs-torrent
+
+.if !defined(HS_TORRENT_BUILDLINK3_MK)
+HS_TORRENT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-torrent+=     hs-torrent>=10000.1.3
+BUILDLINK_ABI_DEPENDS.hs-torrent+=     hs-torrent>=10000.1.3
+BUILDLINK_PKGSRCDIR.hs-torrent?=       ../../net/hs-torrent
+
+.include "../../converters/hs-bencode/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.endif # HS_TORRENT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-torrent
Index: pkgsrc/net/hs-torrent/distinfo
diff -u /dev/null pkgsrc/net/hs-torrent/distinfo:1.1
--- /dev/null   Thu Nov  2 01:55:07 2023
+++ pkgsrc/net/hs-torrent/distinfo      Thu Nov  2 01:55:07 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/02 01:55:07 pho Exp $
+
+BLAKE2s (torrent-10000.1.3.tar.gz) = 560ade86e73dc5f12e9c66fa45151b7c8f3c7426113f149d68fa05cfb02b273b
+SHA512 (torrent-10000.1.3.tar.gz) = 902b58b69e10405aa011379ebe25693fb2117bb2da298b28f83a2ae33848e059c1cb311dd1fca87b99b76bee5b6f16be0770b65049d170c47fb1e3a05e5afd98
+Size (torrent-10000.1.3.tar.gz) = 4079 bytes



Home | Main Index | Thread Index | Old Index