Date: Mon, 18 Jun 2001 11:27:09 +0200 (CEST) From: obraun@INFORMATIK.UNIBW-MUENCHEN.DE To: FreeBSD-gnats-submit@freebsd.org Cc: obraun@INFORMATIK.UNIBW-MUENCHEN.DE Subject: ports/28254: Update port: lang/hugs new maintainer and update to Feb2001 Version Message-ID: <20010618092709.6947911550A@gaia.informatik.unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
>Number: 28254 >Category: ports >Synopsis: Update port: lang/hugs new maintainer and update to Feb2001 Version >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 18 02:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD gaia.informatik.unibw-muenchen.de 4.3-STABLE FreeBSD 4.3-STABLE #2: Mon Jun 4 14:32:52 CEST 2001 root@gaia.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/GAIA_OB i386 >Description: >How-To-Repeat: >Fix: diff -ruN hugs.bak/Makefile hugs/Makefile --- hugs.bak/Makefile Mon May 1 00:12:29 2000 +++ hugs/Makefile Mon Jun 18 10:44:10 2001 @@ -7,23 +7,24 @@ PORTNAME= hugs PORTVERSION= 98 +PORTREVISION= ${HUGS_DATE} CATEGORIES= lang MASTER_SITES= ftp://www.cse.ogi.edu/pub/pacsoft/hugs/ DISTNAME= ${PORTNAME}${PORTVERSION}-${HUGS_DATE} -MAINTAINER= Torsten.Grust@uni-konstanz.de +MAINTAINER= obraun@informatik.unibw-muenchen.de -WRKSRC= ${WRKDIR}/hugs98/src +WRKSRC= ${WRKDIR}/hugs98-${HUGS_DATE}/src ALL_TARGET= default # how to install a directory INSTALL_DIR= ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 # where the Hugs documentation (distribution) files live -HUGS_DOC= ${WRKDIR}/hugs98/docs +HUGS_DOC= ${WRKDIR}/hugs98-${HUGS_DATE}/docs # Little hack to teach it to use our install MAKE_ENV+= HACK_INSTALL_DIR="${INSTALL_DIR}" -HUGS_DATE= Feb2000 +HUGS_DATE= Feb2001 MAN1= hugs.1 diff -ruN hugs.bak/distinfo hugs/distinfo --- hugs.bak/distinfo Sun Apr 30 21:12:23 2000 +++ hugs/distinfo Mon Jun 18 09:52:39 2001 @@ -1 +1 @@ -MD5 (hugs98-Feb2000.tar.gz) = 2d2281cc9d6f002526402636c685e11d +MD5 (hugs98-Feb2001.tar.gz) = 8e234bea0222e8ab88aa235eca919239 diff -ruN hugs.bak/pkg-descr hugs/pkg-descr --- hugs.bak/pkg-descr Sun Apr 30 21:12:27 2000 +++ hugs/pkg-descr Mon Jun 18 11:11:37 2001 @@ -1,14 +1,17 @@ -This is a port of OGI's new release of Hugs, a Haskell interpreter and -programming environment for developing Haskell programs. +Hugs 98 is a functional programming system based on Haskell 98, the +de facto standard for non-strict functional programming languages. -This release is largely conformant with Haskell 98, including monad -and record syntax, newtypes, strictness annotations, and modules. In -addition, it comes packaged with almost all libraries defined in the -most recent version of the Haskell 98 Library Report. +Hugs 98 provides an almost complete implementation of Haskell 98, +including monad and record syntax, newtypes, strictness annotations, +and modules. In addition, it comes packaged with almost all libraries +defined in the most recent version of the Haskell 98 Library Report. -More online information is available from http://www.haskell.org/ +Hugs 98 also supports a number of advanced and experimental extensions +including multi-parameter classes, extensible records, rank-2 +polymorphism, existentials, scoped type variables, and restricted +type synonyms. -WWW: http://www.haskell.org/ +WWW: http://www.haskell.org/hugs/ --- Teggy -teggy@teggy.org +-- Oliver Braun +obraun@informatik.unibw-muenchen.de diff -ruN hugs.bak/pkg-plist hugs/pkg-plist --- hugs.bak/pkg-plist Sun Apr 30 21:12:27 2000 +++ hugs/pkg-plist Mon Jun 18 10:32:14 2001 @@ -41,6 +41,7 @@ share/hugs/lib/Monad.hs share/hugs/lib/Numeric.hs share/hugs/lib/Prelude.hs +share/hugs/lib/Quote.hs share/hugs/lib/Random.hs share/hugs/lib/Ratio.hs share/hugs/lib/System.hs @@ -57,7 +58,9 @@ share/hugs/lib/exts/Int.hs share/hugs/lib/exts/LazyST.hs share/hugs/lib/exts/Memo.hs +share/hugs/lib/exts/MonadRec.hs share/hugs/lib/exts/NumExts.hs +share/hugs/lib/exts/Observe.lhs share/hugs/lib/exts/Pretty.lhs share/hugs/lib/exts/ST.hs share/hugs/lib/exts/SampleVar.lhs @@ -82,11 +85,17 @@ share/hugs/lib/hugs/StdLibs.hs share/hugs/lib/hugs/Trace.hs share/hugs/lib/hugs/Trex.hs -share/doc/hugs/windows-notes.txt share/doc/hugs/Makefile +share/doc/hugs/Makefile.in +share/doc/hugs/ffi-notes.txt +share/doc/hugs/hugs.1.in +share/doc/hugs/machugs-notes.txt +share/doc/hugs/mdo-notes.txt +share/doc/hugs/observe-notes.txt +share/doc/hugs/winhugs-notes.txt +share/doc/hugs/zipcomp-notes.txt share/doc/hugs/server.tex share/doc/hugs/server.html -share/doc/hugs/hugs.man share/doc/hugs/hugs.1 @dirrm share/hugs/lib/hugs @dirrm share/hugs/lib/exts >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010618092709.6947911550A>