From owner-cvs-all@FreeBSD.ORG Fri Mar 6 09:06:14 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5C10656BD; Fri, 6 Mar 2009 09:06:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFE3F8FC15; Fri, 6 Mar 2009 09:06:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2696DkA073332; Fri, 6 Mar 2009 09:06:13 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2696D9M073331; Fri, 6 Mar 2009 09:06:13 GMT (envelope-from dougb) Message-Id: <200903060906.n2696D9M073331@repoman.freebsd.org> From: Doug Barton Date: Fri, 6 Mar 2009 09:06:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/sirc Makefile distinfo pkg-descr pkg-plist ports/irc/sirc/files dsirc-ipv6 dsirc-minimal patch-ssfe.c pkg-message-socks X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2009 09:06:14 -0000 dougb 2009-03-06 09:06:13 UTC FreeBSD ports repository Modified files: irc/sirc Makefile distinfo pkg-descr pkg-plist Added files: irc/sirc/files dsirc-ipv6 dsirc-minimal patch-ssfe.c pkg-message-socks Log: 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. Revision Changes Path 1.14 +70 -54 ports/irc/sirc/Makefile 1.4 +51 -3 ports/irc/sirc/distinfo 1.1 +107 -0 ports/irc/sirc/files/dsirc-ipv6 (new) 1.1 +39 -0 ports/irc/sirc/files/dsirc-minimal (new) 1.1 +18 -0 ports/irc/sirc/files/patch-ssfe.c (new) 1.1 +12 -0 ports/irc/sirc/files/pkg-message-socks (new) 1.7 +0 -3 ports/irc/sirc/pkg-descr 1.3 +18 -6 ports/irc/sirc/pkg-plist