From root@gaia.informatik.unibw-muenchen.de  Mon Jun 18 02:31:26 2001
Return-Path: <root@gaia.informatik.unibw-muenchen.de>
Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27])
	by hub.freebsd.org (Postfix) with ESMTP id 45FAB37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Jun 2001 02:31:25 -0700 (PDT)
	(envelope-from root@gaia.informatik.unibw-muenchen.de)
Received: from gaia.informatik.unibw-muenchen.de (gaia.Informatik.UniBw-Muenchen.de [137.193.60.64])
	by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f5I9RXM08324;
	Mon, 18 Jun 2001 11:27:33 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
	by gaia.informatik.unibw-muenchen.de (Postfix) with ESMTP
	id 29AB411550B; Mon, 18 Jun 2001 11:27:27 +0200 (CEST)
Received: by gaia.informatik.unibw-muenchen.de (Postfix, from userid 0)
	id 6947911550A; Mon, 18 Jun 2001 11:27:09 +0200 (CEST)
Message-Id: <20010618092709.6947911550A@gaia.informatik.unibw-muenchen.de>
Date: Mon, 18 Jun 2001 11:27:09 +0200 (CEST)
From: obraun@INFORMATIK.UNIBW-MUENCHEN.DE
Reply-To: obraun@INFORMATIK.UNIBW-MUENCHEN.DE
To: FreeBSD-gnats-submit@freebsd.org
Cc: obraun@INFORMATIK.UNIBW-MUENCHEN.DE
Subject: Update port: lang/hugs new maintainer and update to Feb2001 Version
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28254
>Category:       ports
>Synopsis:       Update port: lang/hugs new maintainer and update to Feb2001 Version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dwcjr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 02:40:01 PDT 2001
>Closed-Date:    Tue Jun 19 07:06:42 PDT 2001
>Last-Modified:  Wed Jun 20 16:00:18 PDT 2001
>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:

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: obraun@INFORMATIK.UNIBW-MUENCHEN.DE
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/28254: Update port: lang/hugs new maintainer and update to Feb2001 Version
Date: Mon, 18 Jun 2001 09:51:50 -0500

 How does the current maintainer of this feel?
 
 -- 
 David W. Chapman Jr.
Responsible-Changed-From-To: freebsd-ports->dwcjr 
Responsible-Changed-By: dwcjr 
Responsible-Changed-When: Mon Jun 18 15:25:45 PDT 2001 
Responsible-Changed-Why:  
I'll handle this one. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28254 

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org,
	obraun@INFORMATIK.UNIBW-MUENCHEN.DE,
	Jimmy Olgeni <olgeni@FreeBSD.org>
Cc:  
Subject: Re: ports/28254: Update port: lang/hugs new maintainer and update to Feb2001 Version
Date: Mon, 18 Jun 2001 17:29:19 -0500

 Here is my proposal to the port version problem, anyone have any 
 objections, this patch is again what is currently in the source and 
 includes the patch in this pr.
 
 http://people.freebsd.org/~dwcjr/hugs.patch
 

From: Oliver Braun <obraun@INFORMATIK.UNIBW-MUENCHEN.DE>
To: "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc: freebsd-gnats-submit@freebsd.org,
	Jimmy Olgeni <olgeni@freebsd.org>
Subject: Re: ports/28254: Update port: lang/hugs new maintainer and update to Feb2001 Version
Date: Tue, 19 Jun 2001 10:54:49 +0200

 * David W. Chapman Jr. <dwcjr@inethouston.net>:
 > Here is my proposal to the port version problem, anyone have any 
 > objections, this patch is again what is currently in the source and 
 > includes the patch in this pr.
 > 
 > http://people.freebsd.org/~dwcjr/hugs.patch
 
 ok, I think this is a better solution, than my first approach.
 
 Thank you, Olli
 -- 
 Dipl.-Inform. (Univ.) Oliver Braun
 Department of Computing Science
 Federal Armed Forces University Munich
 http://ist.unibw-muenchen.de/People/obraun/
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Tue Jun 19 07:06:42 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28254 

From: Jimmy Olgeni <olgeni@FreeBSD.org>
To: <obraun@INFORMATIK.UNIBW-MUENCHEN.DE>
Cc: <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/28254: Update port: lang/hugs new maintainer and update
 to Feb2001 Version
Date: Mon, 18 Jun 2001 12:25:13 +0200 (CEST)

 Hi!
 
 Did the previous maintainer approve the maintainership change?
 
 -- 
 jimmy
 
 
>Unformatted:
