pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ricochet: add package, untested.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jun 26 14:04:41 2016 +0200
Changeset:	cef7789cfd5eda096e5e6138ad10b807d44c2638

Modified Files:
	Makefile
Added Files:
	ricochet/DESCR
	ricochet/Makefile
	ricochet/PLIST
	ricochet/TODO
	ricochet/distinfo

Log Message:
ricochet: add package, untested.

Builds fine on NetBSD.

Anonymous metadata-resistant instant messaging that just works.

Ricochet is an experimental kind of instant messaging that doesn't
trust anyone with your identity, your contact list, or your
communications.

* You can chat without exposing your identity (or IP address) to
  anyone
* Nobody can discover who your contacts are or when you talk
  (metadata-free!)
* There are no servers or operators that could be compromised,
  exposing your information.
* It's cross-platform and easy for non-technical users.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cef7789cfd5eda096e5e6138ad10b807d44c2638

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  3 +++
 ricochet/DESCR    | 13 +++++++++++++
 ricochet/Makefile | 31 +++++++++++++++++++++++++++++++
 ricochet/PLIST    |  2 ++
 ricochet/TODO     |  1 +
 ricochet/distinfo |  6 ++++++
 6 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9b9df20..2be0a0f 100644
--- a/Makefile
+++ b/Makefile
@@ -2971,6 +2971,7 @@ SUBDIR+=	py-jsonschema
 SUBDIR+=	py-jswebkit
 SUBDIR+=	py-julio
 SUBDIR+=	py-junos-netconify
+SUBDIR+=	py-jxmlease
 SUBDIR+=	py-kaa-base
 SUBDIR+=	py-kaa-imlib2
 SUBDIR+=	py-kaa-metadata
@@ -3569,6 +3570,7 @@ SUBDIR+=	qtractor
 SUBDIR+=	qtre
 SUBDIR+=	quantlib
 SUBDIR+=	quarkcoin
+SUBDIR+=	quassel
 SUBDIR+=	qucs
 SUBDIR+=	quex
 SUBDIR+=	quickfix
@@ -3616,6 +3618,7 @@ SUBDIR+=	revelation
 SUBDIR+=	rhapsody
 SUBDIR+=	riak
 SUBDIR+=	riak14
+SUBDIR+=	ricochet
 SUBDIR+=	ripe-rpsl-objectlibrary
 SUBDIR+=	ripit
 SUBDIR+=	ripole
diff --git a/ricochet/DESCR b/ricochet/DESCR
new file mode 100644
index 0000000..b73f903
--- /dev/null
+++ b/ricochet/DESCR
@@ -0,0 +1,13 @@
+Anonymous metadata-resistant instant messaging that just works.
+
+Ricochet is an experimental kind of instant messaging that doesn't
+trust anyone with your identity, your contact list, or your
+communications.
+
+* You can chat without exposing your identity (or IP address) to
+  anyone
+* Nobody can discover who your contacts are or when you talk
+  (metadata-free!)
+* There are no servers or operators that could be compromised,
+  exposing your information.
+* It's cross-platform and easy for non-technical users.
diff --git a/ricochet/Makefile b/ricochet/Makefile
new file mode 100644
index 0000000..eff29ed
--- /dev/null
+++ b/ricochet/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	ricochet-1.1.2-src
+PKGNAME=	${DISTNAME:S/-src//}
+CATEGORIES=	chat
+MASTER_SITES=	https://ricochet.im/releases/${PKGVERSION_NOREV}/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ricochet.im/
+COMMENT=	Anonymous instant messaging for real privacy
+
+DEPENDS+=	tor-[0-9]*:../../net/tor
+
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+USE_LANGUAGES=	c++
+USE_TOOLS+=	pkg-config
+
+INSTALLATION_DIRS+=	bin
+
+pre-build:
+	cd ${WRKSRC} && ${QTDIR}/bin/qmake CONFIG+=release
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/ricochet ${DESTDIR}${PREFIX}/bin
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/protobuf-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ricochet/PLIST b/ricochet/PLIST
new file mode 100644
index 0000000..c3e556c
--- /dev/null
+++ b/ricochet/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/ricochet
diff --git a/ricochet/TODO b/ricochet/TODO
new file mode 100644
index 0000000..337d771
--- /dev/null
+++ b/ricochet/TODO
@@ -0,0 +1 @@
+Test if it's working.
diff --git a/ricochet/distinfo b/ricochet/distinfo
new file mode 100644
index 0000000..48a3bf2
--- /dev/null
+++ b/ricochet/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ricochet-1.1.2-src.tar.bz2) = dd4008591f210a87a221082fd2ed5344666b3cf9
+RMD160 (ricochet-1.1.2-src.tar.bz2) = 95f421e028db22b53ed2b8f19df86715f1d65d95
+SHA512 (ricochet-1.1.2-src.tar.bz2) = c647b9054fe2c8874ad5250d48552c54990107a53444e6d34f29a04ac246833835b7f3825f52cfe0e1fd7a1fff38033b0c1dc38024d57bd1314ee7ed30645ed3
+Size (ricochet-1.1.2-src.tar.bz2) = 1102760 bytes


Home | Main Index | Thread Index | Old Index