Date: Tue, 22 Aug 2006 14:24:44 +0300 From: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> To: Kirill Ponomarew <krion@voodoo.bawue.com> 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 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <krion@voodoo.bawue.com> 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 <markus.mottl@gmail.com> > > WWW: http://www.ocaml.info/home/ocaml_sources.html > > =20 > > PR: ports/102116 > > Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> > > =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 <ssedov@mbsd.msk.ru> > > +# > > +# $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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060822142444.19aae587>