[ports] cvs commit: ports/devel Makefile ports/devel/ocaml-pomap Makefile distinfo pkg-descr

Kirill Ponomarew krion at voodoo.bawue.com
Mon Aug 21 10:54:58 UTC 2006


On Sun, Aug 20, 2006 at 06:47:56AM +0000, Ion-Mihai Tetcu wrote:
> itetcu      2006-08-20 06:47:52 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     devel                Makefile 
>   Added files:
>     devel/ocaml-pomap    Makefile distinfo pkg-descr 
>   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.
>   
>   Author: Markus Mottl <markus.mottl at gmail.com>
>   WWW:    http://www.ocaml.info/home/ocaml_sources.html
>   
>   PR:             ports/102116
>   Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
>   
>   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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 
> 
> 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 += ocaml-magic
>      SUBDIR += ocaml-ounit
>      SUBDIR += ocaml-pcre
> +    SUBDIR += ocaml-pomap
>      SUBDIR += ocaml-sdl
>      SUBDIR += ocaml-sem
>      SUBDIR += 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 at mbsd.msk.ru>
> +#
> +# $MBSDlabs$
> +# $FreeBSD$
> +#
> +
> +PORTNAME=	pomap
> +PORTVERSION=	2.9.7
> +CATEGORIES=	devel
> +MASTER_SITES=	http://www.ocaml.info/ocaml_sources/
> +PKGNAMEPREFIX=	ocaml-
> +
> +MAINTAINER=	ssedov at mbsd.msk.ru
> +COMMENT=	OCaml library to maintain a list of partially ordered elements
> +
> +USE_BZIP2=	yes
> +USE_GMAKE=	yes
> +USE_OCAML=	yes
> +USE_OCAML_FINDLIB=yes
> +USE_OCAML_WASH=	yes
> +
> +DOCS=		README
> +DOCSDIR=	${TARGETDIR}/share/doc/ocaml/${PORTNAME}
> +EXAMPLESDIR=	${TARGETDIR}/share/examples/ocaml/${PORTNAME}

Shouldn't we stop committing TARGETDIR changes for now until all
issues are fixed ?

-Kirill


More information about the cvs-ports mailing list