hs-wizards: Import version 1.0.3
This commit is contained in:
parent
c1c4b0acbe
commit
a71200d73b
5 changed files with 54 additions and 1 deletions
|
@ -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-algorithms
|
|||
SUBDIR+= hs-vector-binary-instances
|
||||
SUBDIR+= hs-vector-th-unbox
|
||||
SUBDIR+= hs-void
|
||||
SUBDIR+= hs-wizards
|
||||
SUBDIR+= ht
|
||||
SUBDIR+= hugs-HUnit
|
||||
SUBDIR+= hugs-unix
|
||||
|
|
17
devel/hs-wizards/DESCR
Normal file
17
devel/hs-wizards/DESCR
Normal file
|
@ -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.
|
16
devel/hs-wizards/Makefile
Normal file
16
devel/hs-wizards/Makefile
Normal file
|
@ -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
|
||||
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"
|
13
devel/hs-wizards/buildlink3.mk
Normal file
13
devel/hs-wizards/buildlink3.mk
Normal file
|
@ -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
|
6
devel/hs-wizards/distinfo
Normal file
6
devel/hs-wizards/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue