Bug 59767 - Update print/phppdflib to 2.6
Summary: Update print/phppdflib to 2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 18:30 UTC by Bill Moran
Modified: 2003-12-16 23:06 UTC (History)
0 users

See Also:


Attachments
phppdflib.port.diff (2.85 KB, patch)
2003-11-28 18:30 UTC, Bill Moran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Moran 2003-11-28 18:30:13 UTC
	New version. Featureset from 2.5 is still extant and stable.
Comment 1 Bill Moran 2003-11-28 20:18:24 UTC
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
Comment 2 Bill Moran 2003-12-02 02:45:57 UTC
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
Comment 3 Bill Moran 2003-12-02 14:49:52 UTC
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
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2003-12-03 14:36:49 UTC
State Changed
From-To: open->feedback

maintainer asked about
Comment 5 Mathieu Arnold freebsd_committer freebsd_triage 2003-12-03 14:40:20 UTC
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
Comment 6 HHCHANG 2003-12-03 15:13:59 UTC
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
>
Comment 7 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-16 23:06:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks!