From ocaml-ounit-port@kotka.de  Tue Feb 28 21:50:50 2006
Return-Path: <ocaml-ounit-port@kotka.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8B0F916A42B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Feb 2006 21:50:50 +0000 (GMT)
	(envelope-from ocaml-ounit-port@kotka.de)
Received: from rohrpostix.kotka.de (vs247120.vserver.de [62.75.247.120])
	by mx1.FreeBSD.org (Postfix) with SMTP id 085CB43D92
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Feb 2006 21:50:36 +0000 (GMT)
	(envelope-from ocaml-ounit-port@kotka.de)
Received: (qmail 11844 invoked from network); 28 Feb 2006 21:50:22 -0000
Received: from localhost (127.0.0.1)
  by localhost with SMTP; 28 Feb 2006 21:50:22 -0000
Received: (qmail 16939 invoked by uid 1001); 28 Feb 2006 22:43:28 +0100
Message-Id: <20060228214328.16938.qmail@ceres.kotka.de>
Date: 28 Feb 2006 22:43:28 +0100
From: Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
Reply-To: Meikel Brandmeyer <ocaml-ounit-port@kotka.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/ocaml-ounit Unit test framework for OCaml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93957
>Category:       ports
>Synopsis:       New port: devel/ocaml-ounit Unit test framework for OCaml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 22:00:17 GMT 2006
>Closed-Date:    Thu Jul 06 18:05:28 GMT 2006
>Last-Modified:  Thu Jul 06 18:05:28 GMT 2006
>Originator:     Meikel Brandmeyer
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ceres.kotka.de 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Unit test framework for OCaml. Inspired by Java's JUnit
	and Haskell's HUnit.
>How-To-Repeat:
	
>Fix:

	

--- ocaml-ounit.shar begins here ---
# 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-ounit
#	/usr/ports/devel/ocaml-ounit/Makefile
#	/usr/ports/devel/ocaml-ounit/distinfo
#	/usr/ports/devel/ocaml-ounit/pkg-descr
#	/usr/ports/devel/ocaml-ounit/pkg-plist
#
echo c - /usr/ports/devel/ocaml-ounit
mkdir -p /usr/ports/devel/ocaml-ounit > /dev/null 2>&1
echo x - /usr/ports/devel/ocaml-ounit/Makefile
sed 's/^X//' >/usr/ports/devel/ocaml-ounit/Makefile << 'END-of-/usr/ports/devel/ocaml-ounit/Makefile'
X# Ports collection makefile for: ocaml-ounit
X# Date created: 28th February 2006
X# Whom: "Meikel Brandmeyer" <ocaml-ounit-port@kotka.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ounit
XPORTVERSION=	1.0.2
XCATEGORIES=	devel
XMASTER_SITES=	http://www.xs4all.nl/~mmzeeman/ocaml/
XPKGNAMEPREFIX=	ocaml-
X
XMAINTAINER=	ocaml-ounit-port@kotka.de
XCOMMENT=	OCaml unit test framework
X
XBUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
X		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
X
XUSE_GMAKE=	yes
X
XDOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
XPORTDOCS=	README style.css *.html
X
XALL_TARGET=	all allopt testall doc
X
XMAKE_ENV=	OCAMLFIND_DESTDIR=${PREFIX}/lib/ocaml/site-lib
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} "==>  Installing port documentation for ${PKGORIGIN}..."
X	@${MKDIR} ${DOCSDIR}
X	@( cd ${WRKSRC}; ${INSTALL_DATA} README ${DOCSDIR} )
X	@( cd ${WRKSRC}/doc;\
X	   ${INSTALL_DATA} style.css ${DOCSDIR};\
X	   for f in `${FIND} . -type f -name \\*.html -print`; do\
X		${INSTALL_DATA} $${f} ${DOCSDIR};\
X	   done )
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/devel/ocaml-ounit/Makefile
echo x - /usr/ports/devel/ocaml-ounit/distinfo
sed 's/^X//' >/usr/ports/devel/ocaml-ounit/distinfo << 'END-of-/usr/ports/devel/ocaml-ounit/distinfo'
XMD5 (ounit-1.0.2.tar.gz) = 27320856992f0d1b9b0abc186df2e552
XSHA256 (ounit-1.0.2.tar.gz) = 3ab40dfe4202aa83fa0309d1265b30e1acd633fec1ad728e5b463dde07737e13
XSIZE (ounit-1.0.2.tar.gz) = 9806
END-of-/usr/ports/devel/ocaml-ounit/distinfo
echo x - /usr/ports/devel/ocaml-ounit/pkg-descr
sed 's/^X//' >/usr/ports/devel/ocaml-ounit/pkg-descr << 'END-of-/usr/ports/devel/ocaml-ounit/pkg-descr'
XOUnit is a unit testing framework for Objective Caml, inspired by
Xthe JUnit tool for Java, and the HUnit tool for Haskell.
X
XWWW: http://home.wanadoo.nl/maas/ocaml
END-of-/usr/ports/devel/ocaml-ounit/pkg-descr
echo x - /usr/ports/devel/ocaml-ounit/pkg-plist
sed 's/^X//' >/usr/ports/devel/ocaml-ounit/pkg-plist << 'END-of-/usr/ports/devel/ocaml-ounit/pkg-plist'
Xlib/ocaml/site-lib/oUnit/oUnit.a
Xlib/ocaml/site-lib/oUnit/oUnit.cmxa
Xlib/ocaml/site-lib/oUnit/oUnit.cma
Xlib/ocaml/site-lib/oUnit/oUnit.cmi
Xlib/ocaml/site-lib/oUnit/oUnit.mli
Xlib/ocaml/site-lib/oUnit/META
X@dirrm lib/ocaml/site-lib/oUnit
X@unexec ocamlfind remove oUnit 2> /dev/null || true
END-of-/usr/ports/devel/ocaml-ounit/pkg-plist
exit
--- ocaml-ounit.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: aaron 
Responsible-Changed-When: Sat Jun 3 04:19:31 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

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

From: Meikel Brandmeyer <mb@kotka.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/93957: New port: devel/ocaml-ounit Unit test framework for OCaml
Date: Tue, 06 Jun 2006 23:30:11 +0200

 ------- =_aaaaaaaaaa0
 Content-Type: text/plain; charset="us-ascii"
 Content-ID: <2522.1149629366.1@kotka.de>
 
 Hello,
 
 unfortunately the shar file was packed in a wrong way. Please
 consider the attached update. Thank you.
 
 Sincerely
 Meikel
 
 
 ------- =_aaaaaaaaaa0
 Content-Type: text/plain; name="ocaml-ounit.shar"; charset="us-ascii"
 Content-ID: <2522.1149629366.2@kotka.de>
 
 # 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:
 #
 #	ocaml-ounit
 #	ocaml-ounit/Makefile
 #	ocaml-ounit/distinfo
 #	ocaml-ounit/pkg-descr
 #	ocaml-ounit/pkg-plist
 #
 echo c - ocaml-ounit
 mkdir -p ocaml-ounit > /dev/null 2>&1
 echo x - ocaml-ounit/Makefile
 sed 's/^X//' >ocaml-ounit/Makefile << 'END-of-ocaml-ounit/Makefile'
 X# Ports collection makefile for: ocaml-ounit
 X# Date created: 28th February 2006
 X# Whom: "Meikel Brandmeyer" <ocaml-ounit-port@kotka.de>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	ounit
 XPORTVERSION=	1.0.2
 XCATEGORIES=	devel
 XMASTER_SITES=	http://www.xs4all.nl/~mmzeeman/ocaml/
 XPKGNAMEPREFIX=	ocaml-
 X
 XMAINTAINER=	ocaml-ounit-port@kotka.de
 XCOMMENT=	OCaml unit test framework
 X
 XBUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 X		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
 X
 XUSE_GMAKE=	yes
 X
 X#SUB_FILES=	pkg-install pkg-deinstall
 X
 XDOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 XPORTDOCS=	README style.css *.html
 X
 XALL_TARGET=	all allopt testall doc
 X
 XMAKE_ENV=	OCAMLFIND_DESTDIR=${PREFIX}/lib/ocaml/site-lib
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	@${ECHO_MSG} "==>  Installing port documentation for ${PKGORIGIN}..."
 X	@${MKDIR} ${DOCSDIR}
 X	@( cd ${WRKSRC}; ${INSTALL_DATA} README ${DOCSDIR} )
 X	@( cd ${WRKSRC}/doc;\
 X	   ${INSTALL_DATA} style.css ${DOCSDIR};\
 X	   for f in `${FIND} . -type f -name \\*.html -print`; do\
 X		${INSTALL_DATA} $${f} ${DOCSDIR};\
 X	   done )
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-ocaml-ounit/Makefile
 echo x - ocaml-ounit/distinfo
 sed 's/^X//' >ocaml-ounit/distinfo << 'END-of-ocaml-ounit/distinfo'
 XMD5 (ounit-1.0.2.tar.gz) = 27320856992f0d1b9b0abc186df2e552
 XSHA256 (ounit-1.0.2.tar.gz) = 3ab40dfe4202aa83fa0309d1265b30e1acd633fec1ad728e5b463dde07737e13
 XSIZE (ounit-1.0.2.tar.gz) = 9806
 END-of-ocaml-ounit/distinfo
 echo x - ocaml-ounit/pkg-descr
 sed 's/^X//' >ocaml-ounit/pkg-descr << 'END-of-ocaml-ounit/pkg-descr'
 XOUnit is a unit testing framework for Objective Caml, inspired by
 Xthe JUnit tool for Java, and the HUnit tool for Haskell.
 X
 XWWW: http://home.wanadoo.nl/maas/ocaml
 END-of-ocaml-ounit/pkg-descr
 echo x - ocaml-ounit/pkg-plist
 sed 's/^X//' >ocaml-ounit/pkg-plist << 'END-of-ocaml-ounit/pkg-plist'
 Xlib/ocaml/site-lib/oUnit/oUnit.a
 Xlib/ocaml/site-lib/oUnit/oUnit.cmxa
 Xlib/ocaml/site-lib/oUnit/oUnit.cma
 Xlib/ocaml/site-lib/oUnit/oUnit.cmi
 Xlib/ocaml/site-lib/oUnit/oUnit.mli
 Xlib/ocaml/site-lib/oUnit/META
 X@dirrm lib/ocaml/site-lib/oUnit
 X@unexec ocamlfind remove oUnit 2> /dev/null || true
 END-of-ocaml-ounit/pkg-plist
 exit
 
 
 ------- =_aaaaaaaaaa0--
Responsible-Changed-From-To: aaron->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Jul 1 06:44:58 UTC 2006 
Responsible-Changed-Why:  
Reassign to pool.  The assignee has had this PR for some time, and did not 
respond to email asking about its status. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93957 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Jul 6 18:05:25 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93957 
>Unformatted:
