Date: Fri, 6 Jul 2001 00:01:23 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Cc: adam@whizkidtech.net Subject: ports/28753: New port: graphics/peps Message-ID: <200107060401.f6641Ni25975@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107060401.f6641Ni25975>