[Lunar-commits] <moonbase-other> hexchat: New module 2.10.2
Peter de Ridder
peter at lunar-linux.org
Fri Dec 19 17:46:45 CET 2014
commit 721c689ba2174a6a5b23965d296c18520ae865b1
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Wed, 17 Dec 2014 23:01:40 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/721c689ba2174a6a5b23965d296c18520ae865b1
hexchat: New module 2.10.2
---
chat/hexchat/DEPENDS | +22/-0
chat/hexchat/DETAILS | +20/-0
2 files changed, 42 insertions(+)
--- /dev/null
+++ b/chat/hexchat/DEPENDS
@@ -0,0 +1,22 @@
+depends gtk+-2
+
+optional_depends "openssl" "--enable-openssl" "--disable-openssl" \
+ "enable support for openSSL"
+
+optional_depends "Python" "--enable-python" "--disable-python" \
+ "enable support for python plugins"
+
+optional_depends "perl" "--enable-perl" "--disable-perl" \
+ "enable support for perl plugins"
+
+optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" \
+ "enable support for a DBus remote interface"
+
+optional_depends "libnotify" "--enable-libnotify" "--disable-libnotify" \
+ "enable support for notifications"
+
+optional_depends "libcanberra" "--enable-libcanberra" "--disable-libcanberra" \
+ "enable support for sounds"
+
+optional_depends "libproxy" "--enable-libproxy" "--disable-libproxy" \
+ "enable proxy support"
--- /dev/null
+++ b/chat/hexchat/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=hexchat
+ VERSION=2.10.2
+ SOURCE=${MODULE}-${VERSION}.tar.xz
+ SOURCE_URL=https://dl.hexchat.net/hexchat/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:3ce831cde92f2f9999a217523d124e5b4cd08333
+ WEB_SITE="https://hexchat.github.io/"
+ ENTERED=20141207
+ UPDATED=20141207
+ SHORT="an IRC client based on XChat"
+cat <<EOF
+HexChat is an IRC client based on XChat. HexChat was originally
+called XChat-WDK which in turn was a successor of freakschat.
+
+Features - Easy to use and customizable interface - Cross-platform
+on Windows, OS X, and Unix-like OSes - Highly scriptable with Python
+and Perl - Translated in multiple languages - Fully open source
+and actively developed - Multi-network with auto-connect, join,
+and identify - Spellcheck, Proxies, SASL, DCC support and more
+EOF
More information about the Lunar-commits
mailing list