pkgsrc-WIP-changes archive

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

profanity: update to 0.5.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Oct 19 15:27:04 2016 +0200
Changeset:	4c29f88bcde773e49131a91af1382fd5f4cdd7c5

Modified Files:
	TODO
	profanity/Makefile
	profanity/PLIST
	profanity/distinfo
Added Files:
	profanity/patches/patch-configure

Log Message:
profanity: update to 0.5.0

0.5.0
=====

- Plugins API supporting C and Python plugins
- SSL certificate verification (requires libmesode) (/tls)
- HTTP file upload (xep-0363) (/sendfile)
- Blocking command (xep-0191) (/blocked)
- Allow auto extended away (/autoaway)
- Include last acitvity in initial presence (xep-0256) (/lastactivity)
- Last Activity (xep-0012) (/lastactivity)
- Ability to run command scripts (/script)
- Account startscript property to execute a command script on connect (/account)
- Export roster to CSV file (/export)
- Support for GTK tray icons (/tray)
- User specified text triggers for chat room notifications (/notify)
- Per chat room notification options (/notify)
- Many new roster panel display options (/roster)
- Time format preferences per window type (/time)
- Edit, prepend and append to room subject (/subject)
- Autoping timeout preference (/autoping)
- Window navigation by window title (/win)
- Window closing by window title (/close)
- Account theme setting (/account)
- Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
- Configure level of room message notifications in console window (/console)
- Check ~/.config/profanity/inputrc for readline settings
- Custom readline functions for navigation key bindings
- Autocomplete command arguments when no characters entered

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

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

diffstat:
 TODO                              |  1 -
 profanity/Makefile                |  3 ++-
 profanity/PLIST                   |  4 ++++
 profanity/distinfo                |  9 +++++----
 profanity/patches/patch-configure | 15 +++++++++++++++
 5 files changed, 26 insertions(+), 6 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 2cad9c4..811add2 100644
--- a/TODO
+++ b/TODO
@@ -101,7 +101,6 @@ Suggested package updates
 	o pdftk-2.02
 	o pessulus-2.30.4
 	o pike-7.8.700
-	o profanity-0.5.0
 	o py-PyPE-2.9
 	o py-bitstring-3.1.3
 	o py-rpyc-3.2.1
diff --git a/profanity/Makefile b/profanity/Makefile
index e96cc77..c470b45 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	profanity-0.4.7
+DISTNAME=	profanity-0.5.0
 CATEGORIES=	chat
 MASTER_SITES=	http://www.profanity.im/
 
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=	--with-libxml2
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libstrophe+=	libstrophe>=0.9.1
 .include "../../wip/libstrophe/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff --git a/profanity/PLIST b/profanity/PLIST
index 824aabf..4c07c6c 100644
--- a/profanity/PLIST
+++ b/profanity/PLIST
@@ -1,9 +1,13 @@
 @comment $NetBSD$
 bin/profanity
 man/man1/profanity.1
+share/profanity/icons/proIcon.png
+share/profanity/icons/proIconMsg.png
 share/profanity/themes/aqua
 share/profanity/themes/batman
+share/profanity/themes/bios
 share/profanity/themes/boothj5
+share/profanity/themes/boothj5_slack
 share/profanity/themes/complex
 share/profanity/themes/forest
 share/profanity/themes/hacker
diff --git a/profanity/distinfo b/profanity/distinfo
index 27078f2..859e79a 100644
--- a/profanity/distinfo
+++ b/profanity/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (profanity-0.4.7.tar.gz) = 1d9406796d2aaa6761ee5d2f660c1cbdfb300998
-RMD160 (profanity-0.4.7.tar.gz) = 5c1def8a9118d4c946def72329d5e4c6714cefdb
-SHA512 (profanity-0.4.7.tar.gz) = 805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568
-Size (profanity-0.4.7.tar.gz) = 463291 bytes
+SHA1 (profanity-0.5.0.tar.gz) = 139215837907331290a03f3d764afe188a1fd65d
+RMD160 (profanity-0.5.0.tar.gz) = 1b30dcdaafbcc7ee5813c5047faf5d360aa2c72f
+SHA512 (profanity-0.5.0.tar.gz) = 65625f0ed0b1e87c6cd4ec9dc85076a971b899b9b39d5707d32d1977a450b910ff760e339bfacd0d0906740bd299c018877b6720071d92c805fca095631e7163
+Size (profanity-0.5.0.tar.gz) = 687169 bytes
+SHA1 (patch-configure) = 6ed6b3354492c5bf4c34695d8e3890ab560200c2
diff --git a/profanity/patches/patch-configure b/profanity/patches/patch-configure
new file mode 100644
index 0000000..2bc5ff9
--- /dev/null
+++ b/profanity/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix unportable test(1) operator.
+
+--- configure.orig	2016-09-14 21:13:42.000000000 +0000
++++ configure
+@@ -11970,7 +11970,7 @@ $as_echo "no" >&6; }
+ fi
+ 
+ 
+-    if test "$PYTHON_CONFIG_EXISTS" == "yes"; then
++    if test "$PYTHON_CONFIG_EXISTS" = "yes"; then
+ 
+ 	#
+ 	# Allow the use of a (user set) custom python version


Home | Main Index | Thread Index | Old Index