From jim@laptop.carroll.com  Sun Apr  1 11:58:30 2001
Return-Path: <jim@laptop.carroll.com>
Received: from laptop.carroll.com (okaya15.carroll.com [204.141.202.66])
	by hub.freebsd.org (Postfix) with ESMTP id 16E7037B71B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Apr 2001 11:58:29 -0700 (PDT)
	(envelope-from jim@laptop.carroll.com)
Received: (from root@localhost)
	by laptop.carroll.com (8.11.1/8.11.1) id f31IurB08995;
	Sun, 1 Apr 2001 14:56:53 -0400 (EDT)
	(envelope-from jim)
Message-Id: <200104011856.f31IurB08995@laptop.carroll.com>
Date: Sun, 1 Apr 2001 14:56:53 -0400 (EDT)
From: jim@carroll.com
Reply-To: jim@carroll.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: Perl/TK Jabber client
X-Send-Pr-Version: 3.2

>Number:         26274
>Category:       ports
>Synopsis:       New port: Perl/TK Jabber client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ade
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 12:00:01 PDT 2001
>Closed-Date:    Fri Apr 12 20:10:09 PDT 2002
>Last-Modified:  Fri Apr 12 20:10:09 PDT 2002
>Originator:     Jim C
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
Carroll-Net, Inc.
>Environment:
>Description:

	This is a port if 'Jarl'.  A Perl/Tk Jabber client.

>How-To-Repeat:
>Fix:
# 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:
#
#	jarl
#	jarl/Makefile
#	jarl/pkg-comment
#	jarl/pkg-descr
#	jarl/pkg-plist
#	jarl/distinfo
#	jarl/defanswers
#	jarl/RCS
#	jarl/RCS/Makefile,v
#	jarl/RCS/distinfo,v
#	jarl/RCS/defanswers,v
#	jarl/RCS/pkg-descr,v
#	jarl/RCS/pkg-comment,v
#	jarl/RCS/pkg-plist,v
#
echo c - jarl
mkdir -p jarl > /dev/null 2>&1
echo x - jarl/Makefile
sed 's/^X//' >jarl/Makefile << 'END-of-jarl/Makefile'
XPORTNAME=	Jarl
XPORTVERSION=	0.4003
XCATEGORIES=	net
XMASTER_SITES=	http://download.sourceforge.net/jarl/
X
XMAINTAINER=	jim@carroll.com
X
XNO_BUILD=	yes
X
XPBASE1=		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
XPBASE2=		${PBASE1}/i386-freebsd
X
XBUILD_DEPENDS=	${PBASE2}/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5	\
X		${PBASE1}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time	\
X		${PBASE2}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64	\
X		${PBASE2}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String	\
X		wget:${PORTSDIR}/ftp/wget
X
Xdo-install:
X	@ (cd ${WRKSRC} ; ./install < ../../defanswers)
X
X.include <bsd.port.mk>
END-of-jarl/Makefile
echo x - jarl/pkg-comment
sed 's/^X//' >jarl/pkg-comment << 'END-of-jarl/pkg-comment'
XA Jabber client written in Perl/Tk
END-of-jarl/pkg-comment
echo x - jarl/pkg-descr
sed 's/^X//' >jarl/pkg-descr << 'END-of-jarl/pkg-descr'
XThis is a Jabber client written in Perl/Tk.
X
XJabber is an open-source, XML based Instant Messaging system.  It's
X"claim to fame" is it's ability to communicate with all of the popular
XInstant Messaging protocols.  This includes:
X
X	* ICQ
X	* AIM (AOL's protocol)
X	* Yahoo
X	* MSN
X	* IRC
X
XIn addition, it adds it own 'Jabber' protocol.  It's secure, reliable, 
Xextendible (and quite incredible).
X
XNote: If you surf to http://www.jabbercentral.com, you'll find additional 
Xclients for Linux/Unix, Windoze, Mac and Java.
X
Xhttp://www.jabber.org
X
X- Jim Carroll
Xjim@carroll.com
END-of-jarl/pkg-descr
echo x - jarl/pkg-plist
sed 's/^X//' >jarl/pkg-plist << 'END-of-jarl/pkg-plist'
END-of-jarl/pkg-plist
echo x - jarl/distinfo
sed 's/^X//' >jarl/distinfo << 'END-of-jarl/distinfo'
XMD5 (Jarl-0.4003.tar.gz) = f8b5464cef33fa08b1fd05a27b750037
END-of-jarl/distinfo
echo x - jarl/defanswers
sed 's/^X//' >jarl/defanswers << 'END-of-jarl/defanswers'
X0
X1
END-of-jarl/defanswers
echo c - jarl/RCS
mkdir -p jarl/RCS > /dev/null 2>&1
echo x - jarl/RCS/Makefile,v
sed 's/^X//' >jarl/RCS/Makefile,v << 'END-of-jarl/RCS/Makefile,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@PORTNAME=	Jarl
XPORTVERSION=	0.4003
XCATEGORIES=	net
XMASTER_SITES=	http://download.sourceforge.net/jarl/
X
XMAINTAINER=	jim@@carroll.com
X
XNO_BUILD=	yes
X
XPBASE1=		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
XPBASE2=		${PBASE1}/i386-freebsd
X
XBUILD_DEPENDS=	${PBASE2}/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5	\
X		${PBASE1}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time	\
X		${PBASE2}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64	\
X		${PBASE2}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String	\
X		wget:${PORTSDIR}/ftp/wget
X
Xdo-install:
X	@@ (cd ${WRKSRC} ; ./install < ../../defanswers)
X
X.include <bsd.port.mk>
X@
END-of-jarl/RCS/Makefile,v
echo x - jarl/RCS/distinfo,v
sed 's/^X//' >jarl/RCS/distinfo,v << 'END-of-jarl/RCS/distinfo,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@MD5 (Jarl-0.4003.tar.gz) = f8b5464cef33fa08b1fd05a27b750037
X@
END-of-jarl/RCS/distinfo,v
echo x - jarl/RCS/defanswers,v
sed 's/^X//' >jarl/RCS/defanswers,v << 'END-of-jarl/RCS/defanswers,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@0
X1
X@
END-of-jarl/RCS/defanswers,v
echo x - jarl/RCS/pkg-descr,v
sed 's/^X//' >jarl/RCS/pkg-descr,v << 'END-of-jarl/RCS/pkg-descr,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@This is a Jabber client written in Perl/Tk.
X
XJabber is an open-source, XML based Instant Messaging system.  It's
X"claim to fame" is it's ability to communicate with all of the popular
XInstant Messaging protocols.  This includes:
X
X	* ICQ
X	* AIM (AOL's protocol)
X	* Yahoo
X	* MSN
X	* IRC
X
XIn addition, it adds it own 'Jabber' protocol.  It's secure, reliable, 
Xextendible (and quite incredible).
X
XNote: If you surf to http://www.jabbercentral.com, you'll find additional 
Xclients for Linux/Unix, Windoze, Mac and Java.
X
Xhttp://www.jabber.org
X
X- Jim Carroll
Xjim@@carroll.com
X@
END-of-jarl/RCS/pkg-descr,v
echo x - jarl/RCS/pkg-comment,v
sed 's/^X//' >jarl/RCS/pkg-comment,v << 'END-of-jarl/RCS/pkg-comment,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@A Jabber client written in Perl/Tk
X@
END-of-jarl/RCS/pkg-comment,v
echo x - jarl/RCS/pkg-plist,v
sed 's/^X//' >jarl/RCS/pkg-plist,v << 'END-of-jarl/RCS/pkg-plist,v'
Xhead	1.1;
Xaccess;
Xsymbols;
Xlocks;
Xcomment	@# @;
X
X
X1.1
Xdate	2001.04.01.18.47.42;	author jim;	state Exp;
Xbranches;
Xnext	;
X
X
Xdesc
X@@
X
X
X1.1
Xlog
X@Initial revision
X@
Xtext
X@@
END-of-jarl/RCS/pkg-plist,v
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: will 
State-Changed-When: Fri Apr 6 23:20:04 PDT 2001 
State-Changed-Why:  
Um.  This port's smoking crack: 

===>  Extracting for Jarl-0.4003 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ade 
State-Changed-When: Fri Apr 12 20:09:39 PDT 2002 
State-Changed-Why:  
Port still smoking crack after 1 year in analyzed. 


Responsible-Changed-From-To: freebsd-ports->ade 
Responsible-Changed-By: ade 
Responsible-Changed-When: Fri Apr 12 20:09:39 PDT 2002 
Responsible-Changed-Why:  
My fault[tm] 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26274 
>Unformatted:
 >> Checksum OK for Jarl-0.4003.tar.gz. 
 ===>   Jarl-0.4003 depends on file: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm - found 
 ===>   Jarl-0.4003 depends on file: /usr/local/lib/perl5/site_perl/5.005/Time/Timezone.pm - found 
 ===>   Jarl-0.4003 depends on file: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/MIME/Base64.pm - found 
 ===>   Jarl-0.4003 depends on file: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Unicode/String.pm - found 
 ===>   Jarl-0.4003 depends on executable: wget - found 
 ===>  Patching for Jarl-0.4003 
 ===>  Configuring for Jarl-0.4003 
 <1 5764-0> (1:19:22) [will@puck ~/ports/net/jarl]% sudo make install deinstall clean 
 ===>  Installing for Jarl-0.4003 
 Can't stat /usr/X11R6/sbin: No such file or directory 
 Can't stat /a/games/bin: No such file or directory 
 Searching for wget... found in /usr/local/bin 
 Testing for modules: 
 Digest::SHA1 1.02 not found 
 Tk 800.022 not found 
 Tk::TabBar 0.6 not found 
 Tk::MulColListbox 0.3 not found 
 XML::Parser 2.29 not found 
 XML::Stream 1.10 not found 
 Net::Jabber 1.0020 not found 
 Done. 
 Where do you want to install the modules? 
 0. Global Perl Location 
 1. Choose new lib location 
 Choice: 
 Fetching Digest::SHA1     done 
 Fetching Tk [*     ]^C 
 
 Fix, please. 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=26274 
