From owner-cvs-all@FreeBSD.ORG Tue Aug 22 11:25:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D819216A506; Tue, 22 Aug 2006 11:25:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from garek.tecnik93.com (garek.tecnik93.com [82.76.1.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA05E43D49; Tue, 22 Aug 2006 11:25:07 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from garek.tecnik93.com (localhost [127.0.0.1]) by garek.tecnik93.com (Postfix) with ESMTP id 9015E6100; Tue, 22 Aug 2006 14:25:05 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (it.buh.cameradicommercio.ro [192.168.0.10]) by garek.tecnik93.com (Postfix) with ESMTP; Tue, 22 Aug 2006 14:25:05 +0300 (EEST) Received: from it.buh.cameradicommercio.ro (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.cameradicommercio.ro (Postfix) with ESMTP id 7316C49E; Tue, 22 Aug 2006 14:25:04 +0300 (EEST) Date: Tue, 22 Aug 2006 14:24:44 +0300 From: Ion-Mihai "IOnut" Tetcu To: Kirill Ponomarew Message-ID: <20060822142444.19aae587@it.buh.cameradicommercio.ro> In-Reply-To: <20060821105506.GG9699@voodoo.bawue.com> References: <200608200647.k7K6lqov073660@repoman.freebsd.org> <20060820064756.4741916A5D4@hub.freebsd.org> <20060821105506.GG9699@voodoo.bawue.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_gyQ5ht/vBI5qt1v8KFdoQoP"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-AV-Checked: on buh by ClamAV using ClamSMTP Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/devel Makefile ports/devel/ocaml-pomap Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 11:25:09 -0000 --Sig_gyQ5ht/vBI5qt1v8KFdoQoP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 21 Aug 2006 12:55:06 +0200 Kirill Ponomarew wrote: > On Sun, Aug 20, 2006 at 06:47:56AM +0000, Ion-Mihai Tetcu wrote: > > itetcu 2006-08-20 06:47:52 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel Makefile=20 > > Added files: > > devel/ocaml-pomap Makefile distinfo pkg-descr=20 > > Log: > > The Pomap-library implements an ADT that maintains maps of > > partially ordered elements. Whereas a total order allows you to say > > whether some element is lower, equal or greater than another one, > > partial orders also allow for a "don-t know" case. > > =20 > > Author: Markus Mottl > > WWW: http://www.ocaml.info/home/ocaml_sources.html > > =20 > > PR: ports/102116 > > Submitted by: Stanislav Sedov > > =20 > > Revision Changes Path > > 1.2420 +1 -0 ports/devel/Makefile > > 1.1 +67 -0 ports/devel/ocaml-pomap/Makefile (new) > > 1.1 +3 -0 ports/devel/ocaml-pomap/distinfo (new) > > 1.1 +7 -0 ports/devel/ocaml-pomap/pkg-descr (new) > > _______________________________________________ > > cvs-all@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/cvs-all > > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > >=20 > >=20 > > Index: ports/devel/Makefile > > diff -u ports/devel/Makefile:1.2419 ports/devel/Makefile:1.2420 > > --- ports/devel/Makefile:1.2419 Fri Aug 18 09:39:46 2006 > > +++ ports/devel/Makefile Sun Aug 20 06:47:51 2006 > > @@ -705,6 +705,7 @@ > > SUBDIR +=3D ocaml-magic > > SUBDIR +=3D ocaml-ounit > > SUBDIR +=3D ocaml-pcre > > + SUBDIR +=3D ocaml-pomap > > SUBDIR +=3D ocaml-sdl > > SUBDIR +=3D ocaml-sem > > SUBDIR +=3D ocaml-sexplib > > Index: ports/devel/ocaml-pomap/Makefile > > diff -u /dev/null ports/devel/ocaml-pomap/Makefile:1.1 > > --- /dev/null Sun Aug 20 06:47:56 2006 > > +++ ports/devel/ocaml-pomap/Makefile Sun Aug 20 06:47:52 2006 > > @@ -0,0 +1,67 @@ > > +# New ports collection makefile for: pomap > > +# Date created: 2006-08-15 > > +# Whom: Stanislav Sedov > > +# > > +# $MBSDlabs$ > > +# $FreeBSD$ > > +# > > + > > +PORTNAME=3D pomap > > +PORTVERSION=3D 2.9.7 > > +CATEGORIES=3D devel > > +MASTER_SITES=3D http://www.ocaml.info/ocaml_sources/ > > +PKGNAMEPREFIX=3D ocaml- > > + > > +MAINTAINER=3D ssedov@mbsd.msk.ru > > +COMMENT=3D OCaml library to maintain a list of partially > > ordered elements + > > +USE_BZIP2=3D yes > > +USE_GMAKE=3D yes > > +USE_OCAML=3D yes > > +USE_OCAML_FINDLIB=3Dyes > > +USE_OCAML_WASH=3D yes > > + > > +DOCS=3D README > > +DOCSDIR=3D ${TARGETDIR}/share/doc/ocaml/${PORTNAME} > > +EXAMPLESDIR=3D ${TARGETDIR}/share/examples/ocaml/${PORTNAME} >=20 > Shouldn't we stop committing TARGETDIR changes for now until all > issues are fixed ? It's a new port, so technically not a change. If you have any suggestion please let me know or change it directly. Thanks, --=20 IOnut Un^d^dregistered ;) FreeBSD "user" --Sig_gyQ5ht/vBI5qt1v8KFdoQoP Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE6umPBX6fi0k6KXsRAmbEAJ90gsISNVGXVe7A99TEaCS8XRg2XQCfRSkl UmChaOmeCEMmvs1GLpkn+9k= =xZaf -----END PGP SIGNATURE----- --Sig_gyQ5ht/vBI5qt1v8KFdoQoP--