HOOD is a small post-mortem debugger for the lazy functional language

]Haskell. It is based on the concept of observation of intermediate
data structures, rather than the more traditional stepping and
variable examination paradigm used by imperative language debuggers.
This commit is contained in:
kili 2010-10-24 20:10:33 +00:00
parent 3544e352dc
commit 7bc3124a66
4 changed files with 58 additions and 0 deletions

22
devel/hood/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD
COMMENT = Haskell Object Observation Debugger
DISTNAME = hood-0.2
CATEGORIES = devel
HOMEPAGE = http://www.ittc.ku.edu/csdl/fpg/Hood
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
.include <bsd.port.mk>

5
devel/hood/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (hood-0.2.tar.gz) = zTMhIY4b+ZVAVmVGKQutkQ==
RMD160 (hood-0.2.tar.gz) = Op30UcEa8p1qXX0xy+1pmXhpwkg=
SHA1 (hood-0.2.tar.gz) = Y8+fcUuuik/Zi4RX2g/jYlKzlcE=
SHA256 (hood-0.2.tar.gz) = llU3Swx1wT0BrZdyzWauSg9hOuOqFFPE2Ti0WVOW5po=
SIZE (hood-0.2.tar.gz) = 8462

4
devel/hood/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
HOOD is a small post-mortem debugger for the lazy functional language
]Haskell. It is based on the concept of observation of intermediate
data structures, rather than the more traditional stepping and
variable examination paradigm used by imperative language debuggers.

27
devel/hood/pkg/PLIST Normal file
View File

@ -0,0 +1,27 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/24 20:10:33 kili Exp $
lib/${DISTNAME}/
lib/${DISTNAME}/ghc-${MODGHC_VER}/
lib/${DISTNAME}/ghc-${MODGHC_VER}/Debug/
lib/${DISTNAME}/ghc-${MODGHC_VER}/Debug/Hood/
lib/${DISTNAME}/ghc-${MODGHC_VER}/Debug/Hood/Observe.hi
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a
lib/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force
lib/${DISTNAME}/unregister.sh
share/doc/${DISTNAME}/
share/doc/${DISTNAME}/LICENSE
share/doc/${DISTNAME}/html/
share/doc/${DISTNAME}/html/Debug-Hood-Observe.html
share/doc/${DISTNAME}/html/doc-index.html
share/doc/${DISTNAME}/html/frames.html
share/doc/${DISTNAME}/html/haddock-util.js
share/doc/${DISTNAME}/html/haddock.css
share/doc/${DISTNAME}/html/haskell_icon.gif
share/doc/${DISTNAME}/html/hood.haddock
share/doc/${DISTNAME}/html/index-frames.html
share/doc/${DISTNAME}/html/index.html
share/doc/${DISTNAME}/html/mini_Debug-Hood-Observe.html
share/doc/${DISTNAME}/html/minus.gif
share/doc/${DISTNAME}/html/plus.gif