Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 15:51:33 +0200
From:      Dominik Rothert <dr@domix.de>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/13135: new port: tirc
Message-ID:  <19990814155133.A57085@speed.localnet.lan>
In-Reply-To: <199908141140.EAA18409@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Sat, Aug 14, 1999 at 04:40:01AM -0700
References:  <199908141134.NAA40398@domix.de> <199908141140.EAA18409@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
There were three mistakes in the last shell archive.
MASTER_SITES was set to a wrong value,  "@dirrm share/tirc" was missing,
and tabstops were ignored by shar.

<<<< tirc.shar

# 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:
#
#	tirc
#	tirc/files
#	tirc/files/md5
#	tirc/pkg
#	tirc/pkg/PLIST
#	tirc/pkg/DESCR
#	tirc/pkg/COMMENT
#	tirc/patches
#	tirc/patches/patch-aa
#	tirc/patches/patch-ab
#	tirc/Makefile
#
echo c - tirc
mkdir -p tirc > /dev/null 2>&1
echo c - tirc/files
mkdir -p tirc/files > /dev/null 2>&1
echo x - tirc/files/md5
sed 's/^X//' >tirc/files/md5 << 'END-of-tirc/files/md5'
XMD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2
END-of-tirc/files/md5
echo c - tirc/pkg
mkdir -p tirc/pkg > /dev/null 2>&1
echo x - tirc/pkg/PLIST
sed 's/^X//' >tirc/pkg/PLIST << 'END-of-tirc/pkg/PLIST'
Xbin/tirc
Xshare/tirc/tircrc
X@dirrm share/tirc
END-of-tirc/pkg/PLIST
echo x - tirc/pkg/DESCR
sed 's/^X//' >tirc/pkg/DESCR << 'END-of-tirc/pkg/DESCR'
Xtirc is another IRC client.  It has support for vi-like editor line and
Xgeneral usage, nickname completion, ANSI-colors, flood protection and 
Xmany more.
END-of-tirc/pkg/DESCR
echo x - tirc/pkg/COMMENT
sed 's/^X//' >tirc/pkg/COMMENT << 'END-of-tirc/pkg/COMMENT'
XToken's 'Internet Relay Chat' Client
END-of-tirc/pkg/COMMENT
echo c - tirc/patches
mkdir -p tirc/patches > /dev/null 2>&1
echo x - tirc/patches/patch-aa
sed 's/^X//' >tirc/patches/patch-aa << 'END-of-tirc/patches/patch-aa'
X--- main.c.orig	Sat Aug 14 11:51:56 1999
X+++ main.c	Sat Aug 14 11:52:20 1999
X@@ -278,7 +278,7 @@
X 	fprintf(stderr, "DEBUG: visual debug output active.\n");
X #endif
X 	/* Parse the startup file(s) */
X-	readrc("/usr/local/share/tircrc");
X+	readrc("/usr/local/share/tirc/tircrc");
X 
X 	if ((home = getenv("HOME")) == NULL)
X 		return 1;
END-of-tirc/patches/patch-aa
echo x - tirc/patches/patch-ab
sed 's/^X//' >tirc/patches/patch-ab << 'END-of-tirc/patches/patch-ab'
X--- tirc.1.orig	Sat Aug 14 12:40:12 1999
X+++ tirc.1	Sat Aug 14 12:40:44 1999
X@@ -618,7 +618,7 @@
X .br
X .SH FILES
X .TP
X-.I /usr/local/share/tircrc
X+.I /usr/local/share/tirc/tircrc
X Global startup file.
X .TP
X .I $HOME/.tircrc
END-of-tirc/patches/patch-ab
echo x - tirc/Makefile
sed 's/^X//' >tirc/Makefile << 'END-of-tirc/Makefile'
X# New ports collection makefile for:        tirc IRC-Client
X# Version required:     1.2
X# Date created:         14 August 1999
X# Whom:                 Dominik Rothert <dr@domix.de>
X#
X# $Id: $
X#
X
XDISTNAME=       tirc-1.2
XCATEGORIES=     irc
XMASTER_SITES=   ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/
X
XMAINTAINER= dr@domix.de
X
XGNU_CONFIGURE=  yes
XMAKE_FLAGS=     CONF_ARGS="--prefix=${PREFIX}"
XMAN1=   tirc.1
X
Xpost-install:
X	strip ${PREFIX}/bin/tirc
X	${MKDIR} ${PREFIX}/share/tirc
X	${CP} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc
X
X.include <bsd.port.mk>
END-of-tirc/Makefile
exit

<<<<

Best wishes,
Dominik.

-- 
Dominik Rothert 
E-Mail: dr@domix.de
WWW:    http://www.domix.de


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?19990814155133.A57085>