Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 08:34:13 -0800 (PST)
From:      Gary Kline <kline@tao.thought.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16351: update of CBB port
Message-ID:  <200001251634.IAA57478@tao.thought.org>

next in thread | raw e-mail | index | archive | help

>Number:         16351
>Category:       ports
>Synopsis:       update of CBB port
>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:   Tue Jan 25 08:30:08 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Gary Kline
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Thought.org
>Environment:

	CBB is a perl script.

>Description:

	Port update submitted by Glenn Johnson who deserves full credit
	for these diffs.

>How-To-Repeat:

	N/A

>Fix:
	
	N/A

	Diffs update from 0.78 to 0.8.1 appended.
	  
	  -gary kline

--Content-Description: cbb-update
--Content-Disposition: attachment; filename="cbb-update"

diff -ruN cbb.old/Makefile cbb/Makefile
--- cbb.old/Makefile	Sun Jan 23 00:49:27 2000
+++ cbb/Makefile	Sun Jan 23 02:38:45 2000
@@ -1,12 +1,12 @@
 # New ports collection Makefile for:	cbb
-# Version required:     	0.78
+# Version required:     	0.8.1
 # Date created:			24 September, 1998
 # Whom:				kline
 #
 # $FreeBSD: ports/deskutils/cbb/Makefile,v 1.14 1999/11/28 18:30:51 steve Exp $
 #
 
-DISTNAME=	cbb-0.78
+DISTNAME=	cbb-0.8.1
 CATEGORIES=	deskutils
 MASTER_SITES=	ftp://ftp.me.umn.edu/pub/finance/ \
 		ftp://ftp.fifi.org/pub/cbb/
@@ -18,5 +18,6 @@
 NO_BUILD=       yes
 USE_PERL5=	yes
 MAKE_ENV=	PERL5=${PERL5}
+GNU_CONFIGURE=  yes
 
 .include <bsd.port.mk>
diff -ruN cbb.old/files/md5 cbb/files/md5
--- cbb.old/files/md5	Sun Jan 23 00:49:27 2000
+++ cbb/files/md5	Sun Jan 23 00:49:52 2000
@@ -1 +1 @@
-MD5 (cbb-0.78.tar.gz) = 09ae39e2545ed601f91793d2500dcbf4
+MD5 (cbb-0.8.1.tar.gz) = 7a435ef954c5c2ba209d34ca5fa5c3a7
diff -ruN cbb.old/patches/patch-01 cbb/patches/patch-01
--- cbb.old/patches/patch-01	Sun Jan 23 00:49:27 2000
+++ cbb/patches/patch-01	Sun Jan 23 01:02:24 2000
@@ -1,20 +1,14 @@
---- Makefile.orig	Thu Jun 12 14:57:50 1997
-+++ Makefile	Fri Oct 10 20:52:22 1997
-@@ -26,14 +26,15 @@
- 
- CBB_ROOT = cbb-0.77
- TAR = tar
--PERL = perl
+--- Makefile.orig	Wed Jan  5 14:43:28 2000
++++ Makefile	Sun Jan 23 00:58:16 2000
+@@ -60,9 +60,9 @@
+ LN_S = ln -s
+ MAKEINFO = makeinfo
+ PACKAGE = cbb
+-PERL = /usr/bin/perl
 +PERL = ${PERL5}
+ VERSION = 0.8.1
+-WISH = /usr/bin/wish
++WISH = /usr/bin/wish8.2
+ language = english
  
- 
- all:
- 	@echo "Nothing is needed to build in advance of 'make install'"
- 
- install:
--	$(PERL) install.pl
-+	$(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb  \
-+		--perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2
- 
- docs/cbb-man.dvi: docs/cbb-man.tex
- 	(cd docs; \
+ SUBDIRS = contrib demo docs graphs images languages reports
diff -ruN cbb.old/patches/patch-02 cbb/patches/patch-02
--- cbb.old/patches/patch-02	Sun Jan 23 00:49:27 2000
+++ cbb/patches/patch-02	Wed Dec 31 18:00:00 1969
@@ -1,21 +0,0 @@
---- install.pl.orig	Tue May  6 18:17:45 1997
-+++ install.pl	Fri Oct 10 21:05:30 1997
-@@ -500,12 +500,12 @@
- 
- print "    Installing to $dest_bindir\n";
- print "    Installing to $dest_libdir\n";
--print "    Installing to $dest_libdir" . "reports/\n";
--print "    Installing to $dest_libdir" . "graphs/\n";
--print "    Installing to $dest_libdir" . "images/\n";
--print "    Installing to $dest_libdir" . "contrib/\n";
--print "    Installing to $dest_libdir" . "docs/cbb-man/\n";
--print "    Installing to $dest_libdir" . "docs/cbb-man/icons/\n";
-+print "    Installing to $dest_libdir" . "/reports/\n";
-+print "    Installing to $dest_libdir" . "/graphs/\n";
-+print "    Installing to $dest_libdir" . "/images/\n";
-+print "    Installing to $dest_libdir" . "/contrib/\n";
-+print "    Installing to $dest_libdir" . "/docs/cbb-man/\n";
-+print "    Installing to $dest_libdir" . "/docs/cbb-man/icons/\n";
- print "\n";
- 
- 
diff -ruN cbb.old/patches/patch-03 cbb/patches/patch-03
--- cbb.old/patches/patch-03	Wed Dec 31 18:00:00 1969
+++ cbb/patches/patch-03	Sun Jan 23 01:42:26 2000
@@ -0,0 +1,20 @@
+--- configure.orig	Sun Jan 23 01:41:45 2000
++++ configure	Sun Jan 23 01:42:10 2000
+@@ -798,7 +798,7 @@
+ fi
+ 
+ if test "x$with_wish" = "x" ; then
+-    with_wish=wish
++    with_wish=wish8.2
+ fi
+ 
+ # Check whether --with-wish or --without-wish was given.
+@@ -988,7 +988,7 @@
+     fi
+   done
+   IFS="$ac_save_ifs"
+-  test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish""
++  test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish8.2""
+   ;;
+ esac
+ fi
diff -ruN cbb.old/pkg/PLIST cbb/pkg/PLIST
--- cbb.old/pkg/PLIST	Sun Jan 23 00:49:27 2000
+++ cbb/pkg/PLIST	Sun Jan 23 02:45:20 2000
@@ -1,7 +1,12 @@
 bin/cbb
+bin/dialog4duplicate
+lib/cbb/languages/english.tcl
+lib/cbb/languages/french.tcl
+lib/cbb/languages/german.tcl
 lib/cbb/reports/reports.conf
 lib/cbb/reports/ave-by-cat.pl
 lib/cbb/reports/by-cat.pl
+lib/cbb/reports/by-payee.pl
 lib/cbb/reports/miss-check.pl
 lib/cbb/reports/shrt-by-cat.pl
 lib/cbb/reports/txn-list.pl
@@ -41,33 +46,37 @@
 lib/cbb/contrib/txn
 lib/cbb/contrib/upgrade-splits.pl
 lib/cbb/contrib/yearend.pl
-lib/cbb/docs/cbb-man/icons/00Contents
-lib/cbb/docs/cbb-man/icons/blank.pbm
-lib/cbb/docs/cbb-man/icons/change_begin.gif
-lib/cbb/docs/cbb-man/icons/change_delete.gif
-lib/cbb/docs/cbb-man/icons/change_end.gif
-lib/cbb/docs/cbb-man/icons/contents.xbm
-lib/cbb/docs/cbb-man/icons/contents_motif.gif
-lib/cbb/docs/cbb-man/icons/cross_ref_motif.gif
-lib/cbb/docs/cbb-man/icons/foot_motif.gif
-lib/cbb/docs/cbb-man/icons/icons.html
-lib/cbb/docs/cbb-man/icons/index_motif.gif
-lib/cbb/docs/cbb-man/icons/invis_anchor.xbm
-lib/cbb/docs/cbb-man/icons/next_group_motif.gif
-lib/cbb/docs/cbb-man/icons/next_group_motif_gr.gif
-lib/cbb/docs/cbb-man/icons/next_motif.gif
-lib/cbb/docs/cbb-man/icons/next_motif_gr.gif
-lib/cbb/docs/cbb-man/icons/previous_group_motif.gif
-lib/cbb/docs/cbb-man/icons/previous_group_motif_gr.gif
-lib/cbb/docs/cbb-man/icons/previous_motif.gif
-lib/cbb/docs/cbb-man/icons/previous_motif_gr.gif
-lib/cbb/docs/cbb-man/icons/up_motif.gif
-lib/cbb/docs/cbb-man/icons/up_motif_gr.gif
+lib/cbb/docs/cbb-man/icons.png/blueball.png
+lib/cbb/docs/cbb-man/icons.png/change_begin.png
+lib/cbb/docs/cbb-man/icons.png/change_delete.png
+lib/cbb/docs/cbb-man/icons.png/change_end.png
+lib/cbb/docs/cbb-man/icons.png/contents_motif.png
+lib/cbb/docs/cbb-man/icons.png/cross_ref_motif.png
+lib/cbb/docs/cbb-man/icons.png/foot_motif.png
+lib/cbb/docs/cbb-man/icons.png/greenball.png
+lib/cbb/docs/cbb-man/icons.png/image.png
+lib/cbb/docs/cbb-man/icons.png/index_motif.png
+lib/cbb/docs/cbb-man/icons.png/next_group_motif.png
+lib/cbb/docs/cbb-man/icons.png/next_group_motif_gr.png
+lib/cbb/docs/cbb-man/icons.png/next_motif.png
+lib/cbb/docs/cbb-man/icons.png/next_motif_gr.png
+lib/cbb/docs/cbb-man/icons.png/orangeball.png
+lib/cbb/docs/cbb-man/icons.png/pinkball.png
+lib/cbb/docs/cbb-man/icons.png/previous_group_motif.png
+lib/cbb/docs/cbb-man/icons.png/previous_group_motif_gr.png
+lib/cbb/docs/cbb-man/icons.png/previous_motif.png
+lib/cbb/docs/cbb-man/icons.png/previous_motif_gr.png
+lib/cbb/docs/cbb-man/icons.png/purpleball.png
+lib/cbb/docs/cbb-man/icons.png/redball.png
+lib/cbb/docs/cbb-man/icons.png/up_motif.png
+lib/cbb/docs/cbb-man/icons.png/up_motif_gr.png
+lib/cbb/docs/cbb-man/icons.png/whiteball.png
+lib/cbb/docs/cbb-man/icons.png/yellowball.png
 lib/cbb/docs/cbb-man/cbb-man.html
-lib/cbb/docs/cbb-man/img1.gif
-lib/cbb/docs/cbb-man/img2.gif
-lib/cbb/docs/cbb-man/img3.gif
-lib/cbb/docs/cbb-man/img4.gif
+lib/cbb/docs/cbb-man/index.html
+lib/cbb/docs/cbb-man/img1.png
+lib/cbb/docs/cbb-man/img2.png
+lib/cbb/docs/cbb-man/img3.png
 lib/cbb/docs/cbb-man.txt
 lib/cbb/wrapper.pl
 lib/cbb/categories.pl
@@ -97,10 +106,11 @@
 lib/cbb/default.cat
 lib/cbb/extern.conf
 @dirrm lib/cbb/contrib
-@dirrm lib/cbb/docs/cbb-man/icons
+@dirrm lib/cbb/docs/cbb-man/icons.png
 @dirrm lib/cbb/docs/cbb-man
 @dirrm lib/cbb/docs
 @dirrm lib/cbb/graphs
 @dirrm lib/cbb/images
+@dirrm lib/cbb/languages
 @dirrm lib/cbb/reports
 @dirrm lib/cbb

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001251634.IAA57478>