Import hs-dyre-0.8.6 as wip/hs-dyre.
Dyre implements dynamic reconfiguration facilities after the style of Xmonad. Dyre aims to be as simple as possible without sacrificing features, and places an emphasis on simplicity of integration with an application. A full introduction with a complete example project can be found in the documentation for Config.Dyre
This commit is contained in:
parent
a551ae763a
commit
6029c1caf9
5 changed files with 65 additions and 0 deletions
5
hs-dyre/DESCR
Normal file
5
hs-dyre/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Dyre implements dynamic reconfiguration facilities after the style of
|
||||
Xmonad. Dyre aims to be as simple as possible without sacrificing
|
||||
features, and places an emphasis on simplicity of integration with an
|
||||
application. A full introduction with a complete example project can
|
||||
be found in the documentation for Config.Dyre
|
17
hs-dyre/Makefile
Normal file
17
hs-dyre/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/07/08 10:10:44 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dyre-0.8.6
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Dynamic reconfiguration in Haskell
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-binary/buildlink3.mk"
|
||||
.include "../../wip/hs-executable-path/buildlink3.mk"
|
||||
.include "../../wip/hs-ghc-paths/buildlink3.mk"
|
||||
.include "../../wip/hs-io-storage/buildlink3.mk"
|
||||
.include "../../wip/hs-xdg-basedir/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
20
hs-dyre/PLIST
Normal file
20
hs-dyre/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/08 10:10:44 phonohawk Exp $
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Compat.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Compat.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Compile.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Compile.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Options.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Options.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Params.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Params.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Paths.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Paths.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Relaunch.hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/Config/Dyre/Relaunch.p_hi
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/HSdyre-${PKGVERSION}.o
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/libHSdyre-${PKGVERSION}.a
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/libHSdyre-${PKGVERSION}_p.a
|
||||
lib/dyre-${PKGVERSION}/${HASKELL_VERSION}/package-description
|
||||
share/doc/dyre-${PKGVERSION}/LICENSE
|
18
hs-dyre/buildlink3.mk
Normal file
18
hs-dyre/buildlink3.mk
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/08 10:10:44 phonohawk Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-dyre
|
||||
|
||||
.if !defined(HS_DYRE_BUILDLINK3_MK)
|
||||
HS_DYRE_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-dyre+= hs-dyre>=0.8
|
||||
BUILDLINK_PKGSRCDIR.hs-dyre?= ../../wip/hs-dyre
|
||||
|
||||
.include "../../wip/hs-binary/buildlink3.mk"
|
||||
.include "../../wip/hs-executable-path/buildlink3.mk"
|
||||
.include "../../wip/hs-ghc-paths/buildlink3.mk"
|
||||
.include "../../wip/hs-io-storage/buildlink3.mk"
|
||||
.include "../../wip/hs-xdg-basedir/buildlink3.mk"
|
||||
.endif # HS_DYRE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -hs-dyre
|
5
hs-dyre/distinfo
Normal file
5
hs-dyre/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/08 10:10:44 phonohawk Exp $
|
||||
|
||||
SHA1 (dyre-0.8.6.tar.gz) = 21b86b8a2fb9051baec10fb8120e5ad11608013c
|
||||
RMD160 (dyre-0.8.6.tar.gz) = a375e884ee34af88382d3b5dbc9256867bca8e62
|
||||
Size (dyre-0.8.6.tar.gz) = 13008 bytes
|
Loading…
Reference in a new issue