From owner-freebsd-ports Mon May 3 19:50:10 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 6A09F14DC8 for ; Mon, 3 May 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09855; Mon, 3 May 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 368D915781 for ; Mon, 3 May 1999 19:46:55 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 867531466; Mon, 3 May 1999 19:46:50 -0700 (PDT) Message-Id: <19990504024650.867531466@norn.ca.eu.org> Date: Mon, 3 May 1999 19:46:50 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11477: New port: mail/bbmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11477 >Category: ports >Synopsis: New port: mail/bbmail >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: Mon May 3 19:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: A mail checker intended for Blackbox. Part of the "bbtools" set. >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: # # bbmail # bbmail/files # bbmail/files/md5 # bbmail/patches # bbmail/patches/patch-aa # bbmail/pkg # bbmail/pkg/COMMENT # bbmail/pkg/DESCR # bbmail/pkg/PLIST # bbmail/Makefile # echo c - bbmail mkdir -p bbmail > /dev/null 2>&1 echo c - bbmail/files mkdir -p bbmail/files > /dev/null 2>&1 echo x - bbmail/files/md5 sed 's/^X//' >bbmail/files/md5 << 'END-of-bbmail/files/md5' XMD5 (bbmail-0.5.0.tar.gz) = 1b1a92caaa1793c3498627b0723973e5 END-of-bbmail/files/md5 echo c - bbmail/patches mkdir -p bbmail/patches > /dev/null 2>&1 echo x - bbmail/patches/patch-aa sed 's/^X//' >bbmail/patches/patch-aa << 'END-of-bbmail/patches/patch-aa' X--- Baseresource.cc Mon Apr 26 14:19:20 1999 X+++ Baseresource.cc Mon May 3 18:46:14 1999 X@@ -202,7 +202,7 @@ X XrmValue value; X char *value_type; X X- if (!ReadResourceFromFilename("bbmail.styleFile","Bbmail.StyleFile")) X+ if (!ReadResourceFromFilename("bbmail.stylefile","Bbmail.StyleFile")) X { X /* use default stylefile */ X delete [] style.conf_filename; X@@ -273,7 +273,7 @@ X else X { X XrmCombineDatabase(db,&resource_db,False); X- if (!ReadResourceFromFilename("bbmail.styleFile","Bbmail.StyleFile")) X+ if (!ReadResourceFromFilename("bbmail.stylefile","Bbmail.StyleFile")) X { X fprintf(stderr,"Could not open default style file bbmail.styleFile: in %s\n", X style.conf_filename); X@@ -316,7 +316,7 @@ X XrmValue value; X char *value_type; X X- if (!ReadResourceFromFilename("session.styleFile","Session.StyleFile")) X+ if (!ReadResourceFromFilename("session.stylefile","Session.StyleFile")) X { X fprintf(stderr,"Could not open blackbox style file\n"); X } END-of-bbmail/patches/patch-aa echo c - bbmail/pkg mkdir -p bbmail/pkg > /dev/null 2>&1 echo x - bbmail/pkg/COMMENT sed 's/^X//' >bbmail/pkg/COMMENT << 'END-of-bbmail/pkg/COMMENT' XA tool made for Blackbox that displays the date in a decorated window END-of-bbmail/pkg/COMMENT echo x - bbmail/pkg/DESCR sed 's/^X//' >bbmail/pkg/DESCR << 'END-of-bbmail/pkg/DESCR' XA tool that displays the date in an decorated window, simulating the Xlook of the Blackbox toolbar. X XWWW: http://bbtools.windsofstorm.net/ X X-Chris Piazza Xcpiazza@home.net END-of-bbmail/pkg/DESCR echo x - bbmail/pkg/PLIST sed 's/^X//' >bbmail/pkg/PLIST << 'END-of-bbmail/pkg/PLIST' Xbin/bbmail Xshare/bbtools/README.bbmail Xshare/bbtools/bbmail.conf Xshare/bbtools/bbmail.nobb Xshare/bbtools/bbmail.style Xshare/bbtools/bbtoolsrc.in X@dirrm share/bbtools END-of-bbmail/pkg/PLIST echo x - bbmail/Makefile sed 's/^X//' >bbmail/Makefile << 'END-of-bbmail/Makefile' X# New ports collection makefile for: bbmail X# Version required: 0.5.0 X# Date created: May 3 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= bbmail-0.5.0 XCATEGORIES= mail XMASTER_SITES= http://bbtools.windsofstorm.net/sources/ X XMAINTAINER= cpiazza@home.net X XGNU_CONFIGURE= YES XUSE_XLIB= YES X X.include END-of-bbmail/Makefile exit -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message