From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 27 20:20:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 409E616A4DF for ; Thu, 27 Jul 2006 20:20:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE5043D53 for ; Thu, 27 Jul 2006 20:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6RKKJq0073321 for ; Thu, 27 Jul 2006 20:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6RKKJj4073320; Thu, 27 Jul 2006 20:20:19 GMT (envelope-from gnats) Resent-Date: Thu, 27 Jul 2006 20:20:19 GMT Resent-Message-Id: <200607272020.k6RKKJj4073320@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC2B316A4DA for ; Thu, 27 Jul 2006 20:11:06 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C1E43D55 for ; Thu, 27 Jul 2006 20:11:05 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G6CJr-00013d-6K for FreeBSD-gnats-submit@freebsd.org; Fri, 28 Jul 2006 00:19:02 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 131D711F6B; Fri, 28 Jul 2006 00:10:37 +0400 (MSD) Message-Id: <20060727201037.131D711F6B@fonon.realnet> Date: Fri, 28 Jul 2006 00:10:37 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100932: [NEW PORT] lang/ocaml-examples: Example programs for the Objective Caml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 20:20:20 -0000 >Number: 100932 >Category: ports >Synopsis: [NEW PORT] lang/ocaml-examples: Example programs for the Objective Caml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 27 20:20:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: Various examples for the Objective Caml compiler and programming environment. WWW: http://caml.inria.fr/ocaml/ >How-To-Repeat: >Fix: --- ocaml-examples-3.08.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: # # ocaml-examples # ocaml-examples/pkg-descr # ocaml-examples/Makefile # ocaml-examples/pkg-plist # ocaml-examples/distinfo # echo c - ocaml-examples mkdir -p ocaml-examples > /dev/null 2>&1 echo x - ocaml-examples/pkg-descr sed 's/^X//' >ocaml-examples/pkg-descr << 'END-of-ocaml-examples/pkg-descr' XVarious examples for the Objective Caml compiler and programming environment. X XWWW: http://caml.inria.fr/ocaml/ END-of-ocaml-examples/pkg-descr echo x - ocaml-examples/Makefile sed 's/^X//' >ocaml-examples/Makefile << 'END-of-ocaml-examples/Makefile' X# New ports collection makefile for: ocaml-examples X# Date created: 2006-07-27 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= ocaml XPORTVERSION= 3.08 XCATEGORIES= lang XMASTER_SITES= http://caml.inria.fr/distrib/ \ X ftp://ftp.inria.fr/INRIA/caml-light/ \ X ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ XPKGNAMESUFFIX= -examples XDISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= Example programs for the Objective Caml X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${EXAMPLESDIR} X @${TAR} -cf- -C ${WRKSRC} --exclude Makefile --exclude Imakefile . | \ X ${TAR} -xf- -C ${EXAMPLESDIR} X @${FIND} ${EXAMPLESDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; X @${FIND} ${EXAMPLESDIR} -exec ${CHOWN} ${SHAREOWN} {} \; X X.include END-of-ocaml-examples/Makefile echo x - ocaml-examples/pkg-plist sed 's/^X//' >ocaml-examples/pkg-plist << 'END-of-ocaml-examples/pkg-plist' X%%EXAMPLESDIR%%/TODO X%%EXAMPLESDIR%%/asl/README X%%EXAMPLESDIR%%/asl/asl.ml X%%EXAMPLESDIR%%/asl/asl.mli X%%EXAMPLESDIR%%/asl/example.asl X%%EXAMPLESDIR%%/asl/example.res X%%EXAMPLESDIR%%/asl/loadall.ml X%%EXAMPLESDIR%%/asl/main.ml X%%EXAMPLESDIR%%/asl/main.mli X%%EXAMPLESDIR%%/asl/parser.ml X%%EXAMPLESDIR%%/asl/parser.mli X%%EXAMPLESDIR%%/asl/prel.ml X%%EXAMPLESDIR%%/asl/prel.mli X%%EXAMPLESDIR%%/asl/run.ml X%%EXAMPLESDIR%%/asl/semant.ml X%%EXAMPLESDIR%%/asl/token.ml X%%EXAMPLESDIR%%/asl/token.mli X%%EXAMPLESDIR%%/asl/typing.ml X%%EXAMPLESDIR%%/basics/README X%%EXAMPLESDIR%%/basics/argcargv.ml X%%EXAMPLESDIR%%/basics/eng.html X%%EXAMPLESDIR%%/basics/explode.ml X%%EXAMPLESDIR%%/basics/explode.mli X%%EXAMPLESDIR%%/basics/fib.ml X%%EXAMPLESDIR%%/basics/fra.html X%%EXAMPLESDIR%%/basics/greeting.ml X%%EXAMPLESDIR%%/basics/hello.ml X%%EXAMPLESDIR%%/basics/kmp.ml X%%EXAMPLESDIR%%/basics/loadall.ml X%%EXAMPLESDIR%%/basics/queens.ml X%%EXAMPLESDIR%%/basics/queens_lazy.ml X%%EXAMPLESDIR%%/basics/queens_tail.ml X%%EXAMPLESDIR%%/basics/realloc.ml X%%EXAMPLESDIR%%/basics/realloc.mli X%%EXAMPLESDIR%%/basics/reverse_rec.ml X%%EXAMPLESDIR%%/basics/reverse_stdin.ml X%%EXAMPLESDIR%%/basics/sieve.ml X%%EXAMPLESDIR%%/basics/sieve_vect.c X%%EXAMPLESDIR%%/basics/sieve_vect.ml X%%EXAMPLESDIR%%/basics/sieve_vect_unsafe.ml X%%EXAMPLESDIR%%/basics/soli.ml X%%EXAMPLESDIR%%/basics/square.ml X%%EXAMPLESDIR%%/basics/strpos.ml X%%EXAMPLESDIR%%/basics/wc.ml X%%EXAMPLESDIR%%/basics/wc_unix.ml X%%EXAMPLESDIR%%/calc/README X%%EXAMPLESDIR%%/calc/calc.ml X%%EXAMPLESDIR%%/calc/lexer.mll X%%EXAMPLESDIR%%/calc/loadall.ml X%%EXAMPLESDIR%%/calc/main.ml X%%EXAMPLESDIR%%/calc/parser.mly X%%EXAMPLESDIR%%/camltk/README X%%EXAMPLESDIR%%/camltk/addition.ml X%%EXAMPLESDIR%%/camltk/bonjour.ml X%%EXAMPLESDIR%%/camltk/bonjour_quit.ml X%%EXAMPLESDIR%%/camltk/camleyes.ml X%%EXAMPLESDIR%%/camltk/convert.ml X%%EXAMPLESDIR%%/camltk/convert_euro.ml X%%EXAMPLESDIR%%/camltk/convertion.ml X%%EXAMPLESDIR%%/camltk/convertion_euro.ml X%%EXAMPLESDIR%%/camltk/eng.html X%%EXAMPLESDIR%%/camltk/hello.ml X%%EXAMPLESDIR%%/camltk/hello_quit.ml X%%EXAMPLESDIR%%/camltk/images/CamlBook.gif X%%EXAMPLESDIR%%/camltk/images/Lambda2.back.gif X%%EXAMPLESDIR%%/camltk/images/dojoji.back.gif X%%EXAMPLESDIR%%/camltk/joconde.gif X%%EXAMPLESDIR%%/camltk/loadall.ml X%%EXAMPLESDIR%%/camltk/mytext.ml X%%EXAMPLESDIR%%/camltk/rgb.ml X%%EXAMPLESDIR%%/camltk/start.ml X%%EXAMPLESDIR%%/camltk/stop.ml X%%EXAMPLESDIR%%/camltk/taquin.ml X%%EXAMPLESDIR%%/camltk/tetris.ml X%%EXAMPLESDIR%%/camltktutorial/appli.ml X%%EXAMPLESDIR%%/camltktutorial/complexe.ml X%%EXAMPLESDIR%%/camltktutorial/complexe0.ml X%%EXAMPLESDIR%%/camltktutorial/complexegui.ml X%%EXAMPLESDIR%%/camltktutorial/complexegui0.ml X%%EXAMPLESDIR%%/camltktutorial/servers/biconnect.ml X%%EXAMPLESDIR%%/camltktutorial/servers/bipipe.ml X%%EXAMPLESDIR%%/camltktutorial/servers/bipipe.mli X%%EXAMPLESDIR%%/camltktutorial/servers/compute.ml X%%EXAMPLESDIR%%/camltktutorial/servers/gui.ml X%%EXAMPLESDIR%%/camltktutorial/servers/make_appli X%%EXAMPLESDIR%%/camltktutorial/servers/multiconnect X%%EXAMPLESDIR%%/camltktutorial/simple.ml X%%EXAMPLESDIR%%/colwheel/colwheel.ml X%%EXAMPLESDIR%%/colwheel/loadall.ml X%%EXAMPLESDIR%%/compress/compr.ml X%%EXAMPLESDIR%%/compress/decompr.ml X%%EXAMPLESDIR%%/compress/esbit.ml X%%EXAMPLESDIR%%/compress/esbit.mli X%%EXAMPLESDIR%%/compress/fileprio.ml X%%EXAMPLESDIR%%/compress/fileprio.mli X%%EXAMPLESDIR%%/compress/huffman.ml X%%EXAMPLESDIR%%/compress/huffman.mli X%%EXAMPLESDIR%%/compress/loadall.ml X%%EXAMPLESDIR%%/config/Imake.rules X%%EXAMPLESDIR%%/config/Imake.tmpl X%%EXAMPLESDIR%%/config/coldboot X%%EXAMPLESDIR%%/demonstr/asynt.ml X%%EXAMPLESDIR%%/demonstr/asynt.mli X%%EXAMPLESDIR%%/demonstr/demo.ml X%%EXAMPLESDIR%%/demonstr/lexuniv.ml X%%EXAMPLESDIR%%/demonstr/lexuniv.mli X%%EXAMPLESDIR%%/demonstr/loadall.ml X%%EXAMPLESDIR%%/demonstr/prop.ml X%%EXAMPLESDIR%%/demonstr/prop.mli X%%EXAMPLESDIR%%/dlls/MakefileByteCode X%%EXAMPLESDIR%%/dlls/MakefileNative X%%EXAMPLESDIR%%/dlls/client.c X%%EXAMPLESDIR%%/dlls/fib.ml X%%EXAMPLESDIR%%/dlls/fibwrap.c X%%EXAMPLESDIR%%/dlls/modwrap.c X%%EXAMPLESDIR%%/docteur/docteur.ml X%%EXAMPLESDIR%%/docteur/loadall.ml X%%EXAMPLESDIR%%/doctor/doctor.ml X%%EXAMPLESDIR%%/doctor/loadall.ml X%%EXAMPLESDIR%%/eng.html X%%EXAMPLESDIR%%/fra.html X%%EXAMPLESDIR%%/grep/auto.ml X%%EXAMPLESDIR%%/grep/auto.mli X%%EXAMPLESDIR%%/grep/determ.ml X%%EXAMPLESDIR%%/grep/determ.mli X%%EXAMPLESDIR%%/grep/ensent.ml X%%EXAMPLESDIR%%/grep/ensent.mli X%%EXAMPLESDIR%%/grep/expr.ml X%%EXAMPLESDIR%%/grep/expr.mli X%%EXAMPLESDIR%%/grep/fastgrep.ml X%%EXAMPLESDIR%%/grep/fastrec.c X%%EXAMPLESDIR%%/grep/fastrec.mli X%%EXAMPLESDIR%%/grep/grep.ml X%%EXAMPLESDIR%%/grep/loadall.ml X%%EXAMPLESDIR%%/grep/makefast X%%EXAMPLESDIR%%/hanoi/grahanoi-eng.ml X%%EXAMPLESDIR%%/hanoi/grahanoi-fra.ml X%%EXAMPLESDIR%%/hanoi/hanoi-eng.ml X%%EXAMPLESDIR%%/hanoi/hanoi-fra.ml X%%EXAMPLESDIR%%/hanoi/koch.ml X%%EXAMPLESDIR%%/hanoi/loadall.ml X%%EXAMPLESDIR%%/hanoi/txthanoi-eng.ml X%%EXAMPLESDIR%%/hanoi/txthanoi-fra.ml X%%EXAMPLESDIR%%/kb/README X%%EXAMPLESDIR%%/kb/equation.ml X%%EXAMPLESDIR%%/kb/go.ml X%%EXAMPLESDIR%%/kb/kb.ml X%%EXAMPLESDIR%%/kb/loadall.ml X%%EXAMPLESDIR%%/kb/order.ml X%%EXAMPLESDIR%%/kb/prelude.ml X%%EXAMPLESDIR%%/kb/terms.ml X%%EXAMPLESDIR%%/minicaml/caml.ml X%%EXAMPLESDIR%%/minicaml/eval.ml X%%EXAMPLESDIR%%/minicaml/eval.mli X%%EXAMPLESDIR%%/minicaml/interp.ml X%%EXAMPLESDIR%%/minicaml/lexuniv.ml X%%EXAMPLESDIR%%/minicaml/lexuniv.mli X%%EXAMPLESDIR%%/minicaml/loadall.ml X%%EXAMPLESDIR%%/minicaml/syntaxe.ml X%%EXAMPLESDIR%%/minicaml/syntaxe.mli X%%EXAMPLESDIR%%/minicaml/synthese.ml X%%EXAMPLESDIR%%/minicaml/synthese.mli X%%EXAMPLESDIR%%/minicaml/types.ml X%%EXAMPLESDIR%%/minicaml/types.mli X%%EXAMPLESDIR%%/minicaml/typeur.ml X%%EXAMPLESDIR%%/minilogo/abstract.ml X%%EXAMPLESDIR%%/minilogo/alex.ml X%%EXAMPLESDIR%%/minilogo/alex.mli X%%EXAMPLESDIR%%/minilogo/asynt.ml X%%EXAMPLESDIR%%/minilogo/asynt.mli X%%EXAMPLESDIR%%/minilogo/crayon.ml X%%EXAMPLESDIR%%/minilogo/crayon.mli X%%EXAMPLESDIR%%/minilogo/langage.ml X%%EXAMPLESDIR%%/minilogo/langage.mli X%%EXAMPLESDIR%%/minilogo/loadall.ml X%%EXAMPLESDIR%%/minilogo/logo.ml X%%EXAMPLESDIR%%/pascal/compil.ml X%%EXAMPLESDIR%%/pascal/compil.mli X%%EXAMPLESDIR%%/pascal/cpascal.ml X%%EXAMPLESDIR%%/pascal/envir.ml X%%EXAMPLESDIR%%/pascal/envir.mli X%%EXAMPLESDIR%%/pascal/fib1.p X%%EXAMPLESDIR%%/pascal/fib2.p X%%EXAMPLESDIR%%/pascal/interp.ml X%%EXAMPLESDIR%%/pascal/interp.mli X%%EXAMPLESDIR%%/pascal/ipascal.ml X%%EXAMPLESDIR%%/pascal/lexuniv.ml X%%EXAMPLESDIR%%/pascal/lexuniv.mli X%%EXAMPLESDIR%%/pascal/loadall.ml X%%EXAMPLESDIR%%/pascal/reines.p X%%EXAMPLESDIR%%/pascal/syntaxe.ml X%%EXAMPLESDIR%%/pascal/syntaxe.mli X%%EXAMPLESDIR%%/pascal/typage.ml X%%EXAMPLESDIR%%/pascal/typage.mli X%%EXAMPLESDIR%%/pascal/valeur.ml X%%EXAMPLESDIR%%/pascal/valeur.mli X%%EXAMPLESDIR%%/picomach/asm.ml X%%EXAMPLESDIR%%/picomach/code.ml X%%EXAMPLESDIR%%/picomach/code.mli X%%EXAMPLESDIR%%/picomach/exec.ml X%%EXAMPLESDIR%%/picomach/fact.asm X%%EXAMPLESDIR%%/picomach/lecture.ml X%%EXAMPLESDIR%%/picomach/lecture.mli X%%EXAMPLESDIR%%/picomach/lexuniv.ml X%%EXAMPLESDIR%%/picomach/lexuniv.mli X%%EXAMPLESDIR%%/picomach/loadall.ml X%%EXAMPLESDIR%%/picomach/simul.ml X%%EXAMPLESDIR%%/picomach/simul.mli X%%EXAMPLESDIR%%/picomach/stockage.ml X%%EXAMPLESDIR%%/picomach/stockage.mli X%%EXAMPLESDIR%%/showsort/loadall.ml X%%EXAMPLESDIR%%/showsort/showsort.ml X%%EXAMPLESDIR%%/soli/soli.ml X%%EXAMPLESDIR%%/soli/soli_opt.ml X%%EXAMPLESDIR%%/spirals/loadall-bw.ml X%%EXAMPLESDIR%%/spirals/loadall.ml X%%EXAMPLESDIR%%/spirals/spir-bw.ml X%%EXAMPLESDIR%%/spirals/spir.ml X%%EXAMPLESDIR%%/tools/add_banner X%%EXAMPLESDIR%%/tools/add_banner.ml X%%EXAMPLESDIR%%/tools/address_book.new.ml X%%EXAMPLESDIR%%/tools/address_book.old.ml X%%EXAMPLESDIR%%/tools/banner X%%EXAMPLESDIR%%/tools/reverse_file_jfm.ml X@dirrm %%EXAMPLESDIR%%/tools X@dirrm %%EXAMPLESDIR%%/spirals X@dirrm %%EXAMPLESDIR%%/soli X@dirrm %%EXAMPLESDIR%%/showsort X@dirrm %%EXAMPLESDIR%%/picomach X@dirrm %%EXAMPLESDIR%%/pascal X@dirrm %%EXAMPLESDIR%%/minilogo X@dirrm %%EXAMPLESDIR%%/minicaml X@dirrm %%EXAMPLESDIR%%/kb X@dirrm %%EXAMPLESDIR%%/hanoi X@dirrm %%EXAMPLESDIR%%/grep X@dirrm %%EXAMPLESDIR%%/doctor X@dirrm %%EXAMPLESDIR%%/docteur X@dirrm %%EXAMPLESDIR%%/dlls X@dirrm %%EXAMPLESDIR%%/demonstr X@dirrm %%EXAMPLESDIR%%/config X@dirrm %%EXAMPLESDIR%%/compress X@dirrm %%EXAMPLESDIR%%/colwheel X@dirrm %%EXAMPLESDIR%%/camltktutorial/servers X@dirrm %%EXAMPLESDIR%%/camltktutorial X@dirrm %%EXAMPLESDIR%%/camltk/images X@dirrmtry %%EXAMPLESDIR%%/camltk X@dirrm %%EXAMPLESDIR%%/calc X@dirrm %%EXAMPLESDIR%%/basics X@dirrm %%EXAMPLESDIR%%/asl X@dirrmtry %%EXAMPLESDIR%% END-of-ocaml-examples/pkg-plist echo x - ocaml-examples/distinfo sed 's/^X//' >ocaml-examples/distinfo << 'END-of-ocaml-examples/distinfo' XMD5 (ocaml-examples-3.08.tar.gz) = 00c9db3899c070a6893f21e8f4ec5622 XSHA256 (ocaml-examples-3.08.tar.gz) = da6be9a6a2e6a4b6a0b3e5a3f8fde199bcaabb2b49aea4caec019765a93db139 XSIZE (ocaml-examples-3.08.tar.gz) = 317776 END-of-ocaml-examples/distinfo exit --- ocaml-examples-3.08.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: