pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel hs-wizards: Import version 1.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/b37052eaec3e
branches: trunk
changeset: 414606:b37052eaec3e
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:43:35 2020 +0000
description:
hs-wizards: Import version 1.0.3
diffstat:
devel/Makefile | 3 ++-
devel/hs-wizards/DESCR | 17 +++++++++++++++++
devel/hs-wizards/Makefile | 16 ++++++++++++++++
devel/hs-wizards/buildlink3.mk | 13 +++++++++++++
devel/hs-wizards/distinfo | 6 ++++++
5 files changed, 54 insertions(+), 1 deletions(-)
diffs (85 lines):
diff -r ec48104b1627 -r b37052eaec3e devel/Makefile
--- a/devel/Makefile Mon Mar 30 16:42:56 2020 +0000
+++ b/devel/Makefile Mon Mar 30 16:43:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3080 2020/03/30 16:42:56 riastradh Exp $
+# $NetBSD: Makefile,v 1.3081 2020/03/30 16:43:35 riastradh Exp $
#
COMMENT= Development utilities
@@ -589,6 +589,7 @@
SUBDIR+= hs-vector-binary-instances
SUBDIR+= hs-vector-th-unbox
SUBDIR+= hs-void
+SUBDIR+= hs-wizards
SUBDIR+= ht
SUBDIR+= hugs-HUnit
SUBDIR+= hugs-unix
diff -r ec48104b1627 -r b37052eaec3e devel/hs-wizards/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-wizards/DESCR Mon Mar 30 16:43:35 2020 +0000
@@ -0,0 +1,17 @@
+wizards is a package designed for the quick and painless development
+of interrogative programs, which revolve around a dialogue with the
+user, who is asked a series of questions in a sequence much like an
+installation wizard.
+
+Everything from interactive system scripts, to installation wizards,
+to full-blown shells can be implemented with the support of wizards.
+
+It is developed transparently on top of a free monad, which separates
+out the semantics of the program from any particular interface. A
+variety of backends exist, including console-based
+"System.Console.Wizard.Haskeline" and "System.Console.Wizard.BasicIO",
+and the pure "System.Console.Wizard.Pure". It is also possible to
+write your own backends, or extend existing back-ends with new
+features. While both built-in IO backends operate on a console, there
+is no reason why wizards cannot also be used for making GUI wizard
+interfaces.
diff -r ec48104b1627 -r b37052eaec3e devel/hs-wizards/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-wizards/Makefile Mon Mar 30 16:43:35 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:43:35 riastradh Exp $
+
+DISTNAME= wizards-1.0.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=wizards-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hackage.haskell.org/package/wizards
+COMMENT= High level, generic library for interrogative user interfaces
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../devel/hs-control-monad-free/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ec48104b1627 -r b37052eaec3e devel/hs-wizards/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-wizards/buildlink3.mk Mon Mar 30 16:43:35 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:43:35 riastradh Exp $
+
+BUILDLINK_TREE+= hs-wizards
+
+.if !defined(HS_WIZARDS_BUILDLINK3_MK)
+HS_WIZARDS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-wizards+= hs-wizards>=1.0.3
+BUILDLINK_ABI_DEPENDS.hs-wizards+= hs-wizards>=1.0.3
+BUILDLINK_PKGSRCDIR.hs-wizards?= ../../devel/hs-wizards
+.endif # HS_WIZARDS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-wizards
diff -r ec48104b1627 -r b37052eaec3e devel/hs-wizards/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-wizards/distinfo Mon Mar 30 16:43:35 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:43:35 riastradh Exp $
+
+SHA1 (wizards-1.0.3.tar.gz) = 29e9e914663151dade9fd3cf979167275ae3793b
+RMD160 (wizards-1.0.3.tar.gz) = 4562593266b075ed942e61aa01b7eb26003a23a1
+SHA512 (wizards-1.0.3.tar.gz) = 74289bce609954ecd2d16729b67f4655ebfa2b5211303c2c64c1a7636e78e2b1dc3823472be8d5851fc490d9ff80559bdfbfda59cc753b60cacc4dd1b512663c
+Size (wizards-1.0.3.tar.gz) = 8243 bytes
Home |
Main Index |
Thread Index |
Old Index