New version. Featureset from 2.5 is still extant and stable.
I guess I was asleep at the wheel while filling in send-pr ... My correct email address is wmoran@potentialtech.com -- Bill Moran Potential Technologies http://www.potentialtech.com
Don't commit this. There was an error in the 2.6 tarball. I'll reroll a fixed tarball tomorrow and resubmit the patch as a followup once it's fixed. -- Bill Moran Potential Technologies http://www.potentialtech.com
I've rolled a 2.6.1 release to fix the mistakes I made creating the 2.6 tarballs. A corrected patch follows: diff -ruN phppdflib/Makefile phppdflib-new/Makefile --- phppdflib/Makefile Mon Oct 20 10:25:27 2003 +++ phppdflib-new/Makefile Tue Dec 2 09:36:41 2003 @@ -6,7 +6,7 @@ # PORTNAME= phppdflib -PORTVERSION= 2.5 +PORTVERSION= 2.6.1 CATEGORIES= print MASTER_SITES= http://www.potentialtech.com/ EXTRACT_SUFX= .tbz diff -ruN phppdflib/distinfo phppdflib-new/distinfo --- phppdflib/distinfo Sun Oct 12 06:02:42 2003 +++ phppdflib-new/distinfo Tue Dec 2 09:35:33 2003 @@ -1 +1 @@ -MD5 (phppdflib-2.5.tbz) = 259d9edfdf592c9a59d6511e58760934 +MD5 (phppdflib-2.6.1.tbz) = 55f22716f1472388cc42f6878bfd44ad diff -ruN phppdflib/pkg-plist phppdflib-new/pkg-plist --- phppdflib/pkg-plist Sun Oct 12 06:02:42 2003 +++ phppdflib-new/pkg-plist Fri Nov 28 11:51:20 2003 @@ -8,14 +8,8 @@ www/data/phppdflib/doc/contrib.html www/data/phppdflib/doc/data.errors.html www/data/phppdflib/doc/data.parameters.html +www/data/phppdflib/doc/debug.html www/data/phppdflib/doc/extensions.html -www/data/phppdflib/doc/function.band_add_box.html -www/data/phppdflib/doc/function.band_add_field.html -www/data/phppdflib/doc/function.band_add_label.html -www/data/phppdflib/doc/function.band_height.html -www/data/phppdflib/doc/function.band_line.html -www/data/phppdflib/doc/function.band_new.html -www/data/phppdflib/doc/function.band_place.html www/data/phppdflib/doc/function.chart.add_series.html www/data/phppdflib/doc/function.chart.clearchart.html www/data/phppdflib/doc/function.chart.place_chart.html @@ -37,9 +31,11 @@ www/data/phppdflib/doc/function.jfif_embed.html www/data/phppdflib/doc/function.move_page_before.html www/data/phppdflib/doc/function.new_page.html +www/data/phppdflib/doc/function.packer.allocate.html +www/data/phppdflib/doc/function.packer.fill_text.html +www/data/phppdflib/doc/function.packer.new_page.html www/data/phppdflib/doc/function.png_embed.html www/data/phppdflib/doc/function.pop_error.html -www/data/phppdflib/doc/function.set_compress.html www/data/phppdflib/doc/function.set_default.html www/data/phppdflib/doc/function.strlen.html www/data/phppdflib/doc/function.swap_pages.html @@ -61,16 +57,20 @@ www/data/phppdflib/doc/index.html www/data/phppdflib/doc/internals.html www/data/phppdflib/doc/operation.html +www/data/phppdflib/doc/packer.html www/data/phppdflib/doc/powerby.jpg www/data/phppdflib/doc/powerby.png www/data/phppdflib/doc/ptlogo.jpg www/data/phppdflib/doc/roadmap.html www/data/phppdflib/examples/charts.php +www/data/phppdflib/examples/example-packer.php www/data/phppdflib/examples/example-wrap.php www/data/phppdflib/examples/example.php www/data/phppdflib/examples/extension.class.php www/data/phppdflib/examples/showoff.php www/data/phppdflib/examples/template.php +www/data/phppdflib/examples/text.txt +www/data/phppdflib/packer.class.php www/data/phppdflib/phppdflib.class.php www/data/phppdflib/strlen.inc.php www/data/phppdflib/template.class.php
State Changed From-To: open->feedback maintainer asked about
Dear maintainer, there's this update, in PR 59767, available there : <http://www.freebsd.org/cgi/query-pr.cgi?pr=59767> Could you approve or disapprove it ? -- Mathieu Arnold
Thanks for Bill Moran's efforts. Please commit it. Regards, Chang Hsin-Hsiung ----- Original Message ----- From: "Mathieu Arnold" <mat@FreeBSD.org> To: <sexbear@tmu.edu.tw> Cc: <freebsd-gnats-submit@FreeBSD.org> Sent: Wednesday, December 03, 2003 10:40 PM Subject: Re: ports/59767: Update print/phppdflib to 2.6 > Dear maintainer, there's this update, in PR 59767, available there : > <http://www.freebsd.org/cgi/query-pr.cgi?pr=59767> > Could you approve or disapprove it ? > > -- > Mathieu Arnold >
State Changed From-To: feedback->closed Committed, thanks!