From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 15 20:20:23 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 9D7EC16A4E0 for ; Tue, 15 Aug 2006 20:20:23 +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 EC23E43D46 for ; Tue, 15 Aug 2006 20:20:22 +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 k7FKKMPv064018 for ; Tue, 15 Aug 2006 20:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FKKMJC063969; Tue, 15 Aug 2006 20:20:22 GMT (envelope-from gnats) Resent-Date: Tue, 15 Aug 2006 20:20:22 GMT Resent-Message-Id: <200608152020.k7FKKMJC063969@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 801EE16A4DA for ; Tue, 15 Aug 2006 20:12:27 +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 165D143D5C for ; Tue, 15 Aug 2006 20:12:25 +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 1GD5Go-0000VL-1c for FreeBSD-gnats-submit@freebsd.org; Wed, 16 Aug 2006 00:12:23 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 1A7FD12027; Wed, 16 Aug 2006 00:01:23 +0600 (YEKST) Message-Id: <20060815180123.1A7FD12027@fonon.realnet> Date: Wed, 16 Aug 2006 00:01:23 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102115: [NEW PORT] devel/ocaml-lacaml: OCaml interface to BLAS and LAPACK libraries 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: Tue, 15 Aug 2006 20:20:23 -0000 >Number: 102115 >Category: ports >Synopsis: [NEW PORT] devel/ocaml-lacaml: OCaml interface to BLAS and LAPACK libraries >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: Tue Aug 15 20:20:17 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 #1: Wed Aug 2 21:44:37 MSD >Description: This OCaml-library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN. This allows people to write high-performance numerical code for applications that need linear algebra. Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html >How-To-Repeat: >Fix: --- ocaml-lacaml-3.0.18.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-lacaml # ocaml-lacaml/pkg-descr # ocaml-lacaml/Makefile # ocaml-lacaml/distinfo # echo c - ocaml-lacaml mkdir -p ocaml-lacaml > /dev/null 2>&1 echo x - ocaml-lacaml/pkg-descr sed 's/^X//' >ocaml-lacaml/pkg-descr << 'END-of-ocaml-lacaml/pkg-descr' XThis OCaml-library interfaces the BLAS-library (Basic Linear Algebra XSubroutines) and LAPACK-library (Linear Algebra routines), which are Xwritten in FORTRAN. X XThis allows people to write high-performance numerical code for Xapplications that need linear algebra. X XAuthor: Markus Mottl XWWW: http://www.ocaml.info/home/ocaml_sources.html END-of-ocaml-lacaml/pkg-descr echo x - ocaml-lacaml/Makefile sed 's/^X//' >ocaml-lacaml/Makefile << 'END-of-ocaml-lacaml/Makefile' X# New ports collection makefile for: lacaml X# Date created: 2006-08-15 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= lacaml XPORTVERSION= 3.0.18 XCATEGORIES= devel XMASTER_SITES= http://www.ocaml.info/ocaml_sources/ XPKGNAMEPREFIX= ocaml- X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= OCaml interface to BLAS and LAPACK libraries X XLIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \ X lapack.3:${PORTSDIR}/math/lapack X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_OCAML= yes XUSE_OCAML_FINDLIB=yes XUSE_OCAML_LDCONFIG=yes XUSE_OCAML_WASH= yes X XCFLAGS+= -fPIC XMAKE_ENV+= OCAMLMKLIB_FLAGS="-L${LOCALBASE}/lib" X XDOCS= README TODO XDOCSDIR= ${TARGETDIR}/share/doc/ocaml/${PORTNAME} XEXAMPLESDIR= ${TARGETDIR}/share/examples/ocaml/${PORTNAME} X X# XXX: exists untill it will be committed to bsd.port.mk XCOPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ X 2>&1) && \ X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ X ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ X ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- X X.include X.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" X Xpost-extract: X# X# CFLAGS safety X# X @${REINPLACE_CMD} -E \ X -e 's,^(CFLAGS[[:space:]]*:=[[:space:]]*).*,\1${CFLAGS},' \ X ${WRKSRC}/lib/Makefile X X# For nonstandard prefixes X.if !exists(${OCAMLFIND_DESTDIR}) X ${MKDIR} ${OCAMLFIND_DESTDIR} X.endif X.if !exists(${OCAMLFIND_LDCONF}) X ${TOUCH} ${OCAMLFIND_LDCONF} X.endif X Xpost-install: X @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ X ${SED} "s,^${TARGETDIR}/,," >> ${TMPPLIST} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ X @${MKDIR} ${EXAMPLESDIR} X @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/) X @${FIND} ${EXAMPLESDIR}/ ! -type d | \ X ${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST} X @${FIND} ${EXAMPLESDIR}/ -type d | ${SORT} -r | \ X ${SED} 's,^${TARGETDIR}/,@dirrm ,' >> ${TMPPLIST} X @${FIND} ${DOCSDIR}/ ! -type d | \ X ${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST} X @${FIND} ${DOCSDIR}/ -type d | ${SORT} -r | \ X ${SED} 's,^${TARGETDIR}/,@dirrm ,' >> ${TMPPLIST} X# XXX: temporary workaround for non-standard PREFIX X @${ECHO_CMD} "@unexec rmdir %D/share/doc/ocaml 2>/dev/null || true" \ X >> ${TMPPLIST} X @${ECHO_CMD} "@unexec rmdir %D/share/examples/ocaml 2>/dev/null||true" \ X >> ${TMPPLIST} X.endif X X.include END-of-ocaml-lacaml/Makefile echo x - ocaml-lacaml/distinfo sed 's/^X//' >ocaml-lacaml/distinfo << 'END-of-ocaml-lacaml/distinfo' XMD5 (lacaml-3.0.18.tar.bz2) = 1965430e39a430b36d8beec1eb9dae93 XSHA256 (lacaml-3.0.18.tar.bz2) = 240f0025f7732c460d55274487d56c3a018589baf06bf8e9a69d4d3e3b0b4dbd XSIZE (lacaml-3.0.18.tar.bz2) = 68886 END-of-ocaml-lacaml/distinfo exit --- ocaml-lacaml-3.0.18.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: