pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import hs-open-browser 0.2.1.0.
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By: cfkoch
Date: Wed Dec 30 13:36:14 2020 -0800
Changeset: 8cf2c71da8262450b71480b907816f50f47e6b3e
Modified Files:
Makefile
Added Files:
hs-open-browser/DESCR
hs-open-browser/Makefile
hs-open-browser/buildlink3.mk
hs-open-browser/distinfo
Log Message:
Import hs-open-browser 0.2.1.0.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8cf2c71da8262450b71480b907816f50f47e6b3e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
hs-open-browser/DESCR | 2 ++
hs-open-browser/Makefile | 11 +++++++++++
hs-open-browser/buildlink3.mk | 14 ++++++++++++++
hs-open-browser/distinfo | 6 ++++++
5 files changed, 34 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 34af1fc1e2..c730e870b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1517,6 +1517,7 @@ SUBDIR+= hs-newtype
SUBDIR+= hs-non-negative
SUBDIR+= hs-numeric-prelude
SUBDIR+= hs-numeric-quest
+SUBDIR+= hs-open-browser
SUBDIR+= hs-pango
SUBDIR+= hs-parallel
SUBDIR+= hs-parallel-io
diff --git a/hs-open-browser/DESCR b/hs-open-browser/DESCR
new file mode 100644
index 0000000000..342bbf345b
--- /dev/null
+++ b/hs-open-browser/DESCR
@@ -0,0 +1,2 @@
+This package provides Haskell bindings for libcmark, the reference parser
+for CommonMark, a fully specified variant of Markdown.
diff --git a/hs-open-browser/Makefile b/hs-open-browser/Makefile
new file mode 100644
index 0000000000..3a5c575dc1
--- /dev/null
+++ b/hs-open-browser/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD$
+
+DISTNAME= open-browser-0.2.1.0
+CATEGORIES= devel
+
+MAINTAINER= cfkoch%edgebsd.org@localhost
+COMMENT= Open a web browser from Haskell
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/hs-open-browser/buildlink3.mk b/hs-open-browser/buildlink3.mk
new file mode 100644
index 0000000000..f9d7f12d09
--- /dev/null
+++ b/hs-open-browser/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= hs-open-browser
+
+.if !defined(HS_OPEN_BROWSER_BUILDLINK3_MK)
+HS_OPEN_BROWSER_BUILDLINK3_MK:= # defined
+
+BUILDLINK_API_DEPENDS.hs-open-browser+= hs-open-browser-distance>=0.2.1.0
+BUILDLINK_ABI_DEPENDS.hs-open-browser+= hs-open-browser-distance>=0.2.1.0
+BUILDLINK_PKGSRCDIR.hs-open-browser?= ../../wip/hs-open-browser
+
+.endif # HS_OPEN_BROWSER_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-open-browser
diff --git a/hs-open-browser/distinfo b/hs-open-browser/distinfo
new file mode 100644
index 0000000000..37455fbe38
--- /dev/null
+++ b/hs-open-browser/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (open-browser-0.2.1.0.tar.gz) = dd672522bce11d3abf809a47d58bfbdfe788451b
+RMD160 (open-browser-0.2.1.0.tar.gz) = ea94aee629da89f9c084a2d1ae6221733af767e5
+SHA512 (open-browser-0.2.1.0.tar.gz) = 94ba71597c270b518742534b1b9b9a7ca0ede2eeb08a030b03cca6dbe6e5a2de363dc443bae907ca5c90b126aeb7dc5f5dd1eada95ca78a0ba1a8d472df4ada1
+Size (open-browser-0.2.1.0.tar.gz) = 2629 bytes
Home |
Main Index |
Thread Index |
Old Index