From owner-freebsd-ports Sat Aug 14 4:40:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A0FB14BF7 for ; Sat, 14 Aug 1999 04:40:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18413; Sat, 14 Aug 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id E14FC14E52 for ; Sat, 14 Aug 1999 04:38:33 -0700 (PDT) (envelope-from dr@domix.de) Received: from domix.de (dial-ra-nc4-80.netcologne.de [195.14.254.80]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA01656 for ; Sat, 14 Aug 1999 13:36:45 +0200 (MET DST) Received: (from dr@localhost) by domix.de (8.9.3/8.9.3) id NAA40398; Sat, 14 Aug 1999 13:34:56 +0200 (CEST) (envelope-from dr) Message-Id: <199908141134.NAA40398@domix.de> Date: Sat, 14 Aug 1999 13:34:56 +0200 (CEST) From: Dominik Rothert Reply-To: dr@domix.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13135: new port: tirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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