Cleanups for haskell ports.
"Looks fine" kili@
This commit is contained in:
parent
8e28f707cf
commit
44a2b7671b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:41:57 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = sqlite3 driver for HDBC
|
||||
|
||||
DISTNAME = HDBC-sqlite3-2.3.0.0
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://software.complete.org/hdbc-sqlite3
|
||||
|
||||
@ -19,8 +19,8 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = ::databases/hs-HDBC \
|
||||
RUN_DEPENDS += ::databases/hs-HDBC \
|
||||
::databases/sqlite3
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:46:35 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = abstraction layer between Haskell and SQL
|
||||
COMMENT = abstraction layer for SQL relational databases
|
||||
|
||||
DISTNAME = HDBC-2.2.4
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://software.complete.org/hdbc
|
||||
|
||||
@ -19,7 +19,7 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = ::devel/hs-convertible
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
RUN_DEPENDS += ::devel/hs-convertible
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:43:36 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = parser for config files in Haskell
|
||||
COMMENT = parser and writer for config files
|
||||
|
||||
DISTNAME = ConfigFile-1.0.6
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = devel sysutils
|
||||
HOMEPAGE = http://software.complete.org/configfile
|
||||
|
||||
@ -19,7 +19,7 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = ::devel/hs-MissingH
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
RUN_DEPENDS += ::devel/hs-MissingH
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:43:36 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = utility functions for Haskell programmers
|
||||
COMMENT = large library of utility functions
|
||||
|
||||
DISTNAME = MissingH-1.1.0.3
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://software.complete.org/missingh
|
||||
|
||||
@ -19,9 +19,9 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = ::devel/hs-hslogger \
|
||||
RUN_DEPENDS += ::devel/hs-hslogger \
|
||||
::devel/hs-HUnit \
|
||||
::devel/hs-regex-compat
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/17 13:43:37 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = logging framework for Haskell
|
||||
COMMENT = versatile logging framework
|
||||
|
||||
DISTNAME = hslogger-1.0.10
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = devel sysutils
|
||||
HOMEPAGE = http://software.complete.org/hslogger
|
||||
|
||||
@ -19,7 +19,7 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = ::devel/hs-network
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
RUN_DEPENDS += ::devel/hs-network
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/07/17 13:59:44 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = podcast aggregator written in Haskell
|
||||
COMMENT = command line podcast aggregator
|
||||
|
||||
DISTNAME = hpodder-1.1.5
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = net
|
||||
HOMEPAGE = http://software.complete.org/hpodder
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/17 13:56:14 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/09/24 10:09:42 dcoppa Exp $
|
||||
|
||||
COMMENT = XML parsing utilities for Haskell
|
||||
COMMENT = utilities for manipulating XML documents
|
||||
|
||||
DISTNAME = HaXml-1.13.3
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES = textproc
|
||||
HOMEPAGE = http://www.cs.york.ac.uk/fp/HaXml/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user