Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2001 14:56:53 -0400 (EDT)
From:      jim@carroll.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26274: New port: Perl/TK Jabber client
Message-ID:  <200104011856.f31IurB08995@laptop.carroll.com>

next in thread | raw e-mail | index | archive | help

>Number:         26274
>Category:       ports
>Synopsis:       New port: Perl/TK Jabber client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 12:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104011856.f31IurB08995>