From owner-freebsd-ports Thu Jul 5 21:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F6337B408 for ; Thu, 5 Jul 2001 21:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f664A1O07783; Thu, 5 Jul 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id E1DA537B405 for ; Thu, 5 Jul 2001 21:02:13 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6641Ni25975; Fri, 6 Jul 2001 00:01:23 -0400 (EDT) (envelope-from petef) Message-Id: <200107060401.f6641Ni25975@electron.databits.net> Date: Fri, 6 Jul 2001 00:01:23 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org Cc: adam@whizkidtech.net X-Send-Pr-Version: 3.113 Subject: ports/28753: New port: graphics/peps 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: 28753 >Category: ports >Synopsis: New port: graphics/peps >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 Jul 05 21:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: peps is a utility to Print Encapsulated PostScript files. Specifically, it allows you to convert an EPS file into an anti-aliased PGM bitmap (with a variable resolution and anti-aliasing level). If the -p option is specified, the resulting bitmap is piped through pnmtopng to create a PNG image. WWW: http://www.whizkidtech.net/peps/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # peps # peps/pkg-descr # peps/pkg-plist # peps/distinfo # peps/Makefile # peps/pkg-comment # echo c - peps mkdir -p peps > /dev/null 2>&1 echo x - peps/pkg-descr sed 's/^X//' >peps/pkg-descr << 'END-of-peps/pkg-descr' Xpeps is a utility to Print Encapsulated PostScript files. XSpecifically, it allows you to convert an EPS file into an anti-aliased XPGM bitmap (with a variable resolution and anti-aliasing level). XIf the -p option is specified, the resulting bitmap is piped through Xpnmtopng to create a PNG image. X XWWW: http://www.whizkidtech.net/peps/ X X- Pete Xpetef@databits.net END-of-peps/pkg-descr echo x - peps/pkg-plist sed 's/^X//' >peps/pkg-plist << 'END-of-peps/pkg-plist' Xbin/peps END-of-peps/pkg-plist echo x - peps/distinfo sed 's/^X//' >peps/distinfo << 'END-of-peps/distinfo' XMD5 (peps-1.0.tar.gz) = 3c60e405dd9994cc4145fd7274efe8d2 END-of-peps/distinfo echo x - peps/Makefile sed 's/^X//' >peps/Makefile << 'END-of-peps/Makefile' X# New ports collection makefile for: peps X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= peps XPORTVERSION= 1.0 XCATEGORIES= graphics XMASTER_SITES= http://www.whizkidtech.net/peps/ X XMAINTAINER= petef@databits.net X XRUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ X pnmtopng:${PORTSDIR}/graphics/netpbm X Xpost-patch: X @${PERL} -pi -e 's!cc -O3!${CC} ${CFLAGS}!' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/peps ${PREFIX}/bin X X.include END-of-peps/Makefile echo x - peps/pkg-comment sed 's/^X//' >peps/pkg-comment << 'END-of-peps/pkg-comment' XConverts EPS images to anti-aliased PGM bitmaps END-of-peps/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message