Date: Fri, 18 Apr 2014 20:28:52 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351567 - in head/security: . goptlib Message-ID: <201404182028.s3IKSqmW034354@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Fri Apr 18 20:28:52 2014 New Revision: 351567 URL: http://svnweb.freebsd.org/changeset/ports/351567 QAT: https://qat.redports.org/buildarchive/r351567/ Log: goptlib is a library for writing Tor pluggable transports in Go. WWW: https://gitweb.torproject.org/pluggable-transports/goptlib.git Added: head/security/goptlib/ head/security/goptlib/Makefile (contents, props changed) head/security/goptlib/distinfo (contents, props changed) head/security/goptlib/pkg-descr (contents, props changed) head/security/goptlib/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Apr 18 20:23:49 2014 (r351566) +++ head/security/Makefile Fri Apr 18 20:28:52 2014 (r351567) @@ -158,6 +158,7 @@ SUBDIR += gnutls SUBDIR += gnutls3 SUBDIR += go.crypto + SUBDIR += goptlib SUBDIR += gorilla SUBDIR += gpa SUBDIR += gpasman Added: head/security/goptlib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/goptlib/Makefile Fri Apr 18 20:28:52 2014 (r351567) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= goptlib +PORTVERSION= 0.1 +CATEGORIES= security +MASTER_SITES= http://c-s.li/ports/ + +MAINTAINER= cs@FreeBSD.org +COMMENT= Go pluggable transports library + +GO_PKGNAME= git.torproject.org/pluggable-transports/${PORTNAME}.git +GO_TARGET= ${GO_PKGNAME} + +post-extract: + @${MKDIR} ${GO_WRKSRC:H} + @${LN} -sf ${WRKSRC} ${GO_WRKSRC} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/go/files/bsd.go.mk" +.include <bsd.port.post.mk> Added: head/security/goptlib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/goptlib/distinfo Fri Apr 18 20:28:52 2014 (r351567) @@ -0,0 +1,2 @@ +SHA256 (goptlib-0.1.tar.gz) = 664ed228cc1cbd7b0dcd3fec896cc4bf7d33359c0289e368231fef108e1cf8c2 +SIZE (goptlib-0.1.tar.gz) = 19889 Added: head/security/goptlib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/goptlib/pkg-descr Fri Apr 18 20:28:52 2014 (r351567) @@ -0,0 +1,3 @@ +goptlib is a library for writing Tor pluggable transports in Go. + +WWW: https://gitweb.torproject.org/pluggable-transports/goptlib.git Added: head/security/goptlib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/goptlib/pkg-plist Fri Apr 18 20:28:52 2014 (r351567) @@ -0,0 +1,23 @@ +%%GO_LIBDIR%%/%%GO_PKGNAME%%.a +%%GO_SRCDIR%%/%%GO_PKGNAME%%/COPYING +%%GO_SRCDIR%%/%%GO_PKGNAME%%/README +%%GO_SRCDIR%%/%%GO_PKGNAME%%/args.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/args_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-client/dummy-client.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-server/dummy-server.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/pt.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/pt_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/socks.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/socks_test.go +@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-server +@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/dummy-client +@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples +@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%% +@dirrmtry %%GO_SRCDIR%%/git.torproject.org/pluggable-transports +@dirrmtry %%GO_SRCDIR%%/git.torproject.org +@dirrmtry %%GO_SRCDIR%% +@dirrmtry %%GO_LIBDIR%%/git.torproject.org/pluggable-transports +@dirrmtry %%GO_LIBDIR%%/git.torproject.org +@dirrmtry %%GO_LIBDIR%% +@dirrmtry share/go/pkg +@dirrmtry share/go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404182028.s3IKSqmW034354>