Date: Tue, 1 Aug 2006 22:26:54 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101207: [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection Message-ID: <20060801182654.4143E120A1@fonon.realnet> Resent-Message-ID: <200608011830.k71IUCdj042095@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101207 >Category: ports >Synopsis: [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection >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 01 18:30:12 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: An extension Library This is mostly to fill in some gaps in the standard and unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an old library (stew) that I broke up into a couple of smaller ones. This one /was/ extlib, now annexlib. Its companion is mathlib. See supplied documentation for additional info. Author: Shawn Wagner <shawnw@speakeasy.org> WWW: http://raevnos.pennmush.org/code/extlib/ Note: port depends on ports/101100 >How-To-Repeat: >Fix: --- ocaml-annexlib-0.13.2.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-annexlib # ocaml-annexlib/pkg-descr # ocaml-annexlib/Makefile # ocaml-annexlib/distinfo # echo c - ocaml-annexlib mkdir -p ocaml-annexlib > /dev/null 2>&1 echo x - ocaml-annexlib/pkg-descr sed 's/^X//' >ocaml-annexlib/pkg-descr << 'END-of-ocaml-annexlib/pkg-descr' XAn extension Library X XThis is mostly to fill in some gaps in the standard and unix Xlibraries, either for completeness or because they're things I find Xmyself needing a lot of the time, and a few modules that aren't worthy Xof being their own releases. Enjoy. Most of this used to be part of an Xold library (stew) that I broke up into a couple of smaller ones. This Xone /was/ extlib, now annexlib. Its companion is mathlib. X XSee supplied documentation for additional info. X XAuthor: Shawn Wagner <shawnw@speakeasy.org> XWWW: http://raevnos.pennmush.org/code/extlib/ END-of-ocaml-annexlib/pkg-descr echo x - ocaml-annexlib/Makefile sed 's/^X//' >ocaml-annexlib/Makefile << 'END-of-ocaml-annexlib/Makefile' X# New ports collection makefile for: ocaml-annexlib X# Date created: 2006-08-01 X# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= annexlib XPORTVERSION= 0.13.2 XCATEGORIES= devel XMASTER_SITES= http://raevnos.pennmush.org/code/extlib/ XPKGNAMEPREFIX= ocaml- X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= OCaml subroutines collection X XBUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre XRUN_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre X XUSE_GMAKE= yes XUSE_OCAML= yes XUSE_OCAML_FINDLIB=yes XUSE_OCAML_LDCONFIG=yes X XGNU_CONFIGURE= yes X XALL_TARGET= all opt XSA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} XMASTERPORT= ${PORTSDIR}/devel/ocaml-camlidl X X.if !defined(NOPORTDOCS) XDOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} XPORTDOCS= * X.endif X X.include <bsd.port.pre.mk> X.include "${MASTERPORT}/bsd.ocaml.mk" X Xpost-extract: 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} -type f | \ X ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR} X.endif X X.include <bsd.port.post.mk> END-of-ocaml-annexlib/Makefile echo x - ocaml-annexlib/distinfo sed 's/^X//' >ocaml-annexlib/distinfo << 'END-of-ocaml-annexlib/distinfo' XMD5 (annexlib-0.13.2.tar.gz) = f328046cb03caf54182a168da896bd23 XSHA256 (annexlib-0.13.2.tar.gz) = 88bd9df5339deb1b22991b8a85e1ffb2d2f4f03c678e2a5b8717f003fc951b7f XSIZE (annexlib-0.13.2.tar.gz) = 105291 END-of-ocaml-annexlib/distinfo exit --- ocaml-annexlib-0.13.2.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?20060801182654.4143E120A1>