From owner-svn-ports-head@freebsd.org Sat Dec 23 02:16:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0131E91791; Sat, 23 Dec 2017 02:16:59 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77C216FCB6; Sat, 23 Dec 2017 02:16:59 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBN2Gwxs073757; Sat, 23 Dec 2017 02:16:58 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBN2GwKF073752; Sat, 23 Dec 2017 02:16:58 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201712230216.vBN2GwKF073752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 23 Dec 2017 02:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457016 - in head/net: . libstorj X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/net: . libstorj X-SVN-Commit-Revision: 457016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2017 02:16:59 -0000 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 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