svn commit: r457016 - in head/net: . libstorj

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 24 14:27:42 UTC 2017


On Sat, Dec 23, 2017 at 02:16:58AM +0000, Vanilla I. Shu wrote:
> New Revision: 457016
> URL: https://svnweb.freebsd.org/changeset/ports/457016
> 
> Log:
>   Add libstorj 1.0.2, c library and CLI for encrypted file transfer on the
>   Storj network.
>   
>   PR:		224523
>   Submitted by:	jhixson at gmail.com
> 
> Added: head/net/libstorj/Makefile
> ...
> @@ -0,0 +1,30 @@
> +USES=		autoreconf gmake libtool localbase pkgconfig
> +
> +GNU_CONFIGURE=	yes
> +USE_LDCONFIG=	yes
> +
> +#CFLAGS+=	-I. -I${LOCALBASE}/include
> +#LDFLAGS+=	-L. -L${LOCALBASE}/lib

These two lines should've probably been removed before committing.

> Added: head/net/libstorj/pkg-descr
> ...
> @@ -0,0 +1,3 @@
> +C library for encrypted file transfer on the Storj network
> +
> +WWW: https://github.com/Storj/libstorj

Port description should not simply rephrase or copy COMMENT, see Section
3.2.1 of the PHB.  It should also be terminated with a full stop (dot).

./danfe


More information about the svn-ports-all mailing list