Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 13:34:56 +0200 (CEST)
From:      Dominik Rothert <dr@domix.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13135: new port: tirc
Message-ID:  <199908141134.NAA40398@domix.de>

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

>Number:         13135
>Category:       ports
>Synopsis:       new port: tirc
>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:   Sat Aug 14 04:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Rothert
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Am I organized?
>Environment:
>Description:
I've done a new port.

>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:
#
#   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) = d5e77df1f4e16c67cee602bc65dea6c6
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
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=   http://www.domix.de/fbsd/ports/distfiles/ 
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


>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?199908141134.NAA40398>