diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-28 23:49:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-28 23:49:30 +0000 |
commit | 2c3b1de4d4a7ff5e5d7704b96c616814a58c2994 (patch) | |
tree | e3cea69095df570ca4ce57bff4866c1741e8f303 /graphics/eps2png | |
parent | 2ca6f8cd93baca95b943ebd21a4c8ddbf86109dd (diff) | |
download | ports-2c3b1de4d4a7ff5e5d7704b96c616814a58c2994.tar.gz ports-2c3b1de4d4a7ff5e5d7704b96c616814a58c2994.zip |
Notes
Diffstat (limited to 'graphics/eps2png')
-rw-r--r-- | graphics/eps2png/Makefile | 10 | ||||
-rw-r--r-- | graphics/eps2png/distinfo | 6 | ||||
-rw-r--r-- | graphics/eps2png/pkg-descr | 6 |
3 files changed, 9 insertions, 13 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index e7f52a6d5ff5..913fd7346ac7 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -6,21 +6,17 @@ # PORTNAME= eps2png -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= graphics -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/J/JV/JV +MASTER_SITES= CPAN/../../authors/id/J/JV/JV MAINTAINER= ports@FreeBSD.org COMMENT= Converts EPS images to PNG USE_GHOSTSCRIPT= yes - PERL_CONFIGURE= yes +MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" MAN1= eps2png.1 -do-install: - @cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install - .include <bsd.port.mk> diff --git a/graphics/eps2png/distinfo b/graphics/eps2png/distinfo index c4803e0eaaf6..3c18a2271f36 100644 --- a/graphics/eps2png/distinfo +++ b/graphics/eps2png/distinfo @@ -1,3 +1,3 @@ -MD5 (eps2png-2.6.tar.gz) = 8cdb801d8eae124e7e42a2dc8408422c -SHA256 (eps2png-2.6.tar.gz) = f88e696317a549bc1e66353bb99b81d00c3a34191ac18a74456393d47d625cc1 -SIZE (eps2png-2.6.tar.gz) = 18683 +MD5 (eps2png-2.7.tar.gz) = e5360a8a5c1ac59f78cb7a2295ee84d4 +SHA256 (eps2png-2.7.tar.gz) = 42210eaf10892addd02171a9d9c22c34af73c1a4564dfb8d125adc2c2a517cd8 +SIZE (eps2png-2.7.tar.gz) = 18768 diff --git a/graphics/eps2png/pkg-descr b/graphics/eps2png/pkg-descr index d92d35a71452..308fcaac2805 100644 --- a/graphics/eps2png/pkg-descr +++ b/graphics/eps2png/pkg-descr @@ -1,4 +1,4 @@ -eps2png takes an EPS image and transforms it into a -PNG image. +epf2png converts files from EPS format (Encapsulated PostScript) to +PNG (Portable Network Graphics), JPEG or GIF formats. -WWW: http://www.squirrel.nl/people/jvromans/sw_eps2png.html +WWW: http://www.vromans.org/johan/software/sw_eps2png.html |