From owner-freebsd-ports Sun Mar 31 7: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 186DB37B41A for ; Sun, 31 Mar 2002 07:00:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VF09T12277; Sun, 31 Mar 2002 07:00:09 -0800 (PST) (envelope-from gnats) Received: from host213-123-131-244.in-addr.btopenworld.com (host213-123-131-244.in-addr.btopenworld.com [213.123.131.244]) by hub.freebsd.org (Postfix) with ESMTP id 9BAD437B41A; Sun, 31 Mar 2002 06:55:13 -0800 (PST) Received: by host213-123-131-244.in-addr.btopenworld.com (Postfix, from userid 1001) id 5B0FA78; Sun, 31 Mar 2002 14:57:25 +0000 (GMT) Message-Id: <20020331145725.5B0FA78@host213-123-131-244.in-addr.btopenworld.com> Date: Sun, 31 Mar 2002 14:57:25 +0000 (GMT) From: Dominic Marks Reply-To: Dominic Marks To: freebsd-gnats-submit@FreeBSD.org Cc: jim@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36572: New port devel/ccache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36572 >Category: ports >Synopsis: New port devel/ccache >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 07:00:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.5-STABLE i386 >Organization: Student >Environment: System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #9: Sat Mar 30 14:38:31 GMT 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386 >Description: ccache is a program which minimizes compilation times by using the most effiecent compilation practises. Improvements of upto 6x times in compilation speed have been observed. http://ccache.samba.org/ >How-To-Repeat: NA. >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: # # ccache/Makefile # ccache/distinfo # ccache/pkg-comment # ccache/pkg-descr # ccache/pkg-plist # echo x - ccache/Makefile sed 's/^X//' >ccache/Makefile << 'END-of-ccache/Makefile' X# New ports collection makefile for: ccache X# Date created: 31/03/2002 X# Whom: Dominic Marks X# X# $FreeBSD$ X XPORTNAME= ccache XPORTVERSION= 1.2 XCATEGORIES= devel XMASTER_SITES= http://ccache.samba.org/ftp/ccache/ XMAINTAINER= dominic_marks@btinternet.com XMAN1= ccache.1 XGNU_CONFIGURE= yes X X.include END-of-ccache/Makefile echo x - ccache/distinfo sed 's/^X//' >ccache/distinfo << 'END-of-ccache/distinfo' XMD5 (ccache-1.2.tar.gz) = cab14bbaaf9ed158c60cc47111bb3409 END-of-ccache/distinfo echo x - ccache/pkg-comment sed 's/^X//' >ccache/pkg-comment << 'END-of-ccache/pkg-comment' XA tool to minimize the compile time of C programs END-of-ccache/pkg-comment echo x - ccache/pkg-descr sed 's/^X//' >ccache/pkg-descr << 'END-of-ccache/pkg-descr' XThis is a port ccache, a tool which aims to make sure that the Xcompilation process is efficent as possible, and therefore take the Xminimum amount of time. X XWWW: http://ccache.samba.org/ X X- Dominic Xdominic_marks@btinternet.com END-of-ccache/pkg-descr echo x - ccache/pkg-plist sed 's/^X//' >ccache/pkg-plist << 'END-of-ccache/pkg-plist' Xbin/ccache END-of-ccache/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