A mail checker intended for Blackbox. Part of the "bbtools" set. Fix: -Chris--MDs03yONn3aFI0LAMNyqo06zI71lZRBRBwWrSv71kZWyxvXJ Content-Type: text/plain; name="file.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.shar" # 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 <cpiazza@home.net> 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 <bsd.port.mk> END-of-bbmail/Makefile exit
State Changed From-To: open->closed New port committed, thanks!