Date: Sat, 23 Dec 2017 02:16:58 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457016 - in head/net: . libstorj Message-ID: <201712230216.vBN2GwKF073752@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Sat Dec 23 02:16:57 2017 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@gmail.com Added: head/net/libstorj/ head/net/libstorj/Makefile (contents, props changed) head/net/libstorj/distinfo (contents, props changed) head/net/libstorj/pkg-descr (contents, props changed) head/net/libstorj/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Dec 23 00:16:31 2017 (r457015) +++ head/net/Makefile Sat Dec 23 02:16:57 2017 (r457016) @@ -376,6 +376,7 @@ SUBDIR += librsync2 SUBDIR += libsocket++ SUBDIR += libsrtp + SUBDIR += libstorj SUBDIR += libtnl SUBDIR += libtrace SUBDIR += libunp Added: head/net/libstorj/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libstorj/Makefile Sat Dec 23 02:16:57 2017 (r457016) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= libstorj +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= jhixson@gmail.com +COMMENT= C library and CLI for encrypted file transfer on the Storj network + +LICENSE= LGPL21+ + +LIB_DEPENDS= libjson-c.so:devel/json-c \ + libuv.so:devel/libuv \ + libcurl.so:ftp/curl \ + libnettle.so:security/nettle \ + libmicrohttpd.so:www/libmicrohttpd + +USE_GITHUB= yes +GH_ACCOUNT= Storj + +USES= autoreconf gmake libtool localbase pkgconfig + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +#CFLAGS+= -I. -I${LOCALBASE}/include +#LDFLAGS+= -L. -L${LOCALBASE}/lib + +.include <bsd.port.mk> Added: head/net/libstorj/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libstorj/distinfo Sat Dec 23 02:16:57 2017 (r457016) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513914316 +SHA256 (Storj-libstorj-v1.0.2_GH0.tar.gz) = 1d355f2663fd7701c49a5d696e38e1e9bfb48829fca314c47f043d8e3fa8468e +SIZE (Storj-libstorj-v1.0.2_GH0.tar.gz) = 170883 Added: head/net/libstorj/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libstorj/pkg-descr Sat Dec 23 02:16:57 2017 (r457016) @@ -0,0 +1,3 @@ +C library for encrypted file transfer on the Storj network + +WWW: https://github.com/Storj/libstorj Added: head/net/libstorj/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libstorj/pkg-plist Sat Dec 23 02:16:57 2017 (r457016) @@ -0,0 +1,7 @@ +bin/storj +include/storj.h +lib/libstorj.a +lib/libstorj.so +lib/libstorj.so.0 +lib/libstorj.so.0.0.0 +libdata/pkgconfig/libstorj.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712230216.vBN2GwKF073752>