svn commit: r379173 - in head/net-im: . profanity

Tilman Keskinoz arved at FreeBSD.org
Tue Feb 17 16:05:23 UTC 2015


Author: arved
Date: Tue Feb 17 16:05:20 2015
New Revision: 379173
URL: https://svnweb.freebsd.org/changeset/ports/379173
QAT: https://qat.redports.org/buildarchive/r379173/

Log:
  Add profanity, an console XMPP client

Added:
  head/net-im/profanity/
  head/net-im/profanity/Makefile   (contents, props changed)
  head/net-im/profanity/distinfo   (contents, props changed)
  head/net-im/profanity/pkg-descr   (contents, props changed)
  head/net-im/profanity/pkg-plist   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Tue Feb 17 16:05:02 2015	(r379172)
+++ head/net-im/Makefile	Tue Feb 17 16:05:20 2015	(r379173)
@@ -115,6 +115,7 @@
     SUBDIR += plasma-applet-ktp
     SUBDIR += poezio
     SUBDIR += pork
+    SUBDIR += profanity
     SUBDIR += prosody
     SUBDIR += proxy65
     SUBDIR += psi

Added: head/net-im/profanity/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/profanity/Makefile	Tue Feb 17 16:05:20 2015	(r379173)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	profanity
+PORTVERSION=	0.4.5
+CATEGORIES=	net-im
+MASTER_SITES=	http://www.profanity.im/
+
+MAINTAINER=	arved at FreeBSD.org
+COMMENT=	Console based XMPP client
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+LIB_DEPENDS=	libstrophe.so:${PORTNAME}/net-im/libstrophe \
+		libglib-2.0.so:${PORTSDIR}/devel/glib20 \
+		libcurl.so:${PORTSDIR}/ftp/curl \
+		libotr.so:${PORTSDIR}/security/libotr3
+
+USES=		ncurses pkgconfig
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-otr
+CONFIGURE_ENV=	LIBS="${CFLAGS} -lcrypto"
+
+.include <bsd.port.mk>

Added: head/net-im/profanity/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/profanity/distinfo	Tue Feb 17 16:05:20 2015	(r379173)
@@ -0,0 +1,2 @@
+SHA256 (profanity-0.4.5.tar.gz) = 7436b38d03da0645f5cdb3ca3921b974a760ba68fa92e4def82519d759c7fc63
+SIZE (profanity-0.4.5.tar.gz) = 411095

Added: head/net-im/profanity/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/profanity/pkg-descr	Tue Feb 17 16:05:20 2015	(r379173)
@@ -0,0 +1,4 @@
+Profanity is a console based XMPP client written in C using ncurses and 
+libstrophe, inspired by Irssi
+
+WWW: http://www.profanity.im/

Added: head/net-im/profanity/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/profanity/pkg-plist	Tue Feb 17 16:05:20 2015	(r379173)
@@ -0,0 +1,15 @@
+bin/profanity
+man/man1/profanity.1.gz
+share/profanity/themes/aqua
+share/profanity/themes/batman
+share/profanity/themes/boothj5
+share/profanity/themes/hacker
+share/profanity/themes/headache
+share/profanity/themes/joker
+share/profanity/themes/orange
+share/profanity/themes/original
+share/profanity/themes/redsplash
+share/profanity/themes/shade
+share/profanity/themes/spawn
+share/profanity/themes/whiteness
+share/profanity/themes/yellowsplash


More information about the svn-ports-head mailing list