From nobody@FreeBSD.org  Sat May 16 20:02:31 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 720E6106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 May 2009 20:02:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 610B88FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 May 2009 20:02:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4GK2VTV093211
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 May 2009 20:02:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4GK2VAP093209;
	Sat, 16 May 2009 20:02:31 GMT
	(envelope-from nobody)
Message-Id: <200905162002.n4GK2VAP093209@www.freebsd.org>
Date: Sat, 16 May 2009 20:02:31 GMT
From: Maarten de Vries <mdv@unsavoury.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: irc/scrollz version 2.0 released
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: damm@yazzy.org

>Number:         134589
>Category:       ports
>Synopsis:       Update port: irc/scrollz version 2.0 released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 16 20:10:04 UTC 2009
>Closed-Date:    Wed Jun 24 14:00:00 UTC 2009
>Last-Modified:  Wed Jun 24 14:00:13 UTC 2009
>Originator:     Maarten de Vries
>Release:        7.2-STABLE i386
>Organization:
unsavoury.net
>Environment:
FreeBSD vault.adler 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon May 11 23:54:48 CEST 2009     maarten@vault.adler:/usr/obj/usr/src/sys/VAULT  i386
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./pkg-descr
#	./pkg-plist
#	./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# New ports collection makefile for:	ScrollZ
X# Date created:		10 Aug 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD: ports/irc/scrollz/Makefile,v 1.35 2008/03/03 11:57:06 novel Exp $
X#
X
XPORTNAME=	scrollz
XPORTVERSION=	2.0
XCATEGORIES=	irc ipv6
XMASTER_SITES=	http://scrollz.lysergide.net/ScrollZ/source/ \
X		http://mirror.inf.udec.cl/ftp.scrollz.com/ScrollZ/source/
XDISTNAME=	ScrollZ-${PORTVERSION}
X
XMAINTAINER=	mdv@unsavoury.net
XCOMMENT=	Enhanced ircII client that supports scripts, colors, and more
X
XUSE_GMAKE=	yes
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--enable-ipv6 --enable-regexp
X
XMAKE_ENV+=	IRCLIB="${PREFIX}/share/scrollz"
X
XPLIST_SUB+=	SCROLLZ_VER="${PORTVERSION}"
X
XMAN1=	scrollz.1
X
X.if defined(WITH_SSL)
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libgnutls.a:${PORTSDIR}/security/gnutls
XLIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
XCONFIGURE_ARGS+=	--with-ssl
X.endif
X
Xpre-build:
X.if !defined(BATCH)
X	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c)
X	@(cd ${WRKSRC}; ./SZdist)
X.endif
X
X.include <bsd.port.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XScrollZ is an IRC client based on ircII with many enhancements (colors, userlists, enhanced scripting, and more). The main difference from other clients is that it implements many useful features that you would normally find in a script, thus making it faster than such scripts paired up with ircII.
X
XIt also has many unique features, such as three-line status bars, CDCC (which has reget/resend ability), and its environment is highly customizable.
X
XWWW: http://www.scrollz.com/
0e313719ff012ceaf97a028d51caa8f5
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'ef3e7f63841ae908ba397c2bef1fbad6'
X%%DATADIR%%/doc/ScrollZ.doc
X%%DATADIR%%/help/!
X%%DATADIR%%/help/:
X%%DATADIR%%/help/abort
X%%DATADIR%%/help/about
X%%DATADIR%%/help/addbk
X%%DATADIR%%/help/addchan
X%%DATADIR%%/help/addf
X%%DATADIR%%/help/addfchan
X%%DATADIR%%/help/addfflag
X%%DATADIR%%/help/addmon
X%%DATADIR%%/help/addn
X%%DATADIR%%/help/adds
X%%DATADIR%%/help/addw
X%%DATADIR%%/help/admin
X%%DATADIR%%/help/ajoin
X%%DATADIR%%/help/alias/alias
X%%DATADIR%%/help/alias/functions
X%%DATADIR%%/help/alias/quote
X%%DATADIR%%/help/alias/special
X%%DATADIR%%/help/alias/szvar
X%%DATADIR%%/help/alias/width
X%%DATADIR%%/help/arejoin
X%%DATADIR%%/help/arinwin
X%%DATADIR%%/help/assign
X%%DATADIR%%/help/autocompl
X%%DATADIR%%/help/autoinv
X%%DATADIR%%/help/autoopdelay
X%%DATADIR%%/help/away
X%%DATADIR%%/help/awayencr
X%%DATADIR%%/help/awaysave
X%%DATADIR%%/help/awayt
X%%DATADIR%%/help/ban
X%%DATADIR%%/help/bantime
X%%DATADIR%%/help/bantype
X%%DATADIR%%/help/basics
X%%DATADIR%%/help/beep
X%%DATADIR%%/help/bind/backspace
X%%DATADIR%%/help/bind/backward_character
X%%DATADIR%%/help/bind/backward_history
X%%DATADIR%%/help/bind/backward_word
X%%DATADIR%%/help/bind/beginning_of_line
X%%DATADIR%%/help/bind/bind
X%%DATADIR%%/help/bind/clear_screen
X%%DATADIR%%/help/bind/command_completion
X%%DATADIR%%/help/bind/delete_character
X%%DATADIR%%/help/bind/delete_next_word
X%%DATADIR%%/help/bind/delete_previous_word
X%%DATADIR%%/help/bind/end_of_line
X%%DATADIR%%/help/bind/enter_digraph
X%%DATADIR%%/help/bind/enter_menu
X%%DATADIR%%/help/bind/erase_line
X%%DATADIR%%/help/bind/erase_to_beg_of_line
X%%DATADIR%%/help/bind/erase_to_end_of_line
X%%DATADIR%%/help/bind/examples
X%%DATADIR%%/help/bind/forward_character
X%%DATADIR%%/help/bind/forward_history
X%%DATADIR%%/help/bind/forward_word
X%%DATADIR%%/help/bind/help_character
X%%DATADIR%%/help/bind/insert_tabkey_next
X%%DATADIR%%/help/bind/insert_tabkey_prev
X%%DATADIR%%/help/bind/keys
X%%DATADIR%%/help/bind/lastjoiner_kick
X%%DATADIR%%/help/bind/meta1_character
X%%DATADIR%%/help/bind/meta2_character
X%%DATADIR%%/help/bind/meta3_character
X%%DATADIR%%/help/bind/meta4_character
X%%DATADIR%%/help/bind/meta5_character
X%%DATADIR%%/help/bind/meta6_character
X%%DATADIR%%/help/bind/meta7_character
X%%DATADIR%%/help/bind/meta8_character
X%%DATADIR%%/help/bind/next_window
X%%DATADIR%%/help/bind/nothing
X%%DATADIR%%/help/bind/parse_command
X%%DATADIR%%/help/bind/previous_window
X%%DATADIR%%/help/bind/quit_irc
X%%DATADIR%%/help/bind/quote_character
X%%DATADIR%%/help/bind/refresh_inputline
X%%DATADIR%%/help/bind/refresh_screen
X%%DATADIR%%/help/bind/scroll_backward
X%%DATADIR%%/help/bind/scroll_end
X%%DATADIR%%/help/bind/scroll_forward
X%%DATADIR%%/help/bind/scroll_start
X%%DATADIR%%/help/bind/self_insert
X%%DATADIR%%/help/bind/send_line
X%%DATADIR%%/help/bind/stop_irc
X%%DATADIR%%/help/bind/switch_channels
X%%DATADIR%%/help/bind/toggle_insert_mode
X%%DATADIR%%/help/bind/toggle_stop_screen
X%%DATADIR%%/help/bind/transpose_characters
X%%DATADIR%%/help/bind/type_text
X%%DATADIR%%/help/bind/unstop_all_windows
X%%DATADIR%%/help/bind/yank_from_cutbuffer
X%%DATADIR%%/help/bitch
X%%DATADIR%%/help/bk
X%%DATADIR%%/help/bki
X%%DATADIR%%/help/bklist
X%%DATADIR%%/help/bkt
X%%DATADIR%%/help/bye
X%%DATADIR%%/help/c
X%%DATADIR%%/help/cat
X%%DATADIR%%/help/cd
X%%DATADIR%%/help/cdban
X%%DATADIR%%/help/cdcc/autoget
X%%DATADIR%%/help/cdcc/chan
X%%DATADIR%%/help/cdcc/close
X%%DATADIR%%/help/cdcc/dldir
X%%DATADIR%%/help/cdcc/doffer
X%%DATADIR%%/help/cdcc/fsend
X%%DATADIR%%/help/cdcc/get
X%%DATADIR%%/help/cdcc/idle
X%%DATADIR%%/help/cdcc/limit
X%%DATADIR%%/help/cdcc/list
X%%DATADIR%%/help/cdcc/load
X%%DATADIR%%/help/cdcc/longst
X%%DATADIR%%/help/cdcc/notice
X%%DATADIR%%/help/cdcc/ntime
X%%DATADIR%%/help/cdcc/offer
X%%DATADIR%%/help/cdcc/overwr
X%%DATADIR%%/help/cdcc/plist
X%%DATADIR%%/help/cdcc/psend
X%%DATADIR%%/help/cdcc/ptime
X%%DATADIR%%/help/cdcc/queue
X%%DATADIR%%/help/cdcc/renpack
X%%DATADIR%%/help/cdcc/request
X%%DATADIR%%/help/cdcc/resend
X%%DATADIR%%/help/cdcc/save
X%%DATADIR%%/help/cdcc/secure
X%%DATADIR%%/help/cdcc/send
X%%DATADIR%%/help/cdcc/stats
X%%DATADIR%%/help/cdcc/status
X%%DATADIR%%/help/cdcc/uldir
X%%DATADIR%%/help/cdcc/verbose
X%%DATADIR%%/help/cdcc/warning
X%%DATADIR%%/help/chanlog
X%%DATADIR%%/help/chanlogdir
X%%DATADIR%%/help/chanlogpost
X%%DATADIR%%/help/chanlogprefix
X%%DATADIR%%/help/channel
X%%DATADIR%%/help/chanst
X%%DATADIR%%/help/chat
X%%DATADIR%%/help/chpass
X%%DATADIR%%/help/chsignoff
X%%DATADIR%%/help/cjoin
X%%DATADIR%%/help/clear
X%%DATADIR%%/help/clearmon
X%%DATADIR%%/help/cleartab
X%%DATADIR%%/help/color
X%%DATADIR%%/help/commands
X%%DATADIR%%/help/comment
X%%DATADIR%%/help/compress
X%%DATADIR%%/help/connect
X%%DATADIR%%/help/cscan
X%%DATADIR%%/help/ctcp/action
X%%DATADIR%%/help/ctcp/clientinfo
X%%DATADIR%%/help/ctcp/ctcp
X%%DATADIR%%/help/ctcp/echo
X%%DATADIR%%/help/ctcp/finger
X%%DATADIR%%/help/ctcp/ping
X%%DATADIR%%/help/ctcp/time
X%%DATADIR%%/help/ctcp/userinfo
X%%DATADIR%%/help/ctcp/utc
X%%DATADIR%%/help/ctcp/version
X%%DATADIR%%/help/ctcpcloak
X%%DATADIR%%/help/cycle
X%%DATADIR%%/help/date
X%%DATADIR%%/help/dcc/chat
X%%DATADIR%%/help/dcc/close
X%%DATADIR%%/help/dcc/dcc
X%%DATADIR%%/help/dcc/get
X%%DATADIR%%/help/dcc/list
X%%DATADIR%%/help/dcc/raw
X%%DATADIR%%/help/dcc/rename
X%%DATADIR%%/help/dcc/send
X%%DATADIR%%/help/deop
X%%DATADIR%%/help/deops
X%%DATADIR%%/help/deopt
X%%DATADIR%%/help/describe
X%%DATADIR%%/help/dhop
X%%DATADIR%%/help/die
X%%DATADIR%%/help/digraph
X%%DATADIR%%/help/dirlm
X%%DATADIR%%/help/dirlmk
X%%DATADIR%%/help/dirln
X%%DATADIR%%/help/dirlnk
X%%DATADIR%%/help/dirlsm
X%%DATADIR%%/help/dirlsn
X%%DATADIR%%/help/disconnect
X%%DATADIR%%/help/dobans
X%%DATADIR%%/help/dop
X%%DATADIR%%/help/dprot
X%%DATADIR%%/help/dump
X%%DATADIR%%/help/dvoice
X%%DATADIR%%/help/echo
X%%DATADIR%%/help/ego
X%%DATADIR%%/help/encrmsg
X%%DATADIR%%/help/encrypt
X%%DATADIR%%/help/etdelim
X%%DATADIR%%/help/etiquette
X%%DATADIR%%/help/etopic
X%%DATADIR%%/help/eval
X%%DATADIR%%/help/exec
X%%DATADIR%%/help/exit
X%%DATADIR%%/help/expressions
X%%DATADIR%%/help/extmes
X%%DATADIR%%/help/extpub
X%%DATADIR%%/help/fake
X%%DATADIR%%/help/fbk
X%%DATADIR%%/help/fcline
X%%DATADIR%%/help/fdline
X%%DATADIR%%/help/fec
X%%DATADIR%%/help/filine
X%%DATADIR%%/help/finger
X%%DATADIR%%/help/fk
X%%DATADIR%%/help/fkline
X%%DATADIR%%/help/flline
X%%DATADIR%%/help/floodp
X%%DATADIR%%/help/flush
X%%DATADIR%%/help/foreach
X%%DATADIR%%/help/frlist
X%%DATADIR%%/help/ftrace
X%%DATADIR%%/help/help
X%%DATADIR%%/help/history
X%%DATADIR%%/help/hook
X%%DATADIR%%/help/hop
X%%DATADIR%%/help/idlekick
X%%DATADIR%%/help/idletime
X%%DATADIR%%/help/if
X%%DATADIR%%/help/ig
X%%DATADIR%%/help/ignore
X%%DATADIR%%/help/igtime
X%%DATADIR%%/help/info
X%%DATADIR%%/help/input
X%%DATADIR%%/help/intro
X%%DATADIR%%/help/inv
X%%DATADIR%%/help/invite
X%%DATADIR%%/help/ison
X%%DATADIR%%/help/j
X%%DATADIR%%/help/join
X%%DATADIR%%/help/k
X%%DATADIR%%/help/keys
X%%DATADIR%%/help/keyx
X%%DATADIR%%/help/kick
X%%DATADIR%%/help/kickonban
X%%DATADIR%%/help/kickonflood
X%%DATADIR%%/help/kickops
X%%DATADIR%%/help/kicks
X%%DATADIR%%/help/kickt
X%%DATADIR%%/help/kill
X%%DATADIR%%/help/knock
X%%DATADIR%%/help/kprot
X%%DATADIR%%/help/l
X%%DATADIR%%/help/lastlog
X%%DATADIR%%/help/leave
X%%DATADIR%%/help/levels
X%%DATADIR%%/help/links
X%%DATADIR%%/help/list
X%%DATADIR%%/help/listbk
X%%DATADIR%%/help/listf
X%%DATADIR%%/help/listmon
X%%DATADIR%%/help/listn
X%%DATADIR%%/help/lists
X%%DATADIR%%/help/listw
X%%DATADIR%%/help/lk
X%%DATADIR%%/help/llook
X%%DATADIR%%/help/llookup
X%%DATADIR%%/help/load
X%%DATADIR%%/help/logon
X%%DATADIR%%/help/ls
X%%DATADIR%%/help/lusers
X%%DATADIR%%/help/m
X%%DATADIR%%/help/map
X%%DATADIR%%/help/massdv
X%%DATADIR%%/help/massv
X%%DATADIR%%/help/mc
X%%DATADIR%%/help/mdhop
X%%DATADIR%%/help/mdop
X%%DATADIR%%/help/me
X%%DATADIR%%/help/menus
X%%DATADIR%%/help/mhop
X%%DATADIR%%/help/mirc
X%%DATADIR%%/help/mk
X%%DATADIR%%/help/mkill
X%%DATADIR%%/help/mload
X%%DATADIR%%/help/mode
X%%DATADIR%%/help/modelock
X%%DATADIR%%/help/modeunlock
X%%DATADIR%%/help/monitor
X%%DATADIR%%/help/mop
X%%DATADIR%%/help/motd
X%%DATADIR%%/help/mreop
X%%DATADIR%%/help/msay
X%%DATADIR%%/help/msg
X%%DATADIR%%/help/multk
X%%DATADIR%%/help/n
X%%DATADIR%%/help/names
X%%DATADIR%%/help/net
X%%DATADIR%%/help/newhost
X%%DATADIR%%/help/news
X%%DATADIR%%/help/newuser
X%%DATADIR%%/help/newusers
X%%DATADIR%%/help/nhprot
X%%DATADIR%%/help/nick
X%%DATADIR%%/help/nickchan
X%%DATADIR%%/help/nicks
X%%DATADIR%%/help/nickt
X%%DATADIR%%/help/nochat
X%%DATADIR%%/help/noig
X%%DATADIR%%/help/nokey
X%%DATADIR%%/help/note/antiwall
X%%DATADIR%%/help/note/count
X%%DATADIR%%/help/note/deny
X%%DATADIR%%/help/note/find
X%%DATADIR%%/help/note/flag
X%%DATADIR%%/help/note/key
X%%DATADIR%%/help/note/log
X%%DATADIR%%/help/note/ls
X%%DATADIR%%/help/note/news
X%%DATADIR%%/help/note/note
X%%DATADIR%%/help/note/rm
X%%DATADIR%%/help/note/save
X%%DATADIR%%/help/note/send
X%%DATADIR%%/help/note/sent
X%%DATADIR%%/help/note/service
X%%DATADIR%%/help/note/spy
X%%DATADIR%%/help/note/stats
X%%DATADIR%%/help/note/user
X%%DATADIR%%/help/note/waitfor
X%%DATADIR%%/help/note/wall
X%%DATADIR%%/help/note/wallops
X%%DATADIR%%/help/notepad
X%%DATADIR%%/help/notice
X%%DATADIR%%/help/notify
X%%DATADIR%%/help/nprot
X%%DATADIR%%/help/nslookup
X%%DATADIR%%/help/ntfymode
X%%DATADIR%%/help/nwhois
X%%DATADIR%%/help/on/action
X%%DATADIR%%/help/on/cdcc_plist
X%%DATADIR%%/help/on/cdcc_plist_footer
X%%DATADIR%%/help/on/cdcc_plist_header
X%%DATADIR%%/help/on/channel_nick
X%%DATADIR%%/help/on/channel_signoff
X%%DATADIR%%/help/on/channel_synch
X%%DATADIR%%/help/on/channel_wallop
X%%DATADIR%%/help/on/connect
X%%DATADIR%%/help/on/ctcp
X%%DATADIR%%/help/on/ctcp_reply
X%%DATADIR%%/help/on/dcc_chat
X%%DATADIR%%/help/on/dcc_list
X%%DATADIR%%/help/on/dcc_list_footer
X%%DATADIR%%/help/on/dcc_list_header
X%%DATADIR%%/help/on/dcc_raw
X%%DATADIR%%/help/on/disconnect
X%%DATADIR%%/help/on/exec
X%%DATADIR%%/help/on/exec_errors
X%%DATADIR%%/help/on/exec_exit
X%%DATADIR%%/help/on/exec_prompt
X%%DATADIR%%/help/on/flood
X%%DATADIR%%/help/on/help
X%%DATADIR%%/help/on/hook
X%%DATADIR%%/help/on/idle
X%%DATADIR%%/help/on/input
X%%DATADIR%%/help/on/invite
X%%DATADIR%%/help/on/join
X%%DATADIR%%/help/on/join_me
X%%DATADIR%%/help/on/leave
X%%DATADIR%%/help/on/list
X%%DATADIR%%/help/on/mail
X%%DATADIR%%/help/on/mode
X%%DATADIR%%/help/on/msg
X%%DATADIR%%/help/on/msg_group
X%%DATADIR%%/help/on/names
X%%DATADIR%%/help/on/nickname
X%%DATADIR%%/help/on/note
X%%DATADIR%%/help/on/notice
X%%DATADIR%%/help/on/notify_signoff
X%%DATADIR%%/help/on/notify_signoff_uh
X%%DATADIR%%/help/on/notify_signon
X%%DATADIR%%/help/on/notify_signon_uh
X%%DATADIR%%/help/on/numeric
X%%DATADIR%%/help/on/on
X%%DATADIR%%/help/on/public
X%%DATADIR%%/help/on/public_msg
X%%DATADIR%%/help/on/public_notice
X%%DATADIR%%/help/on/public_other
X%%DATADIR%%/help/on/raw_irc
X%%DATADIR%%/help/on/raw_send
X%%DATADIR%%/help/on/send_action
X%%DATADIR%%/help/on/send_ctcp
X%%DATADIR%%/help/on/send_dcc_chat
X%%DATADIR%%/help/on/send_msg
X%%DATADIR%%/help/on/send_notice
X%%DATADIR%%/help/on/send_public
X%%DATADIR%%/help/on/serial_numbers
X%%DATADIR%%/help/on/server_notice
X%%DATADIR%%/help/on/signoff
X%%DATADIR%%/help/on/timer
X%%DATADIR%%/help/on/topic
X%%DATADIR%%/help/on/wall
X%%DATADIR%%/help/on/wallop
X%%DATADIR%%/help/on/who
X%%DATADIR%%/help/on/window
X%%DATADIR%%/help/on/window_kill
X%%DATADIR%%/help/on/window_swap
X%%DATADIR%%/help/op
X%%DATADIR%%/help/oper
X%%DATADIR%%/help/orignick
X%%DATADIR%%/help/origntime
X%%DATADIR%%/help/ov
X%%DATADIR%%/help/p
X%%DATADIR%%/help/parsekey
X%%DATADIR%%/help/part
X%%DATADIR%%/help/passwd
X%%DATADIR%%/help/ping
X%%DATADIR%%/help/playback
X%%DATADIR%%/help/query
X%%DATADIR%%/help/quit
X%%DATADIR%%/help/quote
X%%DATADIR%%/help/ranlk
X%%DATADIR%%/help/rbind
X%%DATADIR%%/help/re
X%%DATADIR%%/help/reconnect
X%%DATADIR%%/help/redirect
X%%DATADIR%%/help/rehash
X%%DATADIR%%/help/reload
X%%DATADIR%%/help/rembk
X%%DATADIR%%/help/remchan
X%%DATADIR%%/help/remf
X%%DATADIR%%/help/remfchan
X%%DATADIR%%/help/remfflag
X%%DATADIR%%/help/remlog
X%%DATADIR%%/help/remmon
X%%DATADIR%%/help/remn
X%%DATADIR%%/help/rems
X%%DATADIR%%/help/remw
X%%DATADIR%%/help/repword
X%%DATADIR%%/help/restart
X%%DATADIR%%/help/rules
X%%DATADIR%%/help/s
X%%DATADIR%%/help/save
X%%DATADIR%%/help/say
X%%DATADIR%%/help/sb
X%%DATADIR%%/help/scrollz/copyright
X%%DATADIR%%/help/send
X%%DATADIR%%/help/sendline
X%%DATADIR%%/help/server
X%%DATADIR%%/help/servlist
X%%DATADIR%%/help/servnotice
X%%DATADIR%%/help/set/always_split_biggest
X%%DATADIR%%/help/set/auto_reconnect
X%%DATADIR%%/help/set/auto_reconnect_channels
X%%DATADIR%%/help/set/auto_unmark_away
X%%DATADIR%%/help/set/auto_whowas
X%%DATADIR%%/help/set/away_file
X%%DATADIR%%/help/set/background_colour
X%%DATADIR%%/help/set/beep
X%%DATADIR%%/help/set/beep_max
X%%DATADIR%%/help/set/beep_on_mail
X%%DATADIR%%/help/set/beep_on_msg
X%%DATADIR%%/help/set/beep_when_away
X%%DATADIR%%/help/set/bold_video
X%%DATADIR%%/help/set/chanlog_strip_ansi
X%%DATADIR%%/help/set/channel_name_width
X%%DATADIR%%/help/set/client_information
X%%DATADIR%%/help/set/clock
X%%DATADIR%%/help/set/clock_24hour
X%%DATADIR%%/help/set/clock_alarm
X%%DATADIR%%/help/set/cmdchars
X%%DATADIR%%/help/set/command_mode
X%%DATADIR%%/help/set/continued_line
X%%DATADIR%%/help/set/ctcp_reply_backlog_seconds
X%%DATADIR%%/help/set/ctcp_reply_flood_size
X%%DATADIR%%/help/set/ctcp_reply_ignore_seconds
X%%DATADIR%%/help/set/dcc_block_size
X%%DATADIR%%/help/set/dcc_ports
X%%DATADIR%%/help/set/debug
X%%DATADIR%%/help/set/decrypt_program
X%%DATADIR%%/help/set/display
X%%DATADIR%%/help/set/display_ansi
X%%DATADIR%%/help/set/display_encoding
X%%DATADIR%%/help/set/eight_bit_characters
X%%DATADIR%%/help/set/encrypt_program
X%%DATADIR%%/help/set/exec_protection
X%%DATADIR%%/help/set/flood_after
X%%DATADIR%%/help/set/flood_rate
X%%DATADIR%%/help/set/flood_users
X%%DATADIR%%/help/set/flood_warning
X%%DATADIR%%/help/set/foreground_colour
X%%DATADIR%%/help/set/full_status_line
X%%DATADIR%%/help/set/help_pager
X%%DATADIR%%/help/set/help_path
X%%DATADIR%%/help/set/help_prompt
X%%DATADIR%%/help/set/help_window
X%%DATADIR%%/help/set/hide_channel_keys
X%%DATADIR%%/help/set/hide_private_channels
X%%DATADIR%%/help/set/high_ascii
X%%DATADIR%%/help/set/highlight_char
X%%DATADIR%%/help/set/history
X%%DATADIR%%/help/set/history_file
X%%DATADIR%%/help/set/hold_mode
X%%DATADIR%%/help/set/hold_mode_max
X%%DATADIR%%/help/set/hyper_dcc
X%%DATADIR%%/help/set/indent
X%%DATADIR%%/help/set/input_aliases
X%%DATADIR%%/help/set/input_encoding
X%%DATADIR%%/help/set/input_prompt
X%%DATADIR%%/help/set/input_protection
X%%DATADIR%%/help/set/insert_mode
X%%DATADIR%%/help/set/inverse_video
X%%DATADIR%%/help/set/irc_encoding
X%%DATADIR%%/help/set/irchost
X%%DATADIR%%/help/set/iso2022_support
X%%DATADIR%%/help/set/lastlog
X%%DATADIR%%/help/set/lastlog_ansi
X%%DATADIR%%/help/set/lastlog_level
X%%DATADIR%%/help/set/load_path
X%%DATADIR%%/help/set/log
X%%DATADIR%%/help/set/logfile
X%%DATADIR%%/help/set/mail
X%%DATADIR%%/help/set/make_notice_msg
X%%DATADIR%%/help/set/max_modes
X%%DATADIR%%/help/set/max_recursions
X%%DATADIR%%/help/set/max_wallop_nicks
X%%DATADIR%%/help/set/menu
X%%DATADIR%%/help/set/minimum_servers
X%%DATADIR%%/help/set/minimum_users
X%%DATADIR%%/help/set/netsplit_time
X%%DATADIR%%/help/set/no_ask_nickname
X%%DATADIR%%/help/set/no_ctcp_flood
X%%DATADIR%%/help/set/notify_handler
X%%DATADIR%%/help/set/notify_level
X%%DATADIR%%/help/set/notify_on_termination
X%%DATADIR%%/help/set/notify_show_name
X%%DATADIR%%/help/set/notify_string
X%%DATADIR%%/help/set/novice
X%%DATADIR%%/help/set/old_encrypt_program
X%%DATADIR%%/help/set/pause_after_motd
X%%DATADIR%%/help/set/realname
X%%DATADIR%%/help/set/same_window_only
X%%DATADIR%%/help/set/scroll
X%%DATADIR%%/help/set/scroll_lines
X%%DATADIR%%/help/set/scrollz_string
X%%DATADIR%%/help/set/send_ignore_msg
X%%DATADIR%%/help/set/send_userhost_on_nick_in_use
X%%DATADIR%%/help/set/set
X%%DATADIR%%/help/set/shell
X%%DATADIR%%/help/set/shell_flags
X%%DATADIR%%/help/set/shell_limit
X%%DATADIR%%/help/set/show_away_once
X%%DATADIR%%/help/set/show_channel_names
X%%DATADIR%%/help/set/show_end_of_msgs
X%%DATADIR%%/help/set/show_numerics
X%%DATADIR%%/help/set/show_status_all
X%%DATADIR%%/help/set/show_who_hopcount
X%%DATADIR%%/help/set/stamp_format
X%%DATADIR%%/help/set/status_away
X%%DATADIR%%/help/set/status_channel
X%%DATADIR%%/help/set/status_channelcount
X%%DATADIR%%/help/set/status_chanop
X%%DATADIR%%/help/set/status_clock
X%%DATADIR%%/help/set/status_dquery
X%%DATADIR%%/help/set/status_format
X%%DATADIR%%/help/set/status_hold
X%%DATADIR%%/help/set/status_hold_lines
X%%DATADIR%%/help/set/status_insert
X%%DATADIR%%/help/set/status_lines
X%%DATADIR%%/help/set/status_loadavg
X%%DATADIR%%/help/set/status_mail
X%%DATADIR%%/help/set/status_mode
X%%DATADIR%%/help/set/status_notify
X%%DATADIR%%/help/set/status_notify_repw_end_var
X%%DATADIR%%/help/set/status_notify_repw_start_var
X%%DATADIR%%/help/set/status_oper
X%%DATADIR%%/help/set/status_overwrite
X%%DATADIR%%/help/set/status_query
X%%DATADIR%%/help/set/status_reverse
X%%DATADIR%%/help/set/status_scrolled
X%%DATADIR%%/help/set/status_scrolled_lines
X%%DATADIR%%/help/set/status_server
X%%DATADIR%%/help/set/status_umode
X%%DATADIR%%/help/set/status_uptime
X%%DATADIR%%/help/set/status_user
X%%DATADIR%%/help/set/status_voice
X%%DATADIR%%/help/set/status_window
X%%DATADIR%%/help/set/suppress_server_motd
X%%DATADIR%%/help/set/tab_max
X%%DATADIR%%/help/set/truncate_public_channel
X%%DATADIR%%/help/set/underline_video
X%%DATADIR%%/help/set/user_information
X%%DATADIR%%/help/set/user_wallops
X%%DATADIR%%/help/set/verbose_ctcp
X%%DATADIR%%/help/set/warn_of_ignores
X%%DATADIR%%/help/set/xterm_geomoptstr
X%%DATADIR%%/help/set/xterm_options
X%%DATADIR%%/help/set/xterm_path
X%%DATADIR%%/help/setaway
X%%DATADIR%%/help/setback
X%%DATADIR%%/help/settings
X%%DATADIR%%/help/showaway
X%%DATADIR%%/help/showchan
X%%DATADIR%%/help/showidle
X%%DATADIR%%/help/showkill
X%%DATADIR%%/help/shownick
X%%DATADIR%%/help/showsign
X%%DATADIR%%/help/showuser
X%%DATADIR%%/help/showwallop
X%%DATADIR%%/help/signoff
X%%DATADIR%%/help/sinfo
X%%DATADIR%%/help/sleep
X%%DATADIR%%/help/sping
X%%DATADIR%%/help/squit
X%%DATADIR%%/help/stamp
X%%DATADIR%%/help/stats
X%%DATADIR%%/help/sve
X%%DATADIR%%/help/switch
X%%DATADIR%%/help/t
X%%DATADIR%%/help/tabkey
X%%DATADIR%%/help/tban
X%%DATADIR%%/help/terminate
X%%DATADIR%%/help/time
X%%DATADIR%%/help/timer
X%%DATADIR%%/help/tkill
X%%DATADIR%%/help/topic
X%%DATADIR%%/help/topiclock
X%%DATADIR%%/help/topicunlock
X%%DATADIR%%/help/trace
X%%DATADIR%%/help/type
X%%DATADIR%%/help/umode
X%%DATADIR%%/help/unban
X%%DATADIR%%/help/unflash
X%%DATADIR%%/help/url
X%%DATADIR%%/help/urlcatch
X%%DATADIR%%/help/userhost
X%%DATADIR%%/help/users
X%%DATADIR%%/help/ver
X%%DATADIR%%/help/version
X%%DATADIR%%/help/voice
X%%DATADIR%%/help/w
X%%DATADIR%%/help/wait
X%%DATADIR%%/help/wall
X%%DATADIR%%/help/wallops
X%%DATADIR%%/help/which
X%%DATADIR%%/help/while
X%%DATADIR%%/help/who
X%%DATADIR%%/help/whois
X%%DATADIR%%/help/wholeft
X%%DATADIR%%/help/whowas
X%%DATADIR%%/help/wi
X%%DATADIR%%/help/wii
X%%DATADIR%%/help/window/add
X%%DATADIR%%/help/window/addgroup
X%%DATADIR%%/help/window/back
X%%DATADIR%%/help/window/balance
X%%DATADIR%%/help/window/bind
X%%DATADIR%%/help/window/channel
X%%DATADIR%%/help/window/create
X%%DATADIR%%/help/window/delete
X%%DATADIR%%/help/window/delgroup
X%%DATADIR%%/help/window/double
X%%DATADIR%%/help/window/goto
X%%DATADIR%%/help/window/grow
X%%DATADIR%%/help/window/hide
X%%DATADIR%%/help/window/hide_others
X%%DATADIR%%/help/window/hold_mode
X%%DATADIR%%/help/window/kill
X%%DATADIR%%/help/window/kill_others
X%%DATADIR%%/help/window/lastlog_level
X%%DATADIR%%/help/window/level
X%%DATADIR%%/help/window/list
X%%DATADIR%%/help/window/log
X%%DATADIR%%/help/window/logfile
X%%DATADIR%%/help/window/move
X%%DATADIR%%/help/window/name
X%%DATADIR%%/help/window/new
X%%DATADIR%%/help/window/next
X%%DATADIR%%/help/window/nostatus
X%%DATADIR%%/help/window/notify
X%%DATADIR%%/help/window/notify_level
X%%DATADIR%%/help/window/number
X%%DATADIR%%/help/window/pop
X%%DATADIR%%/help/window/previous
X%%DATADIR%%/help/window/prompt
X%%DATADIR%%/help/window/push
X%%DATADIR%%/help/window/query
X%%DATADIR%%/help/window/refnum
X%%DATADIR%%/help/window/remove
X%%DATADIR%%/help/window/scroll
X%%DATADIR%%/help/window/server
X%%DATADIR%%/help/window/show
X%%DATADIR%%/help/window/shrink
X%%DATADIR%%/help/window/size
X%%DATADIR%%/help/window/stack
X%%DATADIR%%/help/window/sticky
X%%DATADIR%%/help/window/swap
X%%DATADIR%%/help/window/title
X%%DATADIR%%/help/window/unbind
X%%DATADIR%%/help/window/unname
X%%DATADIR%%/help/window/window
X%%DATADIR%%/help/wkill
X%%DATADIR%%/help/ww
X%%DATADIR%%/help/xecho
X%%DATADIR%%/help/xtype
Xbin/scrollz-2.0
X@exec mkdir %D/%%DATADIR%%/script
X@dirrmtry %%DATADIR%%/script
X@dirrmtry %%DATADIR%%/help/bind
X@dirrmtry %%DATADIR%%/help/alias
X@dirrmtry %%DATADIR%%/help/cdcc
X@dirrmtry %%DATADIR%%/help/dcc
X@dirrmtry %%DATADIR%%/help/note
X@dirrmtry %%DATADIR%%/help/on
X@dirrmtry %%DATADIR%%/help/scrollz
X@dirrmtry %%DATADIR%%/help/set
X@dirrmtry %%DATADIR%%/help/window
X@dirrmtry %%DATADIR%%/help/ctcp
X@dirrmtry %%DATADIR%%/help
X@dirrm %%DATADIR%%/doc
X@dirrmtry %%DATADIR%%
ef3e7f63841ae908ba397c2bef1fbad6
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XMD5 (ScrollZ-2.0.tar.bz2) = c9fd7581ff7cabbdfcf721b67e146c39
XSHA256 (ScrollZ-2.0.tar.bz2) = 7b2301735ae4ead9b6745550756baf9061c02f13ca1b8c13eb0ee17504f89fbc
XSIZE (ScrollZ-2.0.tar.bz2) = 725988
aec8793adfd5b7c3f00e62ae41a09ac2
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 16 20:10:18 UTC 2009 
Responsible-Changed-Why:  
beech@ wants this category PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134589 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat May 16 20:10:24 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134589 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: damm@yazzy.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/134589: Update port: irc/scrollz version 2.0 released
Date: Sat, 16 May 2009 20:10:22 UT

 Maintainer of irc/scrollz,
 
 Please note that PR ports/134589 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134589
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Maarten de Vries <maarten@netraam.nl>
To: bug-followup@FreeBSD.org, mdv@unsavoury.net
Cc:  
Subject: Re: ports/134589: Update port: irc/scrollz version 2.0 released
Date: Sat, 16 May 2009 22:47:48 +0200

 I approve :)
 -- 
 maarten@netraam.nl

From: "Scott M. Likens" <damm@yazzy.org>
To: bug-followup@FreeBSD.org,
 Edwin Groothuis <edwin@FreeBSD.org>
Cc:  
Subject: Re: ports/134589: Update port: irc/scrollz version 2.0 released
Date: Sat, 16 May 2009 22:51:12 -0700

 Hi Edwin,
 
 I no longer wish to maintain this, if the patch is okay with you he  
 can take over maintainership.
 
 Thanks,
 
 Sincerely,
 
 Scott M. Likens
 
 On May 16, 2009, at 1:10 PM, Edwin Groothuis wrote:
 
 > Maintainer of irc/scrollz,
 >
 > Please note that PR ports/134589 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134589
 >
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 >
 > !DSPAM:4a0f6d6b26721804284693!
 >
 >
 

From: Maarten de Vries <maarten@netraam.nl>
To: bug-followup@FreeBSD.org, mdv@unsavoury.net
Cc:  
Subject: Re: ports/134589: Update port: irc/scrollz version 2.0 released
Date: Sun, 24 May 2009 22:05:17 +0200

 Hi,
 
 is there anything wrong with the port?
 
 Cheers
 -- 
 maarten@netraam.nl
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jun 24 13:59:23 UTC 2009 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: beech->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Jun 24 13:59:23 UTC 2009 
Responsible-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134589 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134589: commit references a PR
Date: Wed, 24 Jun 2009 13:59:59 +0000 (UTC)

 pav         2009-06-24 13:59:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/scrollz          Makefile distinfo pkg-descr pkg-plist 
   Log:
   - Update to 2.0
   - Switch to a new maintainer
   
   PR:             ports/134589
   Submitted by:   Maarten de Vries <mdv@unsavoury.net>
   Approved by:    Scott M. Likens <damm@yazzy.org> (old maintainer)
   
   Revision  Changes    Path
   1.36      +5 -5      ports/irc/scrollz/Makefile
   1.15      +3 -3      ports/irc/scrollz/distinfo
   1.3       +6 -11     ports/irc/scrollz/pkg-descr
   1.9       +334 -315  ports/irc/scrollz/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
