From owner-freebsd-ports Sat Aug 24 21:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 740FE37B400 for ; Sat, 24 Aug 2002 21:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9593A43E75 for ; Sat, 24 Aug 2002 21:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P4A2JU074842 for ; Sat, 24 Aug 2002 21:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P4A2RK074841; Sat, 24 Aug 2002 21:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7AC37B400 for ; Sat, 24 Aug 2002 21:06:28 -0700 (PDT) Received: from harrier.csrv.uidaho.edu (harrier.csrv.uidaho.edu [129.101.119.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B2743E6A for ; Sat, 24 Aug 2002 21:05:41 -0700 (PDT) (envelope-from jmcoopr@uidaho.edu) Received: from pc016247.reshall.uidaho.edu (PC016247.reshall.uidaho.edu [129.101.136.30]) by harrier.csrv.uidaho.edu (8.9.3 (PHNE_22672)/) with ESMTP id VAA10397 for ; Sat, 24 Aug 2002 21:05:38 -0700 (PDT) Received: from pc016247.reshall.uidaho.edu (localhost [IPv6:::1]) by pc016247.reshall.uidaho.edu (8.12.5/8.12.5) with ESMTP id g7P45aNI075854 for ; Sat, 24 Aug 2002 21:05:36 -0700 (PDT) (envelope-from jmcoopr@pc016247.reshall.uidaho.edu) Received: (from root@localhost) by pc016247.reshall.uidaho.edu (8.12.5/8.12.5/Submit) id g7P45VNu075853; Sat, 24 Aug 2002 21:05:31 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200208250405.g7P45VNu075853@pc016247.reshall.uidaho.edu> Date: Sat, 24 Aug 2002 21:05:31 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41991: [MAINTAINER UPDATE] Update plugger to use Acrobat5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # -# $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