From nobody@FreeBSD.org  Mon Jul  7 09:47:49 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 49DD51065683
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jul 2008 09:47:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 369BF8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jul 2008 09:47:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m679lmKh082210
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 7 Jul 2008 09:47:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m679lma7082209;
	Mon, 7 Jul 2008 09:47:48 GMT
	(envelope-from nobody)
Message-Id: <200807070947.m679lma7082209@www.freebsd.org>
Date: Mon, 7 Jul 2008 09:47:48 GMT
From: Jaap Boender <jaapb@kerguelen.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: devel/ocaml-lwt (cooperative threading library for ocaml)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125362
>Category:       ports
>Synopsis:       New port: devel/ocaml-lwt (cooperative threading library for ocaml)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 09:50:04 UTC 2008
>Closed-Date:    Sun Jan 18 22:24:32 UTC 2009
>Last-Modified:  Sun Jan 18 22:30:08 UTC 2009
>Originator:     Jaap Boender
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD marion-dufresne.pps.jussieu.fr 7.0-STABLE FreeBSD 7.0-STABLE #2: Thu Jun  5 13:42:32 CEST 2008     root@marion-dufresne.pps.jussieu.fr:/usr/obj/usr/src/sys/MARION-DUFRESNE  i386
>Description:
A shar fine containing the port directory is included. This port will be needed for an upcoming new release of the www/ocsigen port, and the library is also used by net/unison (though included in that port, for now)
>How-To-Repeat:
n/a
>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/devel/ocaml-lwt
#	/usr/ports/devel/ocaml-lwt/Makefile
#	/usr/ports/devel/ocaml-lwt/pkg-descr
#	/usr/ports/devel/ocaml-lwt/distinfo
#
echo c - /usr/ports/devel/ocaml-lwt
mkdir -p /usr/ports/devel/ocaml-lwt > /dev/null 2>&1
echo x - /usr/ports/devel/ocaml-lwt/Makefile
sed 's/^X//' >/usr/ports/devel/ocaml-lwt/Makefile << 'END-of-/usr/ports/devel/ocaml-lwt/Makefile'
X# New ports collection makefile for:	ocaml-lwt
X# Date created:				7 July 2008
X# Whom:					jaapb@kerguelen.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lwt
XPORTVERSION=	1.1.0
XCATEGORIES=	devel
XMASTER_SITES=	http://www.ocsigen.org/download/
XPKGNAMEPREFIX=	ocaml-
X
XMAINTAINER=	jaapb@kerguelen.org
XCOMMENT=	Cooperative threading library for OCaml
X
XUSE_OCAML=		yes
XOCAMLC_DEPEND=		ocaml>=3.10:${OCAMLC_PORT}
XUSE_OCAML_FINDLIB=	yes
XUSE_OCAMLFIND_PLIST=	yes
XUSE_OCAML_LDCONFIG=	yes
X
XUSE_GMAKE=		yes
XDOCSDIR=		${PREFIX}/share/doc/ocaml/${PORTNAME}
XPORTDOCS=		*
X
X.include <bsd.port.pre.mk>
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/_build/lwt.docdir/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/devel/ocaml-lwt/Makefile
echo x - /usr/ports/devel/ocaml-lwt/pkg-descr
sed 's/^X//' >/usr/ports/devel/ocaml-lwt/pkg-descr << 'END-of-/usr/ports/devel/ocaml-lwt/pkg-descr'
XLwt (the abbreviation stands for Light-Weight Threading) is a cooperative
Xthreading library for Ocaml. 
END-of-/usr/ports/devel/ocaml-lwt/pkg-descr
echo x - /usr/ports/devel/ocaml-lwt/distinfo
sed 's/^X//' >/usr/ports/devel/ocaml-lwt/distinfo << 'END-of-/usr/ports/devel/ocaml-lwt/distinfo'
XMD5 (lwt-1.1.0.tar.gz) = dcc43458f3e39647bb7992749de43fa5
XSHA256 (lwt-1.1.0.tar.gz) = 6c9087e1185de933091fcd147f1c125157b01921d32ca0e2304319c2d72ee9d6
XSIZE (lwt-1.1.0.tar.gz) = 32844
END-of-/usr/ports/devel/ocaml-lwt/distinfo
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sat Jul 19 11:51:36 UTC 2008 
State-Changed-Why:  
Howdy Jaap, 

The build failed, Could you please take a look at it? 

http://i386.miwibox.org/index.php?action=describe_port&id=1507 

Thanks 



http://www.freebsd.org/cgi/query-pr.cgi?pr=125362 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Dec 25 00:41:10 UTC 2008 
State-Changed-Why:  
Feedback timeout 3 Months. If you want to have this port in the Ports 
tree, please feel free to follow-up this PR so that we can re-open it 
and find a solution to the problem. Thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=125362 

From: Jaap Boender <jaapb@kerguelen.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/125362: New port: devel/ocaml-lwt (cooperative threading library for ocaml)
Date: Tue, 13 Jan 2009 15:59:04 +0100

 --Boundary-00=_5wKbJe040qcNe1m
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Sorry for the late reply. I've forgotten the dependency on ocaml-ssl; I've 
 added a new .shar with this error fixed to this mail.
 
 --Boundary-00=_5wKbJe040qcNe1m
 Content-Type: text/plain;
   charset="us-ascii";
   name="lwt.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="lwt.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	/usr/ports/devel/ocaml-lwt
 #	/usr/ports/devel/ocaml-lwt/Makefile
 #	/usr/ports/devel/ocaml-lwt/pkg-descr
 #	/usr/ports/devel/ocaml-lwt/distinfo
 #
 echo c - /usr/ports/devel/ocaml-lwt
 mkdir -p /usr/ports/devel/ocaml-lwt > /dev/null 2>&1
 echo x - /usr/ports/devel/ocaml-lwt/Makefile
 sed 's/^X//' >/usr/ports/devel/ocaml-lwt/Makefile << '6dfe83c73a7eafaea36e222cce928314'
 X# New ports collection makefile for:	ocaml-lwt
 X# Date created:				7 July 2008
 X# Whom:					jaapb@kerguelen.org
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	lwt
 XPORTVERSION=	1.1.0
 XCATEGORIES=	devel
 XMASTER_SITES=	http://www.ocsigen.org/download/
 XPKGNAMEPREFIX=	ocaml-
 X
 XMAINTAINER=	jaapb@kerguelen.org
 XCOMMENT=	Cooperative threading library for OCaml
 X
 XUSE_OCAML=		yes
 XOCAMLC_DEPEND=		ocaml>=3.10:${OCAMLC_PORT}
 XUSE_OCAML_FINDLIB=	yes
 XUSE_OCAMLFIND_PLIST=	yes
 XUSE_OCAML_LDCONFIG=	yes
 X
 XUSE_GMAKE=		yes
 XDOCSDIR=		${PREFIX}/share/doc/ocaml/${PORTNAME}
 XPORTDOCS=		*
 X
 XBUILD_DEPENDS+=		${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
 XRUN_DEPENDS+=		${SA_DIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl
 X
 XSA_DIR=         	${PREFIX}/${OCAML_SITELIBDIR}
 X
 X.include <bsd.port.pre.mk>
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X	${INSTALL_MAN} ${WRKSRC}/_build/lwt.docdir/* ${DOCSDIR}
 X.endif
 X
 X.include <bsd.port.post.mk>
 6dfe83c73a7eafaea36e222cce928314
 echo x - /usr/ports/devel/ocaml-lwt/pkg-descr
 sed 's/^X//' >/usr/ports/devel/ocaml-lwt/pkg-descr << 'dedb9c4e182f03a575cd91886e3711fa'
 XLwt (the abbreviation stands for Light-Weight Threading) is a cooperative
 Xthreading library for Ocaml. 
 dedb9c4e182f03a575cd91886e3711fa
 echo x - /usr/ports/devel/ocaml-lwt/distinfo
 sed 's/^X//' >/usr/ports/devel/ocaml-lwt/distinfo << '20672e5632223df22c2ee7470c4874ba'
 XMD5 (lwt-1.1.0.tar.gz) = dcc43458f3e39647bb7992749de43fa5
 XSHA256 (lwt-1.1.0.tar.gz) = 6c9087e1185de933091fcd147f1c125157b01921d32ca0e2304319c2d72ee9d6
 XSIZE (lwt-1.1.0.tar.gz) = 32844
 20672e5632223df22c2ee7470c4874ba
 exit
 
 
 --Boundary-00=_5wKbJe040qcNe1m--
State-Changed-From-To: closed->open 
State-Changed-By: beech 
State-Changed-When: Sun Jan 18 21:26:19 UTC 2009 
State-Changed-Why:  
Submitter response 


Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Jan 18 21:26:19 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125362 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sun Jan 18 22:24:16 UTC 2009 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125362 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125362: commit references a PR
Date: Sun, 18 Jan 2009 22:23:56 +0000 (UTC)

 beech       2009-01-18 22:23:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/ocaml-lwt      Makefile distinfo pkg-descr 
   Log:
   Lwt (the abbreviation stands for Light-Weight Threading) is a cooperative
   threading library for Ocaml.
   
   PR:             ports/125362
   Submitted by:   jaapb at kerguelen.org
   
   Revision  Changes    Path
   1.3327    +1 -0      ports/devel/Makefile
   1.1       +40 -0     ports/devel/ocaml-lwt/Makefile (new)
   1.1       +3 -0      ports/devel/ocaml-lwt/distinfo (new)
   1.1       +2 -0      ports/devel/ocaml-lwt/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
