Date: Tue, 17 Feb 2015 16:05:21 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379173 - in head/net-im: . profanity Message-ID: <201502171605.t1HG5LX6091751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502171605.t1HG5LX6091751>