svn commit: r346609 - in head/devel: . libuv libuv/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 1 18:25:13 UTC 2014


On Sat, Mar 1, 2014 at 6:06 PM, Thierry Thomas <thierry at freebsd.org> wrote:

> Author: thierry
> Date: Sat Mar  1 10:06:45 2014
> New Revision: 346609
> URL: http://svnweb.freebsd.org/changeset/ports/346609
> QAT: https://qat.redports.org/buildarchive/r346609/
>
> Log:
>   Adding libuv, a multi-platform support library with a focus on
>   asynchronous I/O.
>
> Added:
>   head/devel/libuv/
>   head/devel/libuv/Makefile   (contents, props changed)
>   head/devel/libuv/distinfo   (contents, props changed)
>   head/devel/libuv/files/
>   head/devel/libuv/files/patch-Makefile.am   (contents, props changed)
>   head/devel/libuv/files/patch-configure.ac   (contents, props changed)
>   head/devel/libuv/pkg-descr   (contents, props changed)
>   head/devel/libuv/pkg-plist   (contents, props changed)
> Modified:
>   head/devel/Makefile
>
> Modified: head/devel/Makefile
>
> ==============================================================================
> --- head/devel/Makefile Sat Mar  1 10:05:14 2014        (r346608)
> +++ head/devel/Makefile Sat Mar  1 10:06:45 2014        (r346609)
> @@ -1134,6 +1134,7 @@
>      SUBDIR += libuninum
>      SUBDIR += libunistring
>      SUBDIR += libunwind
> +    SUBDIR += libuv
>      SUBDIR += libvanessa_adt
>      SUBDIR += libvanessa_logger
>      SUBDIR += libvanessa_socket
>
> Added: head/devel/libuv/Makefile
>
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/devel/libuv/Makefile   Sat Mar  1 10:06:45 2014        (r346609)
> @@ -0,0 +1,36 @@
> +# Created by: Thierry Thomas <thierry at pompo.net>
> +# $FreeBSD$
> +
> +PORTNAME=      libuv
> +PORTVERSION=   0.11.21
> +CATEGORIES=    devel
> +MASTER_SITES=  http://libuv.org/dist/v${PORTVERSION}/
> +DISTNAME=      ${PORTNAME}-v${PORTVERSION}
> +
> +MAINTAINER=    thierry at FreeBSD.org
> +COMMENT=       A multi-platform support library with a focus on
> asynchronous I/O
>

We don't add leading indefinite article in COMMENT.

+
> +LICENSE=       NODE
> +LICENSE_NAME=  NODE
> +LICENSE_FILE   =${WRKSRC}/LICENSE
>

Typo here.

Regards,
sunpoet


More information about the svn-ports-head mailing list