import hs-PSQueue version 1.1
feedback and ok kili@
This commit is contained in:
parent
3bfcf1a3a3
commit
120406cd1d
20
devel/hs-PSQueue/Makefile
Normal file
20
devel/hs-PSQueue/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/19 16:19:03 jim Exp $
|
||||
|
||||
COMMENT = priority search queue
|
||||
|
||||
DISTNAME = PSQueue-1.1
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@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-PSQueue/distinfo
Normal file
5
devel/hs-PSQueue/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (PSQueue-1.1.tar.gz) = Q2SblNiP4QMjPmiXoBSonw==
|
||||
RMD160 (PSQueue-1.1.tar.gz) = PDmX620mtBPod/oLr78pY9kq6Fs=
|
||||
SHA1 (PSQueue-1.1.tar.gz) = c+O4C1GPAG0p9ee4rugB4WFzp9M=
|
||||
SHA256 (PSQueue-1.1.tar.gz) = qOCHGtEPkW9Vw7m67FPv8jxOl+Cc+W1sZncXieAKScw=
|
||||
SIZE (PSQueue-1.1.tar.gz) = 6280
|
2
devel/hs-PSQueue/pkg/DESCR
Normal file
2
devel/hs-PSQueue/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Priority search queue efficiently supports the opperations of both a
|
||||
search tree and a priority queue.
|
26
devel/hs-PSQueue/pkg/PLIST
Normal file
26
devel/hs-PSQueue/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/19 16:19:03 jim Exp $
|
||||
lib/${DISTNAME}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/PSQueue.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/Data-PSQueue.html
|
||||
share/doc/${DISTNAME}/html/PSQueue.haddock
|
||||
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/index-frames.html
|
||||
share/doc/${DISTNAME}/html/index.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-PSQueue.html
|
||||
share/doc/${DISTNAME}/html/minus.gif
|
||||
share/doc/${DISTNAME}/html/plus.gif
|
Loading…
Reference in New Issue
Block a user