From owner-freebsd-ports Thu Sep 28 8:31: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3067637B42C for ; Thu, 28 Sep 2000 08:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71220; Thu, 28 Sep 2000 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A43BD37B5AF; Thu, 28 Sep 2000 08:22:22 -0700 (PDT) Message-Id: <20000928152222.A43BD37B5AF@hub.freebsd.org> Date: Thu, 28 Sep 2000 08:22:22 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21616: Update port: print/pstotext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21616 >Category: ports >Synopsis: Update port: print/pstotext >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 08:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Support PREFIX properly - Update WWW: line of pkg/DESCR No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/pstotext/Makefile print/pstotext/Makefile --- /usr/ports/print/pstotext/Makefile Sun May 28 17:13:58 2000 +++ print/pstotext/Makefile Wed Sep 20 22:03:38 2000 @@ -9,14 +9,17 @@ PORTVERSION= 1.8g CATEGORIES= print MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/pstotext.tar.Z?object=pstotext -DISTNAME= pstotext +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z MAINTAINER= ob@seicom.NET RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 -WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= pstotext.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${PREFIX}/man/man1 .include diff -urN /usr/ports/print/pstotext/patches/patch-aa print/pstotext/patches/patch-aa --- /usr/ports/print/pstotext/patches/patch-aa Wed Feb 2 16:32:10 2000 +++ print/pstotext/patches/patch-aa Fri Aug 11 04:17:39 2000 @@ -32,12 +32,3 @@ # "Bundle" an Ascii file. .ps.h: -@@ -42,3 +43,8 @@ - - clean: - rm -f pstotext *.o core $(BUNDLE) -+ -+install: -+ cp -p pstotext /usr/local/bin -+ cp -p pstotext.1 /usr/local/man/man1 -+ diff -urN /usr/ports/print/pstotext/pkg/DESCR print/pstotext/pkg/DESCR --- /usr/ports/print/pstotext/pkg/DESCR Wed Dec 29 16:26:54 1999 +++ print/pstotext/pkg/DESCR Wed Sep 20 21:41:09 2000 @@ -36,4 +36,4 @@ pstotext. -debug shows Ghostscript output and error messages. -bboxes outputs one word per line with bounding box information. -WWW: http://www.research.digital.com/SRC/virtualpaper/manpages/pstotext.1.html +WWW: http://www.research.digital.com/SRC/virtualpaper/pstotext.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message