Import hs-fgi, which is part of the Haskell Platform.
Not yet wired to the build.
This commit is contained in:
parent
081e0ff3ce
commit
956fe0cc55
21
devel/hs-fgl/Makefile
Normal file
21
devel/hs-fgl/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/09 16:56:40 kili Exp $
|
||||
|
||||
COMMENT = functional graph library
|
||||
|
||||
DISTNAME = fgl-5.4.2.2
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://web.engr.oregonstate.edu/~erwig/fgl/haskell/
|
||||
|
||||
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/hs-fgl/distinfo
Normal file
5
devel/hs-fgl/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (fgl-5.4.2.2.tar.gz) = rUnOMa8EwP2cbb+lKAH/gw==
|
||||
RMD160 (fgl-5.4.2.2.tar.gz) = UAaK9pmqXFzw5btyvGG5A4DwunI=
|
||||
SHA1 (fgl-5.4.2.2.tar.gz) = PYz1p185KC+hjiOupO62CY+B3e4=
|
||||
SHA256 (fgl-5.4.2.2.tar.gz) = gjLDN/B5KFS/KhKl/RvEZyb/8F0vWZBTKG/4czZM19I=
|
||||
SIZE (fgl-5.4.2.2.tar.gz) = 40401
|
2
devel/hs-fgl/pkg/DESCR
Normal file
2
devel/hs-fgl/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The functional graph library for Haskell provides several modules
|
||||
that define inductive graphs and graph algorithms.
|
139
devel/hs-fgl/pkg/PLIST
Normal file
139
devel/hs-fgl/pkg/PLIST
Normal file
@ -0,0 +1,139 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/09 16:56:40 kili Exp $
|
||||
lib/${DISTNAME}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Basic.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Example.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Graph.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Graphviz.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/FiniteMap.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/Heap.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/Queue.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/RootPath.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Internal/Thread.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Monad/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Monad.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Monad/IOArray.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/NodeMap.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/PatriciaTree.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/ArtPoint.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/BCC.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/BFS.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/DFS.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/Dominators.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/GVD.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/Indep.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/MST.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/MaxFlow.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/MaxFlow2.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/Monad.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/SP.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Query/TransClos.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Graph/Inductive/Tree.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
|
||||
@unexec-delete /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh
|
||||
lib/${DISTNAME}/unregister.sh
|
||||
share/doc/${DISTNAME}/
|
||||
share/doc/${DISTNAME}/LICENSE
|
||||
share/doc/${DISTNAME}/html/
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Basic.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Example.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Graph.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Graphviz.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Internal-FiniteMap.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Internal-Heap.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Internal-Queue.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Internal-RootPath.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Internal-Thread.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Monad-IOArray.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Monad.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-NodeMap.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-PatriciaTree.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-ArtPoint.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-BCC.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-BFS.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-DFS.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-Dominators.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-GVD.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-Indep.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-MST.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-MaxFlow.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-MaxFlow2.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-Monad.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-SP.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query-TransClos.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Query.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive-Tree.html
|
||||
share/doc/${DISTNAME}/html/Data-Graph-Inductive.html
|
||||
share/doc/${DISTNAME}/html/doc-index-38.html
|
||||
share/doc/${DISTNAME}/html/doc-index-62.html
|
||||
share/doc/${DISTNAME}/html/doc-index-A.html
|
||||
share/doc/${DISTNAME}/html/doc-index-B.html
|
||||
share/doc/${DISTNAME}/html/doc-index-C.html
|
||||
share/doc/${DISTNAME}/html/doc-index-D.html
|
||||
share/doc/${DISTNAME}/html/doc-index-E.html
|
||||
share/doc/${DISTNAME}/html/doc-index-F.html
|
||||
share/doc/${DISTNAME}/html/doc-index-G.html
|
||||
share/doc/${DISTNAME}/html/doc-index-H.html
|
||||
share/doc/${DISTNAME}/html/doc-index-I.html
|
||||
share/doc/${DISTNAME}/html/doc-index-K.html
|
||||
share/doc/${DISTNAME}/html/doc-index-L.html
|
||||
share/doc/${DISTNAME}/html/doc-index-M.html
|
||||
share/doc/${DISTNAME}/html/doc-index-N.html
|
||||
share/doc/${DISTNAME}/html/doc-index-O.html
|
||||
share/doc/${DISTNAME}/html/doc-index-P.html
|
||||
share/doc/${DISTNAME}/html/doc-index-Q.html
|
||||
share/doc/${DISTNAME}/html/doc-index-R.html
|
||||
share/doc/${DISTNAME}/html/doc-index-S.html
|
||||
share/doc/${DISTNAME}/html/doc-index-T.html
|
||||
share/doc/${DISTNAME}/html/doc-index-U.html
|
||||
share/doc/${DISTNAME}/html/doc-index-V.html
|
||||
share/doc/${DISTNAME}/html/doc-index-X.html
|
||||
share/doc/${DISTNAME}/html/doc-index.html
|
||||
share/doc/${DISTNAME}/html/fgl.haddock
|
||||
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/index-frames.html
|
||||
share/doc/${DISTNAME}/html/index.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Basic.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Example.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Graph.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Graphviz.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Internal-FiniteMap.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Internal-Heap.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Internal-Queue.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Internal-RootPath.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Internal-Thread.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Monad-IOArray.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Monad.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-NodeMap.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-PatriciaTree.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-ArtPoint.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-BCC.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-BFS.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-DFS.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-Dominators.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-GVD.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-Indep.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-MST.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-MaxFlow.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-MaxFlow2.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-Monad.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-SP.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query-TransClos.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Query.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive-Tree.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Graph-Inductive.html
|
||||
share/doc/${DISTNAME}/html/minus.gif
|
||||
share/doc/${DISTNAME}/html/plus.gif
|
Loading…
Reference in New Issue
Block a user