uses the DCC feature of irc to send files to other users. iroffer will
connect to an irc server and let people request files from it.
This is a major rewrite of Iroffer with extended features.
It does support mutiple IRC networks, SSL and IPv6.
LICENSE: GPL2
WWW: http://iroffer.dinoex.net/
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
crash as it lacks prototype definitions for functions such as SOCKSlocaltime,
SOCKSread, etc. These functions return 64-bit values, but will get
truncated to 32-bit values without proper prototypes.
I looked at net/socks5, but it does not appear to be engineered in a way
to provide these prototypes to external consumers. The socks5 port needs
to be updated so that it works with INCLUDE_PROTOTYPES on 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.
* 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)