mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Some classes for generalized boolean operations.
WWW: http://hackage.haskell.org/package/Boolean
This commit is contained in:
parent
ed7f3a167c
commit
bf5448655c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255980
@ -543,6 +543,7 @@
|
||||
SUBDIR += hp48cc
|
||||
SUBDIR += hp48xgcc
|
||||
SUBDIR += hptools
|
||||
SUBDIR += hs-Boolean
|
||||
SUBDIR += hs-DeepArrow
|
||||
SUBDIR += hs-FileManip
|
||||
SUBDIR += hs-MemoTrie
|
||||
|
16
devel/hs-Boolean/Makefile
Normal file
16
devel/hs-Boolean/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# New ports collection makefile for: hs-Boolean
|
||||
# Date created: June 5, 2010
|
||||
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Boolean
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Generalized booleans
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
3
devel/hs-Boolean/distinfo
Normal file
3
devel/hs-Boolean/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Boolean-0.0.1.tar.gz) = b6cc0d88fae2629693128cb1a7a30cbb
|
||||
SHA256 (Boolean-0.0.1.tar.gz) = dafcfb2e9d7f7aa24a3d3ceb385424176297cdf6f6044028d42d0fea1cae7765
|
||||
SIZE (Boolean-0.0.1.tar.gz) = 3174
|
3
devel/hs-Boolean/pkg-descr
Normal file
3
devel/hs-Boolean/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Some classes for generalized boolean operations.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/Boolean
|
14
devel/hs-Boolean/pkg-plist
Normal file
14
devel/hs-Boolean/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $FreeBSD$
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data/Boolean.hi
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/HS%%PORTNAME%%-%%PORTVERSION%%.o
|
||||
%%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/libHS%%PORTNAME%%-%%PORTVERSION%%.a
|
||||
%%LIBDIR_REL%%/register.sh
|
||||
%%NOPORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%NOPORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%/Data
|
||||
@dirrm %%LIBDIR_REL%%/ghc-%%GHC_VERSION%%
|
||||
@dirrm %%LIBDIR_REL%%
|
||||
@exec /bin/sh %D/%%LIBDIR_REL%%/register.sh
|
||||
@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
||||
@unexec %D/bin/ghc-pkg unregister %%PORTNAME%%-%%PORTVERSION%%
|
||||
@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
@ -20,6 +20,7 @@ ansi-wl-pprint_port= devel/hs-ansi-wl-pprint
|
||||
arrows_port= devel/hs-arrows
|
||||
binary_port= devel/hs-binary
|
||||
bio_port= science/hs-bio
|
||||
Boolean_port= devel/hs-Boolean
|
||||
brainfuck_port= lang/hs-brainfuck # executable
|
||||
bytestring-csv_port= textproc/hs-bytestring-csv
|
||||
c2hs_port= devel/hs-c2hs # exectuable
|
||||
|
Loading…
Reference in New Issue
Block a user