Date: Sat, 24 Aug 2002 21:05:31 -0700 (PDT) From: John Merryweather Cooper <coop9211@uidaho.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41991: [MAINTAINER UPDATE] Update plugger to use Acrobat5 Message-ID: <200208250405.g7P45VNu075853@pc016247.reshall.uidaho.edu>
next in thread | raw e-mail | index | archive | help
>Number: 41991 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update plugger to use Acrobat5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 24 21:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD PC016247.reshall.uidaho.edu 4.6-STABLE FreeBSD 4.6-STABLE #34: Thu Aug 22 19:34:48 PDT 2002 root@PC016247.reshall.uidaho.edu:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Update plugger run dependencies and configuration file to use Acroread 5. >How-To-Repeat: N/A >Fix: --- update-plugger-4.0_1 begins here --- # This is a patch for plugger to update it to plugger-4.0_1 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'plugger/Makefile' 'plugger-4.0_1/Makefile' Index: ./Makefile --- ./Makefile Mon Apr 8 21:49:48 2002 +++ ./Makefile Sat Aug 24 20:56:08 2002 @@ -2,17 +2,18 @@ # Date created: 11 Februrary 1999 # Whom: Jay Sachs <sachs@cs.williams.edu> # -# $FreeBSD: ports/www/plugger/Makefile,v 1.11 2002/04/08 15:46:44 marcus Exp $ +# $FreeBSD$ # PORTNAME= plugger PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= www audio graphics MASTER_SITES= http://fredrik.hubbe.net/plugger/ \ ftp://ftp.netscape.com/pub/sdk/plugin/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unix-sdk-3.0b5.tar.Z -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu RUN_DEPENDS= ${X11BASE}/bin/mozilla:${PORTSDIR}/www/mozilla \ ${X11BASE}/bin/xanim:${PORTSDIR}/graphics/xanim \ @@ -26,7 +27,7 @@ ${X11BASE}/bin/gv:${PORTSDIR}/print/gv \ ${X11BASE}/bin/abiword:${PORTSDIR}/editors/AbiWord \ ${X11BASE}/bin/gnumeric:${PORTSDIR}/math/gnumeric \ - ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4 + ${LOCALBASE}/bin/acroread5:${PORTSDIR}/print/acroread5 USE_X_PREFIX= yes diff -u 'plugger/files/patch-pluggerrc' 'plugger-4.0_1/files/patch-pluggerrc' Index: ./files/patch-pluggerrc --- ./files/patch-pluggerrc Mon Apr 8 21:49:51 2002 +++ ./files/patch-pluggerrc Sat Aug 24 20:57:07 2002 @@ -55,7 +55,7 @@ text/pdf: pdf: PDF file text/x-pdf: pdf: PDF file - repeat swallow(documentShell) fill: acroread -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file" -+ repeat swallow(documentShell) fill: acroread4 -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file" ++ repeat swallow(documentShell) fill: acroread5 -geometry +9000+9000 -xrm '*userFrontEndProgram: FALSE' "$file" repeat swallow(gv) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file" 2>/dev/null repeat swallow(xpdf) fill: xpdf -g +9000+9000 -err "$file" #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sat Aug 24 21:02:28 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 2434 1030247768 0100644 # p 'files/patch-pluggerrc' 2991 1030247827 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sat Aug 24 21:02:28 2002] #### #### Checksum: 77 2948 34541 #### --- update-plugger-4.0_1 ends here --- >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?200208250405.g7P45VNu075853>