From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 13 18:10:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD7F116A41F for ; Thu, 13 Oct 2005 18:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3BF43D81 for ; Thu, 13 Oct 2005 18:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9DIAGfr036644 for ; Thu, 13 Oct 2005 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9DIAGhu036643; Thu, 13 Oct 2005 18:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 13 Oct 2005 18:10:16 GMT Resent-Message-Id: <200510131810.j9DIAGhu036643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Krzysztof Kowalewski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF9916A41F for ; Thu, 13 Oct 2005 18:01:12 +0000 (GMT) (envelope-from pyzmen@kam.pl) Received: from kam.pl (bsd.kam.pl [195.205.77.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7530143D48 for ; Thu, 13 Oct 2005 18:01:10 +0000 (GMT) (envelope-from pyzmen@kam.pl) Received: from localhost (localhost [127.0.0.1]) by kam.pl (Postfix) with ESMTP id C929777A97 for ; Thu, 13 Oct 2005 20:01:07 +0200 (CEST) Received: from kam.pl ([127.0.0.1]) by localhost (bsd.kam.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 72468-01 for ; Thu, 13 Oct 2005 20:01:05 +0200 (CEST) Received: by kam.pl (Postfix, from userid 1008) id 9F54777A90; Thu, 13 Oct 2005 20:01:05 +0200 (CEST) Message-Id: <20051013180105.9F54777A90@kam.pl> Date: Thu, 13 Oct 2005 20:01:05 +0200 (CEST) From: Krzysztof Kowalewski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87394: new port request X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Krzysztof Kowalewski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 18:10:22 -0000 >Number: 87394 >Category: ports >Synopsis: new port request >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 13 18:10:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Krzysztof Kowalewski >Release: FreeBSD 4.11-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD bsd.kam.pl 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #3: Sat Jun 4 03:28:55 CEST 2005 root@bsd.kam.pl:/usr/obj/usr/src/sys/bsd i386 >Description: New port of tcsh-bofh by EF (http://www.ccitt5.net/archives/) tcsh-bofh provides logging to syslog under USER facility of all user acitivity via tcsh shell. >How-To-Repeat: >Fix: --- tcsh-bofh.port begins here --- # 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: # # tcsh-bofh/ # tcsh-bofh/Makefile # tcsh-bofh/pkg-descr # tcsh-bofh/pkg-plist # tcsh-bofh/distinfo # echo c - tcsh-bofh/ mkdir -p tcsh-bofh/ > /dev/null 2>&1 echo x - tcsh-bofh/Makefile sed 's/^X//' >tcsh-bofh/Makefile << 'END-of-tcsh-bofh/Makefile' X# New ports collection makefile for: tcsh-bofh X# Date created: 2005-10-13 X# Whom: Krzysztof Kowalewski X# X# $FreeBSD$ X# X XPORTNAME= tcsh-bofh XPORTVERSION= 6.12.00 XCATEGORIES= shells security XMASTER_SITES= ftp://ftp.astron.com/pub/tcsh/old/:source1 \ X http://www.ccitt5.net/archives/:source2 X XDISTFILES= tcsh-6.12.00.tar.gz:source1 \ X tcsh-6.12.00-bofh.tgz:source2 X XMAINTAINER= pyzmen@kam.pl XCOMMENT= tcsh patch providing 'true BOFH logfunctions'. X XWRKSRC= ${WRKDIR}/tcsh-6.12.00 X XGNU_CONFIGURE= yes X Xpre-configure: X @cd ${WRKSRC} && ${PATCH} -p1 < ../6.12.00/tcsh-6.12.00-bofh X X.include END-of-tcsh-bofh/Makefile echo x - tcsh-bofh/pkg-descr sed 's/^X//' >tcsh-bofh/pkg-descr << 'END-of-tcsh-bofh/pkg-descr' XA patch to provide true BOFH logfunctions to tcsh by EF X XWWW: http://www.ccitt5.net/archives/ END-of-tcsh-bofh/pkg-descr echo x - tcsh-bofh/pkg-plist sed 's/^X//' >tcsh-bofh/pkg-plist << 'END-of-tcsh-bofh/pkg-plist' Xbin/tcsh END-of-tcsh-bofh/pkg-plist echo x - tcsh-bofh/distinfo sed 's/^X//' >tcsh-bofh/distinfo << 'END-of-tcsh-bofh/distinfo' XMD5 (tcsh-6.12.00.tar.gz) = dccf1e673103594546fe74c313932428 XSIZE (tcsh-6.12.00.tar.gz) = 824297 XMD5 (tcsh-6.12.00-bofh.tgz) = b883a97198ba0ad73d82023c7a99d39e XSIZE (tcsh-6.12.00-bofh.tgz) = 2082 END-of-tcsh-bofh/distinfo exit --- tcsh-bofh.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: