Commit graph

2839 commits

Author SHA1 Message Date
tron
0bafe09ffa Explicitely enable XFT support unless GTK+ was compiled without X11 support
under Mac OS X. This fixes the text output under Mac OS X if GTK+ was
actually compiled with X11 support.
2013-12-24 15:21:24 +00:00
dholland
1a65c1f7ad +phone 2013-12-16 06:42:47 +00:00
dholland
42ddd7c333 Add chat/phone, which is like VMS phone, written by Jonathan C. Broome
in 1985 and fixed up by Christos "last week". (I've apparently been
sitting on this package since 20130101, so it was a year ago...)

XXX: this should probably grow an rc script for the master daemon, phoned.
2013-12-16 06:42:20 +00:00
joerg
df9b338335 Don't panic about unused functions. 2013-12-15 19:36:37 +00:00
wen
9aadc2bc20 Update to 2.44
Upstream changes:
-----------------------------------------
version 2.44 at 2013-06-10 13:21:56 +0000
-----------------------------------------

  Change: ae253101da7958777a572271f901e894ae20de05
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-06-10 14:21:56 +0000

    Convert the distribution to dzil

  Change: 2f3bfa5c4a97ca061c2f87d4f4706e0bb0376f43
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-06-10 06:08:52 +0000

    Merge pull request #1 from avenj/messagetags

    IRCv3.2 message tag support, tests for same.

  Change: 31a1c9aeab4120e626af130d73b0f1a58a77d46e
  Author: Jon Portnoy <avenj@cobaltirc.org>
  Date : 2013-06-07 13:03:16 +0000

    Add IRCv3.2 message tag support, tests for same.
2013-12-15 13:49:44 +00:00
wen
d188f0287e Update to 6.83
Update DEPENDS

Upstream changes:
6.83  Mon May 27 10:40:09 BST 2013
    - NickServID: React on IRC Message 433 - Commit: ec7cd33736
    - BotCommand: Support for overriding the Command Handler
    - BotCommand: Added Support for a Help Modification Callback
    - BotCommand: Adapted the Help Callback Options so it gets the Command and Arguments
    - BotCommand: Added Support for Command Aliases
    - BotCommand: Allowed No Arguments/Only Variable Arguments
    - Implemented SSL Client Cert Support

6.82  Sat Mar 9 22:15:02 GMT 2013
    - Add the Prefix to the "Syntax:" line of the command help

6.81  Fri Nov 23 15:53:11 GMT 2012
    - Resolve hash randomisation issues with v5.17.6

6.80  Thu Sep 20 09:52:59 BST 2012
    - Add missing prereq

6.79  Wed Sep 19 14:24:03 BST 2012
    - Argument naming and argument count validation in Plugin::BotCommand
    - [rt.cpan.org #79745] nick_long_form dies due to a race condition
2013-12-15 13:43:57 +00:00
schnoebe
03aac3bfb8 Correct PLIST. 2013-12-13 16:44:44 +00:00
schnoebe
7f44e12711 Remove "FETCH_USING=curl". 2013-12-12 23:04:08 +00:00
schnoebe
745e5ad512 Update to jabberd 2.3.1
* 2.3.0 to 2.3.1 upgrade:

What changed:
- Marked "TLS-Everywhere" as EXPERIMENTAL feature
- default EXPERIMENTAL to 'no'
- default SUPERSEDED to 'no'
- moved STANZA-ACK and MY-IP-ADDRESS XEPs and IQ-PRIVATE push
  out of experimental status


* 2.2.17 to 2.3.0 upgrade:

What changed:
- Renamed non-standard UPGRADE file overwriting outdated NEWS file
- Semantic Versioning: http://semver.org/
- TLS Everywhere: https://github.com/stpeter/manifesto
- Required GSASL >=1.1
- jabberd should compile without warnings
- out-of-source builds should work
- pgsql: authreg password_type support
- pgsql: schema support
- ldapvcard: groupattr works even if no groupattr_regex defined
- ldapfull: checks for ldap group membership on login
- vCard: Assume tel phone is voice phone
- MySQL: default password hashing algorithm changed to SHA512
- out-conn-reuse s2s.xml option naming unified
- XML parse error will log buffer details
- CRAM-MD5 auth support
- router private key cachain and password support
- hashed passwords support in SQLite3 storage
2013-12-12 23:01:02 +00:00
jperkin
413f687a2c Various patches to fix build on SunOS. 2013-12-12 20:17:56 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
seanb
81bc1f1e24 Fix for later gcc against platforms without stpcpy(). 2013-12-06 15:35:53 +00:00
dholland
8327ee1f4e Update PLIST and bump PKGREVISION; seen in a chrooted pbulk run so I'm
going to assume it changed with the new(ish) Erlang.
2013-11-28 05:21:39 +00:00
khorben
4888049b17 Also package include/xchat/xchat-plugin.h to allow third-party packages to
build plug-ins for xchat.

ok tron@
2013-11-27 17:09:57 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
tonnerre
d854da8d59 The last forgotten dependency of kgb-bot was on the client side, and it
was IPC::Run.
2013-11-05 11:15:43 +00:00
tonnerre
c9cbeb564b Fix the dependencies of the kgb-bot package and add an init script. Bump
pkg_revision.
2013-11-05 02:13:42 +00:00
wiz
7f024a2a87 Update HOMEPAGE. 2013-11-01 21:34:15 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
dholland
ee7e6c065b Update Lua module depends for multiversion environment; use REPLACE_LUA. 2013-10-30 06:19:17 +00:00
joerg
3dc03fd067 Don't use -fno-regmove. 2013-10-27 20:30:44 +00:00
tonnerre
5af2517530 Add the KGB bot to the chat Makefile. 2013-10-20 14:17:03 +00:00
tonnerre
74008d00dd Add the KGB IRC bot, version 1.31, to pkgsrc.
KGB is a system that provides notifications on IRC for commits made to Git,
Subversion and CVS repositories. It uses two components: a server, which
runs the IRC bot, and a client, which is hooked into the repositories and
sends the notifications to the server.
2013-10-20 14:16:16 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
roy
a5a41f94e8 tirc requires termcap, not ncurses 2013-10-16 07:37:10 +00:00
roy
bb0dfc462b naim can use system curses 2013-10-15 21:20:29 +00:00
roy
f1e5076ad6 Allow any curses to work with licq-gui-console 2013-10-15 17:08:02 +00:00
roy
c460b39410 gtmess should work with any curses 2013-10-15 16:45:41 +00:00
roy
ec87ac432a BitchX uses terminfo, not curses 2013-10-15 14:41:53 +00:00
fhajny
175f6a0ee8 Update ejabberd to 13.10.
Major changes since 2.1.13:
 * Huge improvements regarding performances
 * Optimized memory consumption
 * Clean code representation of xmlel records

Release notes (yet?) unavailable, changelog points at bug tracker:

https://support.process-one.net/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+EJAB+AND+fixVersion+%3D+%22ejabberd+13.10%22
2013-10-11 13:32:25 +00:00
roy
c2eaf9b916 silc-client has an internal copy of irssi.
Newer irssi prefers termcap/terminfo over curses, so drop the curses
dependency entirely.
2013-10-11 09:58:53 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
fhajny
6441e89b20 Update prosody to 0.9.1
Changes in 0.9.1:
* Config: Fix the workaround for LuaSec 0.4.x to apply the ssl 'ciphers'
  option correctly
* Config: Ability to specify the ssl 'dhparam' option simply as a path to
  a file, instead of a callback function
* Windows: Fix s2s issues
* Windows: Fix the ability to specify absolute paths to SSL certificates
  in the config
* Build: Fix compilation issue on non-Linux systems that have glibc (such as
  Debian GNU/kFreeBSD)
* API: Fix to our set library, that caused the :include() and :exclude()
  methods to behave incorrectly

Changes in 0.9.0:
* IPv6 support for c2s, s2s and all other services (e.g. HTTP)
* Server-to-server authentication using certificates (SASL EXTERNAL)
* A new HTTP subsystem, supporting virtual hosts, and fully reloadable modules
* Client and server connections are now handled by modules: mod_c2s, mod_s2s
* mod_pubsub: Basic pubsub service (some features not yet implemented)
* prosodyctl about - show information about a Prosody installation
* prosodyctl cert - command to generate XMPP certificates and CSRs
* Many very nice enhancements to our module API
* MUC: Configurable per-room history length
* MUC: Plugins can now extend the room configuration form

See notes on upgrading from 0.8.x:

  https://prosody.im/doc/release/0.9.0#upgrading
2013-09-13 14:37:49 +00:00
wiz
8ec74eea9d Comment out dead links. 2013-09-05 20:02:25 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
joerg
0f5cffeb93 Missing termios.h. 2013-08-31 14:45:43 +00:00
joerg
d21f1b5270 Link with curses on NetBSD. Don't try to overwrite terminfo internals
that are const. Drop --package-name.
2013-08-30 16:56:56 +00:00
shattered
eb8fcdb92d Update to 1.5.0. Changes: http://www.jibble.org/pircbot-changelog.php 2013-08-21 10:47:13 +00:00
shattered
ea0cadf576 Update to 2.10.2. Changes:
- Add support for maildir mail boxes, which must be selected at compile time
  [not enabled in this package]
- Fixes to support socks5 again, at least on freebsd.
- Add support for +T by special request.
- Add $windowctl(GET <refnum> CHANNELS).
- Port $strtol() and $tobase() from epic5.

- Numerous crashes and problems fixed.

Full change log:
http://wayback.archive.org/web/20121103102353/http://epicsol.org/?page=changelog
2013-08-21 10:43:29 +00:00
obache
5efa7891f3 revbump from libnotify bumped to 0.7 and dependency changed from libnotify07. 2013-08-16 09:20:40 +00:00
obache
ea4a770a24 LICENSE=gnu-gpl-v3 2013-08-15 08:36:55 +00:00
obache
a4778c461a Switch to use libnotify07.
Bump PKGREVISION.
2013-08-15 08:35:13 +00:00
obache
d84e59917a Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 10:00:03 +00:00
shattered
25b32db8fc Update to 0.3.12. Changes:
"Some of FISG's behavior has changed slightly after version 0.3.8.

Few commandline options have been renamed and there is NO default
input format anymore, you will always have to specify one."
2013-07-21 11:34:51 +00:00
shattered
b20850d9a7 Update to 0.13.6. Changes:
* ncommand.c - fix /names * to replace * with current channel.
* fix dcc - its not perfect, but it works (let me know if there are
* /topic * now does the expected thing. same for /untopic *
* fix "/names" to work when not in a channel
2013-07-21 11:29:55 +00:00
fhajny
46fc140e4c Update ejabberd to 2.1.13.
Bugs fixed since 2.1.12:
* Compilation: Detect correctly newer Darwin versions (EJAB-1594)
* Guide: ejabberd_service expects a shaper_rule, not a shaper
* MUC: Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)
* MUC: Handle ~ control sequence in text of mod_muc_log (EJAB-1639)
* MUC: list_to_integer/2 only works in OTP R14 and newer
* Pubsub: access_createnode acl also applies to auto created nodes
* Web: Normalize HTTP path
2013-07-19 09:45:37 +00:00
fhajny
32b97964e8 Fix PLIST check by making MakeMaker install perllocal.pod with proper path. 2013-07-17 09:41:06 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00