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:
parent
d8c395872f
commit
b386714a41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38270
25
graphics/eps2png/Makefile
Normal file
25
graphics/eps2png/Makefile
Normal 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>
|
1
graphics/eps2png/distinfo
Normal file
1
graphics/eps2png/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (eps2png-1.7.tar.gz) = f544002e17b5f61c281015f3b765d98e
|
1
graphics/eps2png/pkg-comment
Normal file
1
graphics/eps2png/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts EPS images to PNG
|
4
graphics/eps2png/pkg-descr
Normal file
4
graphics/eps2png/pkg-descr
Normal 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
|
1
graphics/eps2png/pkg-plist
Normal file
1
graphics/eps2png/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/eps2png
|
Loading…
Reference in New Issue
Block a user