Commit graph

3857 commits

Author SHA1 Message Date
Matthias Andree
3687bce9e3 Replace defunct scrollz.org by working mirror.
Drop domain-parking WWW: link from pkg-descr.

Submitted by: Chris Hutchinson
PR:           206862
2016-02-05 21:27:21 +00:00
John Marino
6f26faa7ff irc/epic5: Remove obsolete TERMCAP option, link with libncurses alway
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).

Remove the TERMCAP option completely and link directly to libncurses in
any case.

PR:		206947
approved by:	mp29590(gmail) (maintainer)
2016-02-05 10:24:59 +00:00
John Marino
7c8f1920f9 irc/xaric: USES+= ncurses, link with libncurses not libcurses 2016-02-05 09:34:26 +00:00
John Marino
3ccdd982a6 irc/sirc: USES+= ncurses, respect LDFLAGS, link with libncurses ...
... rather than libtermcap (the latter is symlinked with former)
2016-02-05 09:33:16 +00:00
John Marino
0cb46d37ea irc/sic: USES+= ncurses 2016-02-05 09:31:40 +00:00
John Marino
68c3e91053 irc/ninja: USES+= ncurses 2016-02-05 09:30:52 +00:00
John Marino
49f2ca352a irc/netwalker-ircc: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 09:30:08 +00:00
John Marino
93d87c6f3a irc/ircII: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 09:28:58 +00:00
Steve Wills
1c8e35b1ed irc/rbot: mark broken with Ruby 2.2 2016-02-03 16:31:45 +00:00
John Marino
5c73e56d90 irc/bitchx: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-01 22:33:44 +00:00
Alexey Dokuchaev
c0d6c179dd - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) had
two typedefs (apparently, the latter was deprecated and finally removed
  in 1.4.7):

    typedef enum _imlib_load_error Imlib_Load_Error;
    typedef enum _imlib_load_error ImlibLoadError;

- Instead of handling of VIDEO and CACA options interdependency manually,
  define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate
  conversion to option helpers
- Install sample configuration files as @sample in pkg-plist (and convert
  PLIST_FILES to separate file due to better readability thereof)
- Restore sane installation routine broken in r336927 and install couple
  of extra documentation files while here
- Augment port description text and update WWW line to avoid redirect
2016-01-25 15:13:23 +00:00
Raphael Kubo da Costa
30d353c4b1 Add upstream patch to fix the build with the upcoming Qt 5.5.1. 2016-01-23 19:28:55 +00:00
Antoine Brodin
6a0d8893c2 Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++    -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)':
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err'
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope

Reported by:	pkg-fallout
MFH:		2016Q1
2016-01-22 22:01:05 +00:00
Pietro Cerutti
c1d663736e irc/bitlbee-facebook: use DISTVERSIONPREFIX instead of GH_TAGNAME
Reported by:	mat
2016-01-20 19:44:39 +00:00
Frederic Culot
3b035073c3 - Reassign milki@'s ports after his commit bit was taken in for safekeeping 2016-01-20 15:33:26 +00:00
Pietro Cerutti
39b311fe57 irc/bitlbee-facebook: update to 1.0.0, fetch from official repository 2016-01-20 13:55:17 +00:00
Sunpoet Po-Chuan Hsieh
fba4bcdf5e - Fix gemspec for rubygem-eventmachine 1.0.9 update
- Bump PORTREVISION for package change
2016-01-19 08:37:17 +00:00
Baptiste Daroussin
103f7f87cb Use @sample 2016-01-18 22:51:19 +00:00
Thomas Zander
6e90301e53 Update to upstream release 1.6.2, cleanup port
Cleanups:
- USE_OPENSSL
- Convert to OPTION helpers
- Remove no longer necessary patch for modperl
- Sort OPTIONs
- Correct compiler flags detection in configure script

PR:		205473
Submitted by:	matthew@reztek.cz
Reviewed by:	riggs
Approved by:	maintainer timeout
2016-01-18 18:58:34 +00:00
Adam Weinberger
4d9431a65a Update to 0.13.7. 2016-01-17 20:05:53 +00:00
Steve Wills
f0b0908dc5 mark ports that don't work with Ruby 2.3
PR:		205774
2016-01-17 07:06:25 +00:00
Pawel Pekala
cda7492eb9 - Switch to USES=execinfo localbase
- USES=localbase conversion fixes detection of libexecinfo
  on FreeBSD 10+

PR:		205760
Submitted by:	myself
Approved by:	maintainer timeout
2016-01-16 14:20:15 +00:00
Dmitry Marakasov
dd45df3d5b - Fix fetch
- Pass maintainership to submitter
- Update pkg-descr
- While here, also
  - Fix LICENSE and add LICENSE_FILE
  - Silence stripping
  - Fix WWW

PR:		206164
Submitted by:	portmaster@bsdforge.com
2016-01-12 21:12:27 +00:00
Renato Botelho
90c4c950e9 Update irc/weechat to 1.4 2016-01-12 17:39:03 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Antoine Brodin
ffc421f59d Unbreak INDEX 2016-01-10 17:04:43 +00:00
Baptiste Daroussin
ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Martin Wilke
ac174b9c20 - Convert to options helper 2016-01-07 11:07:28 +00:00
Raphael Kubo da Costa
af7cf694c4 Remove expired port: irc/irssi-devel.
2016-01-01 irc/irssi-devel: Older than irc/irssi
2016-01-01 12:57:37 +00:00
Mark Felder
b8941f9e4f irc/inspircd: Update to 2.0.20
Fix default config file path to sample configs and add rc script chdir
so these relative paths work. This makes it easier to get a new install
up and running.

MFH:		2015Q4
Security:	b808c3a8-ae30-11e5-b864-14dae9d210b8
2015-12-29 15:28:46 +00:00
Kubilay Kocak
daad8c124e [NEW] irc/py-limnoria: Modified version of Supybot (an IRC bot and framework)
A robust, full-featured Python IRC bot with a clean and flexible plugin API.

Equipped with a complete ACL system for specifying user permissions with as
much as per-command granularity. Batteries are included in the form of
numerous plugins already written.

WWW: https://github.com/ProgVal/Limnoria

Requested by: Brenden Molloy (via IRC)
2015-12-27 12:58:13 +00:00
Pietro Cerutti
bf55fda7fd irc/bitlbee-facebook: update snapshot, fix build depends 2015-12-27 09:18:36 +00:00
Bernard Spil
c3069bd0fe irc/charybdis: Remove RAND_egd
- Add patch to remove RAND_egd from v3.5 RC

PR:		198504
Reviewed by:	crees (maintainer), koobs (mentor)
Approved by:	crees (maintainer), koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4694
2015-12-24 17:00:54 +00:00
Pietro Cerutti
7849ec5790 irce/bitlbee-facebook - add port
bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses
the MQTT protocol used by the Facebook messenger mobile client and also
supports group chats.

WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT
2015-12-24 14:28:54 +00:00
Martin Wilke
3214000276 - Update MASTER_SITES
- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter

PR:		D4601
Submitted by:	205371
Approved by:	mat (mentor)
Differential Revision:	D4601
2015-12-22 14:52:30 +00:00
Sunpoet Po-Chuan Hsieh
e40656d6cf - Fix build if lang/v8 is installed
- Add JAVASCRIPT option and set it off by default

PR:		204881
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 23 days)
2015-12-21 18:35:52 +00:00
Mark Felder
d573147bc9 irc/quassel: Import patch to resolve DoS CVE
Approved by:	ports-secteam (with hat)
MFH:		2015Q4
Security:	CVE-2015-8547
2015-12-21 15:41:30 +00:00
Jason Unovitch
a4adad28a3 irc/bitchx: drop AIM plugin support and grammar fixes
- Remove AIM plugin support as it is no longer supported
- Bump PORTREVISION for package change
- While here, minor grammar changes in pkg-descr and Makefile

PR:		205260
Submitted by:	cpet@bitchx.org (maintainer)
2015-12-18 01:57:02 +00:00
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +00:00
Martin Wilke
458080cfae - Update maintainer address
PR:		205138
Submitted by:	cpet@bitchx.org
Approved by:	mat (mentor), maintainer
Differential Revision:	D4492
2015-12-11 08:40:34 +00:00
Dmitry Marakasov
ee7ece749d - Clarify LICENSE
- Clean up the makefile
- Silence patching
- Convert makefile echo's to pkg-message
2015-12-04 14:36:40 +00:00
Bartek Rutkowski
d150412ab3 irc/ngircd: update 22.1 -> 23
PR:		204680
Submitted by:	Kjetil Rustad <kjetil@bsdshell.org>
2015-12-01 14:04:57 +00:00
Antoine Brodin
a1af583929 Deprecate ports broken for more than 6 months 2015-11-29 09:51:30 +00:00
Martin Wilke
cb7e52124e - Update to 1.1.9
Approved by:	bapt (mentor)
2015-11-27 07:40:19 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Marcelo Araujo
b9709abac1 Cogbot is an irc bot written in ruby based on Cinch bot framework.
It has its unique plugin system and various features oriented
towards ruby development tasks.

WWW: https://github.com/mose/cogbot

PR:		ports/204759
Submitted by:	mose <mose@gandi.net>
2015-11-24 02:21:00 +00:00
Adam Weinberger
4470a93400 Update to 20151120.
Changes in ircII 20151120:
  o  fix a program hang upon invalid utf-8 sequences
  o  /set log and /window log no longer double the output
  o  /lastlog no longer adds trailing ^Os to log files
2015-11-23 16:16:43 +00:00
Dmitry Marakasov
8f02b106cd - Switch to options helpers 2015-11-17 21:31:00 +00:00
William Grzybowski
6306e6c860 irc/py-irc: update to 13.1
PR:		202924
Submitted by:	yuri rawbw dot com
2015-11-12 20:48:54 +00:00
Antoine Brodin
d608bad72e Mark BROKEN: size and checksum mismatch
Deprecate: irc/irssi-devel is older than irc/irssi
2015-11-12 12:02:58 +00:00