From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 1 18:30:22 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 70F7D16A4DE for ; Tue, 1 Aug 2006 18:30:22 +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 517DC43D5F for ; Tue, 1 Aug 2006 18:30:13 +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 k71IUDkF042096 for ; Tue, 1 Aug 2006 18:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k71IUCdj042095; Tue, 1 Aug 2006 18:30:12 GMT (envelope-from gnats) Resent-Date: Tue, 1 Aug 2006 18:30:12 GMT Resent-Message-Id: <200608011830.k71IUCdj042095@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 4547F16A4DD for ; Tue, 1 Aug 2006 18:27:37 +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 218DF43D8D for ; Tue, 1 Aug 2006 18:27:35 +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 1G7z5b-0003jp-2B for FreeBSD-gnats-submit@freebsd.org; Tue, 01 Aug 2006 22:35:39 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 4143E120A1; Tue, 1 Aug 2006 22:26:54 +0400 (MSD) Message-Id: <20060801182654.4143E120A1@fonon.realnet> Date: Tue, 1 Aug 2006 22:26:54 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101207: [NEW PORT] devel/ocaml-annexlib: OCaml subroutines collection 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, 01 Aug 2006 18:30:22 -0000 >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 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 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 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 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 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: