1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add eps2png, for converting EPS to PNG.

This commit is contained in:
Nik Clayton 2001-02-12 18:37:23 +00:00
parent d8c395872f
commit b386714a41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38270
5 changed files with 32 additions and 0 deletions

25
graphics/eps2png/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: eps2png
# Date created: 12 February 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= eps2png
PORTVERSION= 1.7
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
MAINTAINER= nik@freebsd.org
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
USE_PERL5= yes
PERL_CONFIGURE= yes
do-install:
${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/script/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (eps2png-1.7.tar.gz) = f544002e17b5f61c281015f3b765d98e

View File

@ -0,0 +1 @@
Converts EPS images to PNG

View File

@ -0,0 +1,4 @@
eps2png takes an EPS image and transforms it into a
PNG image.
WWW: http://www.squirrel.nl/people/jvromans/sw_eps2png.html

View File

@ -0,0 +1 @@
bin/eps2png