Commit graph

2324 commits

Author SHA1 Message Date
Martin Wilke
cbdeb2f2a4 - Update to 0.066 2009-03-07 04:28:25 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Doug Barton
80826c19a2 Seriously modernize this port, my first contribution to FreeBSD
from almost 11 years ago!

Add IPv6 support as well as fixing the dsirc script for modern Perl
courtesy of the NetBSD port. Also add a stripped down version of that
patch which will let dsirc work with modern Perl even without IPv6.

Use OPTIONS to handle IPv6 and SOCKS support.

Also include the addon scripts from the author's site as an OPTION.

Take advantage of PORTDOCS support, and fix the plist as a side effect.

If the user chooses to add SOCKS support print a pkg-message to tell
them how to set it up, and make the README.socks PORTDOC conditional.

Fix the shebang line in dsirc to respect PREFIX.

Change the default IRC server to irc.efnet.org using sed on dsirc
instead of trying to handle it in the sirc script. The effect is
the same, and the user can still override this trivially in their
~/.sircrc.pl file.

Patch ssfe.c to include string.h so that it compiles without errors.

Bump PORTREVISION to signify the significant nature of the update.
2009-03-06 09:06:13 +00:00
Doug Barton
d2186adb20 Remove a patch that is no longer necessary for the modernized port.
We are doing SOCKS support a different way now.
2009-03-06 08:43:34 +00:00
Doug Barton
66b2d53eb0 Move version 1.3 of scripts/sirc-proto to files/sirc.in,
and modernize the script to take advantage of SUB_FILES.

Also simplify it a bit without losing any functionality.
2009-03-06 08:42:29 +00:00
Martin Wilke
ac6bda3007 - Update to 5.98 2009-03-06 08:22:31 +00:00
Joe Marcus Clarke
7430fa2c50 * Switch to USE_TCL infrastructure
* Add support for tcl85

PR:		130187
Submitted by:	mm
2009-03-03 04:11:13 +00:00
Martin Wilke
a9089018a7 - Fix socketpair() function invocation
* The socketpair() function is invoked incorrectly causing,
    it to return EPROTONOSUPPORT everytime.
  * Changed '#include <gssapi.h>' to '#include <gssapi/gssapi.h>'
    to prevent warnings emitted by GCC.

PR:		131422
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2009-03-01 23:40:05 +00:00
Martin Wilke
35f82a0b10 - Update to 20090227 2009-02-28 20:57:19 +00:00
Sergey Skvortsov
0b33db8efa Use PERL_VERSION instead of PERL_VER. 2009-02-24 10:32:19 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Dirk Meyer
af0745521e - convert for USE_TK, USE_TCL 2009-02-22 16:23:29 +00:00
Max Brazhnikov
19d783e1a5 Update to 0.4.0 2009-02-22 11:10:47 +00:00
Martin Wilke
dc4809d8ec - Update to 20090213 2009-02-20 22:43:25 +00:00
Beech Rintoul
45aef4d6da - Update to 0.3
PR:		ports/131820
Approved by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-02-19 19:47:22 +00:00
Beech Rintoul
64dc37a50c Mark deprecated
PR:		ports/131794
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
2009-02-17 23:47:57 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Martin Wilke
6b852838ed - Update to 20090210 2009-02-10 23:42:29 +00:00
Martin Wilke
ca7efef44d - Update to 20090209 2009-02-09 23:09:38 +00:00
Philip M. Gollucci
5b8ca5d18f missed this file
Reported by: QAT
Pointhat to: me
2009-02-08 03:29:57 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
2009-02-08 03:14:14 +00:00
Martin Wilke
c0a180149d - Update to 5.96 2009-02-03 13:36:16 +00:00
Martin Wilke
58b1013546 - Update to 0.81 2009-02-03 13:35:40 +00:00
Martin Wilke
8757bfd575 - Update to 20090123 2009-02-02 19:38:34 +00:00
Martin Wilke
9b0e8fb15c - Update download locations
- Update www

Reported by:	-fetch-original pointyhat
2009-02-01 08:45:52 +00:00
Philip M. Gollucci
67872abf6b - Update download locations, update WWW
Reported by:    -fetch-original pointyhat run
2009-02-01 07:41:24 +00:00
Philip M. Gollucci
1101061cfa - Update download locations, update WWW
project moved to googlecode

Reported by:    -fetch-original pointyhat run
2009-02-01 07:37:02 +00:00
Beech Rintoul
4094396d89 - In order to modify ban files such as kline.conf and xline.conf,
ircd-ratbox 2.2.x needs write permissions to the directory containing
  these files so it can manipulate their temporary counterparts during
  the update process. To facilitate this, and to save the user from
  having to make this change themselves, the '/usr/local/etc/ircd-ratbox/'
  directory is now set to be owned by the IRCD user instead of root.

PR:		ports/131060
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2009-01-28 04:39:39 +00:00
Juergen Lock
bc817434a5 Deprecate: project is discontinued and tcl82 support is going to be dropped
PR:		ports/130878
Submitted by:	mm
2009-01-24 19:54:39 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Martin Wilke
13c0f27605 - Chase lang/guile shlib bump 2009-01-22 16:04:11 +00:00
Dirk Meyer
9635d5ab95 - add LICENSE: 2009-01-16 17:35:54 +00:00
Martin Wilke
9d135bf261 - Update to 20090115 2009-01-16 00:38:15 +00:00
Martin Wilke
f2626ef7b6 - Update to 1.8.0
- Add PORTDOCS

PR:		130518
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2009-01-14 16:00:10 +00:00
Chin-San Huang
1dbe9b08f3 - Fix startup issue
- Pass maintainership to submitter

PR:		ports/130400
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2009-01-12 21:51:20 +00:00
Jeremy Messenger
9939834bd3 Fix the build w/ newer GTK+2.
Reported by:	pointyhat via pav
2009-01-11 16:53:11 +00:00
Beech Rintoul
38104b0ab7 - Update to 1.3
PR:		ports/130344
Submitted by:	Julien Laffaye <kimelto@gmail.com> (maintainer)
2009-01-10 19:46:20 +00:00
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Pav Lucistnik
aa6dc6e7bd - No need to define USE_REINPLACE these days 2009-01-08 16:58:29 +00:00
Pav Lucistnik
7d5baa7666 - Remove badly placed patch file 2009-01-07 15:35:08 +00:00
Martin Wilke
7d2247fbb1 - Update to 20090104 2009-01-06 15:53:23 +00:00
Beech Rintoul
7647a36532 - Fix IPv6 support is not built
- Bump portrevision

PR:		ports/130213
Submitted by:	Wes Morgan <morganw@chemikals.org>
2009-01-06 01:45:56 +00:00
Martin Matuska
699dd577d3 - Switch to USE_TCL infrastructure
- Enable tcl85
- Bump PORTREVISION
2009-01-05 14:29:12 +00:00
Chin-San Huang
d1fc6986cb - Remove unused patch 2009-01-03 05:59:08 +00:00
Chin-San Huang
064272f570 - Update to 3.0.8 2009-01-03 05:57:57 +00:00
Josh Paetzel
6c8d62894d Update to 1.0
Approved by:	linimon (portmgr)
2008-12-27 23:58:18 +00:00
Jimmy Olgeni
9cc99456e1 Fix typo. 2008-12-26 15:08:02 +00:00
Martin Wilke
02aedc8506 SIMPLE IRC CLIENT alias sic
sic is an extremely simple IRC client. It consists of lesser
than 250 lines of code. It is the little brother of irc/ii

WWW:	http://www.suckless.org/programs/sic.html

PR:		ports/129917
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-12-25 19:44:05 +00:00
Martin Wilke
274f0aed30 - Update to 20081222 2008-12-25 00:23:59 +00:00
Martin Wilke
14795a5680 - Add missing dependency
PR:		129791
Submitted by:	Tod McQuillin <devin@spamcop.net>
2008-12-22 21:39:46 +00:00