Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2006 20:48:46 GMT
From:      Vittorio De Martino<vdemart1@tin.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105047: pdflib - Update to make it work
Message-ID:  <200611012048.kA1Kmkio001134@www.freebsd.org>
Resent-Message-ID: <200611012050.kA1KoQvb045966@freefall.freebsd.org>

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

>Number:         105047
>Category:       ports
>Synopsis:       pdflib - Update to make it work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 20:50:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vittorio De Martino
>Release:        6.1
>Organization:
>Environment:
FreeBSD NbBSD.grtn 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Wed Oct 25 22:13:28 UTC 2006     victor@NbBSD.grtn:/usr/obj/usr/src/sys/LAPTOP9  i386

>Description:
in the latest ports tree (using portsnap) pdflib port make is unable to download pdflib-7.0.0p1.tar.gz because this file is no longer in the website. Instead pdflib-7.0.0p3.tar.gz is present which once compiled produces many different files from the previous version.
I'm enclosing here an update for the entire port via a patch.
 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN pdflib-old/Makefile pdflib/Makefile
--- pdflib-old/Makefile	Mon Oct 16 10:31:24 2006
+++ pdflib/Makefile	Wed Nov  1 21:23:26 2006
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	pdflib
-PORTVERSION=	7.0.0p1
+PORTVERSION=	7.0.0p3
 CATEGORIES=	print
-MASTER_SITES=	http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g:S/p1//}/
+MASTER_SITES=	http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g:S/p3//}/
 DISTNAME=	PDFlib-Lite-${PORTVERSION}
 
 MAINTAINER=	ale@FreeBSD.org
diff -ruN pdflib-old/distinfo pdflib/distinfo
--- pdflib-old/distinfo	Sat Oct 14 16:13:52 2006
+++ pdflib/distinfo	Wed Nov  1 18:50:25 2006
@@ -1,3 +1,3 @@
-MD5 (PDFlib-Lite-7.0.0p1.tar.gz) = ee0c54e519d57b3d407ea14ebb3528d1
-SHA256 (PDFlib-Lite-7.0.0p1.tar.gz) = d60d134f23d30da7fc1f0b5bd5128654079ffede9fdf7a10908efb07ca07f950
-SIZE (PDFlib-Lite-7.0.0p1.tar.gz) = 5398023
+MD5 (PDFlib-Lite-7.0.0p3.tar.gz) = 6b4181421e3b71774bcba71fdc4e8ac5
+SHA256 (PDFlib-Lite-7.0.0p3.tar.gz) = 3152bb7074640ce02f05e490fa19784e7782ab682fc32395223322f562997aa9
+SIZE (PDFlib-Lite-7.0.0p3.tar.gz) = 5398305
diff -ruN pdflib-old/pkg-plist pdflib/pkg-plist
--- pdflib-old/pkg-plist	Mon Oct  9 08:17:20 2006
+++ pdflib/pkg-plist	Wed Nov  1 19:33:01 2006
@@ -5,12 +5,20 @@
 lib/libpdf.la
 lib/libpdf.so
 lib/libpdf.so.8
-%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.pm
-%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.a
-%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.la
-%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.so
-%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/pdflib_pl.so.0
-%%DATADIR%%/fonts/pdflib.upr
-%%DATADIR%%/fonts/print_glyphs.ps
+share/doc/pdflib/PDFlib-API-reference.pdf
+share/doc/pdflib/PDFlib-Lite-license.pdf
+share/doc/pdflib/PDFlib-tutorial.pdf
+share/doc/pdflib/changes.txt
+share/doc/pdflib/compatibility.txt
+share/doc/pdflib/licensekeys.txt
+share/doc/pdflib/readme-source-mac.txt
+share/doc/pdflib/readme-source-unix.txt
+share/doc/pdflib/readme-source-windows.txt
+share/doc/pdflib/readme.txt
+share/pdflib/fonts/pdflib.upr
+share/pdflib/fonts/print_glyphs.ps
 @dirrm share/pdflib/fonts
 @dirrm share/pdflib
+@dirrm share/nls/en_US.US-ASCII
+@dirrm share/nls/POSIX
+@dirrm share/doc/pdflib

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



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