Index: head/devel/hs-drift/Makefile =================================================================== --- head/devel/hs-drift/Makefile (revision 110173) +++ head/devel/hs-drift/Makefile (revision 110174) @@ -1,41 +1,41 @@ # New ports collection makefile for: drift # Date created: 13 August 2002 # Whom: Oliver Braun # # $FreeBSD$ PORTNAME= drift -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= devel haskell MASTER_SITES= http://repetae.net/john/computer/haskell/DrIFT/drop/ PKGNAMEPREFIX= hs- DISTNAME= DrIFT-${PORTVERSION} MAINTAINER= haskell@FreeBSD.org COMMENT= A type sensitive preprocessor for Haskell .if !defined(WITH_NHC98) BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc .else BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98 .endif HAS_CONFIGURE= yes INFO= drift .if !defined(WITH_NHC98) CONFIGURE_ARGS+= --with-hc=ghc .else CONFIGURE_ARGS+= --with-hc=nhc98 .endif .if !defined(WITH_GHC) pre-everything:: @${ECHO} "" @${ECHO} " DrIFT will be build with ghc" @${ECHO} " Define WITH_NHC98 to build with nhc98." @${ECHO} "" .endif .include Property changes on: head/devel/hs-drift/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/hs-drift/distinfo =================================================================== --- head/devel/hs-drift/distinfo (revision 110173) +++ head/devel/hs-drift/distinfo (revision 110174) @@ -1,2 +1,2 @@ -MD5 (DrIFT-2.0.3.tar.gz) = 8d9b42dc5ea0c20a95d67e3eb7ec99cf -SIZE (DrIFT-2.0.3.tar.gz) = 214442 +MD5 (DrIFT-2.0.4.tar.gz) = 4b7e6928bdd4310ae53b99e93ef5b9f2 +SIZE (DrIFT-2.0.4.tar.gz) = 215283 Property changes on: head/devel/hs-drift/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/hs-drift/pkg-descr =================================================================== --- head/devel/hs-drift/pkg-descr (revision 110173) +++ head/devel/hs-drift/pkg-descr (revision 110174) @@ -1,16 +1,13 @@ DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations and directives from modules. The directives cause rules to be fired on the parsed type declarations, generating new code which is then appended to the bottom of the input file. The rules are expressed as Haskell code, and it is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in seperate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type. WWW: http://repetae.net/john/computer/haskell/DrIFT/ - --- Oliver Braun -obraun@informatik.unibw-muenchen.de Property changes on: head/devel/hs-drift/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property