Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 1999 09:14:28 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11120: new port: irssi-0.7.8
Message-ID:  <199904132314.JAA00491@corp.au.triax.com>

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

>Number:         11120
>Category:       ports
>Synopsis:       new port: irssi-0.7.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 16:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

Irssi is an irc client which uses GTK+.  Thanks to Will Andrews
<andrews@technologist.com> for helping me test this out.

>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:
#
#	irssi
#	irssi/Makefile
#	irssi/files
#	irssi/files/md5
#	irssi/pkg
#	irssi/pkg/COMMENT
#	irssi/pkg/DESCR
#	irssi/pkg/PLIST
#
echo c - irssi
mkdir -p irssi > /dev/null 2>&1
echo x - irssi/Makefile
sed 's/^X//' >irssi/Makefile << 'END-of-irssi/Makefile'
X# New ports collection makefile for:	irssi
X# Version required:		0.7.8
X# Date created:			14 Apr 1999
X# Whom:				Jim Mock <jim@phrantic.phear.net>
X#
X# $Id$
X#
X
XDISTNAME=	irssi-0.7.8
XCATEGORIES=	net
XMASTER_SITES=	http://www.sicom.fi/~ikioma/irssi/
X
XMAINTAINER=	jim@phrantic.phear.net
X
XLIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_PERL5=	yes
XUSE_X_PREFIX=	yes
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--without-gnome --without-dock --without-pthreads \
X		--without-socks --with-textui=none
XCONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
X		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
X
Xpost-install:
X	@${ECHO} "		"
X	@${ECHO} "---------------------------------------------------------------------------"
X	@${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi"
X	@${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time."
X	@${ECHO} "---------------------------------------------------------------------------"
X	@${ECHO} "		"
X	@${MKDIR} ${PREFIX}/share/examples/irssi && chmod a+rx ${PREFIX}/share/examples/irssi
X	${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi
X	strip ${PREFIX}/bin/irssi
X	strip ${PREFIX}/bin/irssi-bot
X
X.include <bsd.port.mk>
END-of-irssi/Makefile
echo c - irssi/files
mkdir -p irssi/files > /dev/null 2>&1
echo x - irssi/files/md5
sed 's/^X//' >irssi/files/md5 << 'END-of-irssi/files/md5'
XMD5 (irssi-0.7.8.tar.bz2) = a2db6a8805bb99ae4a40147d0efc7eda
END-of-irssi/files/md5
echo c - irssi/pkg
mkdir -p irssi/pkg > /dev/null 2>&1
echo x - irssi/pkg/COMMENT
sed 's/^X//' >irssi/pkg/COMMENT << 'END-of-irssi/pkg/COMMENT'
XIrssi is an IRC client that uses GTK+ and (optionally) GNOME.
END-of-irssi/pkg/COMMENT
echo x - irssi/pkg/DESCR
sed 's/^X//' >irssi/pkg/DESCR << 'END-of-irssi/pkg/DESCR'
XIrssi is an IRC client made with the GTK+ toolkit and (optional) GNOME 
Xlibraries.  A small text mode version is also somewhat working, and a
Xreally simple daemon version which can be used as bot will most likely
Xbe available soon.
X
XWWW Homepage: http://www.sicom.fi/~ikioma/irssi/home.htm
X
X- Jim <jim@phrantic.phear.net>
END-of-irssi/pkg/DESCR
echo x - irssi/pkg/PLIST
sed 's/^X//' >irssi/pkg/PLIST << 'END-of-irssi/pkg/PLIST'
Xbin/irssi
Xbin/irssi-bot
Xlib/irssi/plugins/libexternal.a
Xlib/irssi/plugins/libexternal.la
Xlib/irssi/plugins/libexternal.so
Xlib/irssi/plugins/libexternal.so.0
Xlib/irssi/plugins/libsample.a
Xlib/irssi/plugins/libsample.la
Xlib/irssi/plugins/libsample.so
Xlib/irssi/plugins/libsample.so.0
Xlib/irssi/plugins/libspeech.a
Xlib/irssi/plugins/libspeech.la
Xlib/irssi/plugins/libspeech.so
Xlib/irssi/plugins/libspeech.so.0
Xshare/examples/irssi/irssi.conf
X@dirrm lib/irssi/plugins
X@dirrm lib/irssi
X@dirrm share/examples/irssi
END-of-irssi/pkg/PLIST
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?199904132314.JAA00491>