Add profanity, an console XMPP client
This commit is contained in:
parent
4a3f1a86d7
commit
c9626c8c73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379173
5 changed files with 46 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
SUBDIR += plasma-applet-ktp
|
||||
SUBDIR += poezio
|
||||
SUBDIR += pork
|
||||
SUBDIR += profanity
|
||||
SUBDIR += prosody
|
||||
SUBDIR += proxy65
|
||||
SUBDIR += psi
|
||||
|
|
24
net-im/profanity/Makefile
Normal file
24
net-im/profanity/Makefile
Normal file
|
@ -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>
|
2
net-im/profanity/distinfo
Normal file
2
net-im/profanity/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (profanity-0.4.5.tar.gz) = 7436b38d03da0645f5cdb3ca3921b974a760ba68fa92e4def82519d759c7fc63
|
||||
SIZE (profanity-0.4.5.tar.gz) = 411095
|
4
net-im/profanity/pkg-descr
Normal file
4
net-im/profanity/pkg-descr
Normal file
|
@ -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/
|
15
net-im/profanity/pkg-plist
Normal file
15
net-im/profanity/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue