Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 21:36:05 +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: r340352 - in head/security: . pond
Message-ID:  <201401192136.s0JLa50P012189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sun Jan 19 21:36:04 2014
New Revision: 340352
URL: http://svnweb.freebsd.org/changeset/ports/340352
QAT: https://qat.redports.org/buildarchive/r340352/

Log:
  Pond is not email. Pond is forward secure, asynchronous messaging for the
  discerning. Pond messages are asynchronous, but are not a record; they expire
  automatically a week after they are received. Pond seeks to prevent leaking
  traffic information against everyone except a global passive attacker.
  
  Pond is experimental software! DO NOT USE IT FOR ANYTHING REAL!!!
  Use security/gnupg instead.
  
  !!! THIS INSTALLS THE POND SERVER ONLY, NOT THE CLIENT !!!
  
  WWW: https://github.com/agl/pond/

Added:
  head/security/pond/
  head/security/pond/Makefile   (contents, props changed)
  head/security/pond/distinfo   (contents, props changed)
  head/security/pond/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jan 19 20:57:44 2014	(r340351)
+++ head/security/Makefile	Sun Jan 19 21:36:04 2014	(r340352)
@@ -725,6 +725,7 @@
     SUBDIR += please
     SUBDIR += polarssl
     SUBDIR += poly1305aes
+    SUBDIR += pond
     SUBDIR += portsentry
     SUBDIR += ppars
     SUBDIR += prelude-lml

Added: head/security/pond/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pond/Makefile	Sun Jan 19 21:36:04 2014	(r340352)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME=	pond
+PORTVERSION=	20140118
+CATEGORIES=	security
+MASTER_SITES=	http://c-s.li/ports/
+DISTFILES=	pond-20140118.tar.gz \
+		go-gtk-20131128.tar.gz \
+		ed25519-20131225.tar.gz
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	Forward secure, asynchronous messenger -- Server Only
+
+LICENSE=	BSD3CLAUSE
+
+BUILD_DEPENDS=	${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.crypto/bcrypt.a:${PORTSDIR}/security/go.crypto \
+		${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/goprotobuf/proto.a:${PORTSDIR}/devel/goprotobuf \
+		${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:${PORTSDIR}/net/go.net
+
+BROKEN=		Experimental. Know what you do!
+PLIST_FILES=	bin/server
+# USE_GNOME=	gtk30
+GO_PKGNAME=	github.com/agl/pond
+GO_TARGET=	${GO_PKGNAME}/server
+#		${GO_PKGNAME}/client
+
+post-extract:
+	@${MKDIR} ${GO_WRKSRC:H}
+	@${LN} -sf ${WRKSRC} ${GO_WRKSRC}
+	@${LN} -sf ${WRKDIR}/go-gtk-20131128 ${GO_WRKDIR_SRC}/github.com/agl/go-gtk
+	@${LN} -sf ${WRKDIR}/ed25519-20131225 ${GO_WRKDIR_SRC}/github.com/agl/ed25519
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
+.include <bsd.port.post.mk>

Added: head/security/pond/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pond/distinfo	Sun Jan 19 21:36:04 2014	(r340352)
@@ -0,0 +1,6 @@
+SHA256 (pond-20140118.tar.gz) = fab50333d564e8b286aa62daac55ad0b6f0391731478a5490cbccd5bd1a74cc2
+SIZE (pond-20140118.tar.gz) = 1049288
+SHA256 (ed25519-20131225.tar.gz) = 6cd982fc6d93fd47b650e8922ab66fa64f40d395ddb5879497dbd8aa0c3c8c6d
+SIZE (ed25519-20131225.tar.gz) = 105671
+SHA256 (go-gtk-20131128.tar.gz) = 505452cfb7972a49e6960ad26a48c743d02598113b44e1fe0d5b9ee2a20719a4
+SIZE (go-gtk-20131128.tar.gz) = 206393

Added: head/security/pond/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pond/pkg-descr	Sun Jan 19 21:36:04 2014	(r340352)
@@ -0,0 +1,11 @@
+Pond is not email. Pond is forward secure, asynchronous messaging for the
+discerning. Pond messages are asynchronous, but are not a record; they expire
+automatically a week after they are received. Pond seeks to prevent leaking
+traffic information against everyone except a global passive attacker.
+
+Pond is experimental software! DO NOT USE IT FOR ANYTHING REAL!!!
+Use security/gnupg instead.
+
+!!! THIS INSTALLS THE POND SERVER ONLY, NOT THE CLIENT !!!
+
+WWW: https://github.com/agl/pond/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401192136.s0JLa50P012189>