Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2006 00:10:37 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100932: [NEW PORT] lang/ocaml-examples: Example programs for the Objective Caml
Message-ID:  <20060727201037.131D711F6B@fonon.realnet>
Resent-Message-ID: <200607272020.k6RKKJj4073320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <ssedov@mbsd.msk.ru>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060727201037.131D711F6B>